<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:21:54 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>[DRIVERS-598] Change stream spec should be more explicit about how to kill the cursor before resuming</title>
                <link>https://jira.mongodb.org/browse/DRIVERS-598</link>
                <project id="10980" key="DRIVERS">Drivers</project>
                    <description>&lt;p&gt;Any exceptions or errors that occur during the process of killing the cursor should be suppressed including both errors returned by the ``killCursor`` command and exceptions thrown by opening, writing to, or reading from the socket. See &lt;a href=&quot;https://github.com/mongodb/specifications/pull/443/files&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;spec change&lt;/a&gt;&#160;for details.&lt;/p&gt;</description>
                <environment></environment>
        <key id="670420">DRIVERS-598</key>
            <summary>Change stream spec should be more explicit about how to kill the cursor before resuming</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="9">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="katherine.walker@mongodb.com">Katherine Walker</reporter>
                        <labels>
                    </labels>
                <created>Fri, 11 Jan 2019 18:29:39 +0000</created>
                <updated>Wed, 22 Feb 2023 03:01:26 +0000</updated>
                            <resolved>Wed, 22 Feb 2023 03:01:26 +0000</resolved>
                                                        <component>Change Streams</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="2136633" author="kris.brandow" created="Mon, 4 Feb 2019 15:55:26 +0000"  >&lt;p&gt;Go already suppresses errors from &lt;tt&gt;killCursors&lt;/tt&gt;.&lt;/p&gt;</comment>
                            <comment id="2135651" author="daniel.aprahamian" created="Fri, 1 Feb 2019 22:41:49 +0000"  >&lt;p&gt;Node already suppresses errors when closing a cursor.&lt;/p&gt;</comment>
                            <comment id="2135575" author="shane.harvey" created="Fri, 1 Feb 2019 21:54:27 +0000"  >&lt;p&gt;Pymongo already suppresses errors from its Cursor.close() method.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="684009">CDRIVER-2943</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="684008">CSHARP-2502</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="684005">CXX-1728</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="684007">RUST-139</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="684011">PHPLIB-409</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="684003">RUBY-1700</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_23952" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Driver Compliance</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<style type='text/css'>
         #scriptField, #scriptField *{
                border: 1px solid black;
            }

            #scriptField{
                border-collapse: collapse;
            }

            #scriptField td {
                text-align: center; /* Center-align text in table cells */
            }

            #scriptField td.key {
                text-align: left; /* Left-align text in the Key column */
            }

            #scriptField a {
                text-decoration: none; /* Remove underlines from links */
                border: none; /* Remove border from links */
            }
            
            /* Add green background color to cells with FixVersion */
            #scriptField td.hasFixVersion {
                background-color: #00FF00; /* Green color code */
            }

            /* Center-align the first row headers */
            #scriptField th {
                text-align: center;
            }
        </style>
<table id='scriptField'>
  <tr>
    <th>Key</th>
    <th>Status/Resolution</th>
    <th>FixVersion</th>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/RUBY-1700'>RUBY-1700</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>2.15.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/PERL-1063'>PERL-1063</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>2.2.1</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CXX-1728'>CXX-1728</a>
    </td>
    <td>Works as Designed</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/RUST-139'>RUST-139</a>
    </td>
    <td>Duplicate</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CSHARP-2502'>CSHARP-2502</a>
    </td>
    <td>Works as Designed</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CDRIVER-2943'>CDRIVER-2943</a>
    </td>
    <td>Works as Designed</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/PHPLIB-409'>PHPLIB-409</a>
    </td>
    <td>Works as Designed</td>
    <td class=''></td>
  </tr>
</table>]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hu8z3b:</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>