<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:05:32 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>[CXX-2311] Add server connectionId to command monitoring events</title>
                <link>https://jira.mongodb.org/browse/CXX-2311</link>
                <project id="11980" key="CXX">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="1821041">CXX-2311</key>
            <summary>Add server connectionId to command monitoring events</summary>
                <type id="14901" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14700&amp;avatarType=issuetype">Spec Change</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="10038" iconUrl="https://jira.mongodb.org/images/icons/subtask.gif" description="">Backlog</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="backlog-server-pm">Backlog - Core Eng Program Management Team</reporter>
                        <labels>
                    </labels>
                <created>Thu, 15 Jul 2021 22:01:07 +0000</created>
                <updated>Fri, 30 Jun 2023 21:21:27 +0000</updated>
                                                                                                <votes>1</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="5377387" author="kevin.albertson" created="Wed, 26 Apr 2023 13:38:01 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-2503&quot; title=&quot;ConnectionId returned in heartbeats may be int64&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-2503&quot;&gt;DRIVERS-2503&lt;/a&gt; changes the specified API of connectionId to be an int64.&lt;/p&gt;</comment>
                            <comment id="5289215" author="vgrippa@gmail.com" created="Tue, 21 Mar 2023 18:12:02 +0000"  >&lt;p&gt;Note that the connectionId needs to be supported by int64 or it will overflow.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10423">
                    <name>Gantt End to End</name>
                                                                <inwardlinks description="has to be finished together with">
                                        <issuelink>
            <issuekey id="2236177">CXX-2638</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10620">
                    <name>Issue split</name>
                                                                <inwardlinks description="split from">
                                                        </inwardlinks>
                                    </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>FY24Q3</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hzcuof:</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>