<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:19:53 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-4085] Add server connectionId to command monitoring events</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-4085</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;In scope of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-10637&quot; title=&quot;Provide a mechanism to expose the connectionId so that drivers can log it&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-10637&quot;&gt;&lt;del&gt;SERVER-10637&lt;/del&gt;&lt;/a&gt;, MongoDB 4.2 will return a &lt;tt&gt;connectionId&lt;/tt&gt; in the &lt;tt&gt;hello&lt;/tt&gt; response. This is a number that can be correlated against server log messages, e.g. for this server message:&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;2018-06-05T13:50:11.978-0400 I NETWORK  [conn2] received client metadata from 127.0.0.1:50254 conn2: { driver: { name: &quot;PyMongo&quot;, version: &quot;3.5.1&quot; }, os: { type: &quot;Darwin&quot;, name: &quot;Darwin&quot;, architecture: &quot;x86_64&quot;, version: &quot;10.13.5&quot; }, platform: &quot;CPython 2.7.10.final.0&quot; }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;
&lt;p&gt;The &lt;tt&gt;connectionid&lt;/tt&gt; reported in the &lt;tt&gt;hello&lt;/tt&gt; response will be &lt;tt&gt;2&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;Drivers should sync their command monitoring tests with &lt;a href=&quot;https://github.com/mongodb/specifications/commit/9a2f76b501b8dccb5f2a857785c4b4b9c299e188&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this commit&lt;/a&gt;, update their APM logic to append a new &lt;tt&gt;serverConnectionId&lt;/tt&gt; field to &lt;tt&gt;commandStartedEvent&lt;/tt&gt;, &lt;tt&gt;commandSucceededEvent&lt;/tt&gt; and &lt;tt&gt;commandFailedEvent&lt;/tt&gt; when it is available, and update their test runners to handle UTF schema version 1.6 (featuring the new &lt;tt&gt;hasServerConnectionId&lt;/tt&gt; assertion).&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="1821040">CDRIVER-4085</key>
            <summary>Add server connectionId to command monitoring events</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="roberto.sanchez@mongodb.com">Roberto Sanchez</assignee>
                                    <reporter username="backlog-server-pm">Backlog - Core Eng Program Management Team</reporter>
                        <labels>
                    </labels>
                <created>Thu, 15 Jul 2021 22:01:03 +0000</created>
                <updated>Sat, 28 Oct 2023 11:28:23 +0000</updated>
                            <resolved>Thu, 28 Apr 2022 15:02:57 +0000</resolved>
                                                    <fixVersion>1.22.0</fixVersion>
                    <fixVersion>1.22.0-beta0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="4513070" author="xgen-internal-githook" created="Thu, 28 Apr 2022 14:17:12 +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-4085&quot; title=&quot;Add server connectionId to command monitoring events&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4085&quot;&gt;&lt;del&gt;CDRIVER-4085&lt;/del&gt;&lt;/a&gt; fix docs for server_connection_id getters (#976)&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/0c45daf35b0e3892e68349a42e769ce7ddfbf9c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/0c45daf35b0e3892e68349a42e769ce7ddfbf9c6&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4510457" author="jmikola@gmail.com" created="Wed, 27 Apr 2022 16:56:03 +0000"  >&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/pull/976&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/pull/976&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4508041" author="xgen-internal-githook" created="Tue, 26 Apr 2022 20:26:15 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Roberto C. S&#225;nchez&apos;, &apos;email&apos;: &apos;roberto@connexer.com&apos;, &apos;username&apos;: &apos;rcsanchez97&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4085&quot; title=&quot;Add server connectionId to command monitoring events&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4085&quot;&gt;&lt;del&gt;CDRIVER-4085&lt;/del&gt;&lt;/a&gt; add server connectionId to command monitoring events (#972)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4085&quot; title=&quot;Add server connectionId to command monitoring events&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4085&quot;&gt;&lt;del&gt;CDRIVER-4085&lt;/del&gt;&lt;/a&gt; add server connectionId to command monitoring events&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;more concise/robust variable declaration/assignment&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Ezra Chung &amp;lt;88335979+eramongodb@users.noreply.github.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4085&quot; title=&quot;Add server connectionId to command monitoring events&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4085&quot;&gt;&lt;del&gt;CDRIVER-4085&lt;/del&gt;&lt;/a&gt; document new public functions&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Ezra Chung &amp;lt;88335979+eramongodb@users.noreply.github.com&amp;gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/ba73833f18191b34acc990bdca91bb9e68c90dfb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/ba73833f18191b34acc990bdca91bb9e68c90dfb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4449262" author="jmikola@gmail.com" created="Thu, 31 Mar 2022 23:12:49 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=kevin.albertson&quot; class=&quot;user-hover&quot; rel=&quot;kevin.albertson&quot;&gt;kevin.albertson&lt;/a&gt;: I propose we schedule this sooner than later, as it is tied to unified test runner schema version 1.6, which may be a prerequisite for the change stream spec work relying upon version 1.7 (DRIVERS-1713). I will revert this to &quot;Needs Triage&quot; for consideration.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="1821049">PHPC-1899</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1868288">PHPLIB-718</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10620">
                    <name>Issue split</name>
                                                                <inwardlinks description="split from">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2158188">CDRIVER-4502</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1889127">CDRIVER-4176</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_21553" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Quarter</customfieldname>
                        <customfieldvalues>
                                        <label>FY22Q3</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hzcuo7:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_21457" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Upstream Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;DRIVERS-1141:&lt;br/&gt;
NA&lt;/p&gt;</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>