<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:15:10 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[CDRIVER-2419] Implement mongoc_bulk_operation_set_client_session()</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-2419</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;PHPC depends on &lt;tt&gt;mongoc_bulk_operation_new()&lt;/tt&gt;, as it allows a bulk operation to be created independently of a client. Currently, &lt;tt&gt;mongoc_bulk_operation_t&lt;/tt&gt; is only associated with an explicit session ID through &lt;tt&gt;mongoc_collection_create_bulk_operation_with_opts()&lt;/tt&gt;, which PHPC cannot use, since the collection is only known at execution time. A &lt;tt&gt;mongoc_bulk_operation_set_client_session()&lt;/tt&gt; setter would allow us to assign the session to a bulk write at execution time, as we currently do for client, database, collection, hint, and write concern.&lt;/p&gt;</description>
                <environment></environment>
        <key id="469925">CDRIVER-2419</key>
            <summary>Implement mongoc_bulk_operation_set_client_session()</summary>
                <type id="2" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14711&amp;avatarType=issuetype">New Feature</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="jmikola@mongodb.com">Jeremy Mikola</assignee>
                                    <reporter username="jmikola@mongodb.com">Jeremy Mikola</reporter>
                        <labels>
                    </labels>
                <created>Fri, 8 Dec 2017 17:50:46 +0000</created>
                <updated>Sat, 28 Oct 2023 11:30:15 +0000</updated>
                            <resolved>Mon, 11 Dec 2017 15:42:15 +0000</resolved>
                                                    <fixVersion>1.9.0</fixVersion>
                                    <component>libmongoc</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="1748431" author="xgen-internal-githook" created="Mon, 11 Dec 2017 15:49:19 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Jeremy Mikola&apos;, &apos;email&apos;: &apos;jmikola@gmail.com&apos;, &apos;username&apos;: &apos;jmikola&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-2419&quot; title=&quot;Implement mongoc_bulk_operation_set_client_session()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-2419&quot;&gt;&lt;del&gt;CDRIVER-2419&lt;/del&gt;&lt;/a&gt; mongoc_bulk_operation_set_client_session&lt;/p&gt;

&lt;p&gt;Assertions when setting client and client_session will ensure that the bulk never has a client_session belonging to a foreign client.&lt;br/&gt;
Branch: r1.9&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/b825d5d1293c6d7023af1ad4a083dade5b4826b6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/b825d5d1293c6d7023af1ad4a083dade5b4826b6&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1748418" author="xgen-internal-githook" created="Mon, 11 Dec 2017 15:41:24 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Jeremy Mikola&apos;, &apos;email&apos;: &apos;jmikola@gmail.com&apos;, &apos;username&apos;: &apos;jmikola&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-2419&quot; title=&quot;Implement mongoc_bulk_operation_set_client_session()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-2419&quot;&gt;&lt;del&gt;CDRIVER-2419&lt;/del&gt;&lt;/a&gt; mongoc_bulk_operation_set_client_session&lt;/p&gt;

&lt;p&gt;Assertions when setting client and client_session will ensure that the bulk never has a client_session belonging to a foreign client.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/8b0e8f55db9df7ed171d913a0b0f1fde3a0fdb54&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/8b0e8f55db9df7ed171d913a0b0f1fde3a0fdb54&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1747136" author="jmikola@gmail.com" created="Fri, 8 Dec 2017 18:33:28 +0000"  >&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/pull/470&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/pull/470&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="1036914">CDRIVER-3448</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|htdhef:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>