<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:55:19 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>[JAVA-1719] Re-implement Mongo.unlock and Mongo.isLocked with new database commands</title>
                <link>https://jira.mongodb.org/browse/JAVA-1719</link>
                <project id="10006" key="JAVA">Java Driver</project>
                    <description>&lt;p&gt;The Mongo.unlock method currently queries the &quot;$cmd.sys.unlock&quot; method to unlock the server.  The 3.2 server will support an fsyncUnlock command to replace this.  The driver should call that command if it detects a 3.2 server. Otherwise it should ball back to the existing way of doing it.&lt;/p&gt;

&lt;p&gt;Similarly, the Mongo.isLocked method queries the &quot;$cmd.sys.inprog&quot; collection.  The 3.2 server will support a currentOp command that does the same thing.  The driver should call that command if it detects a 3.2 server. Otherwise it should ball back to the existing way of doing it.&lt;/p&gt;</description>
                <environment></environment>
        <key id="192026">JAVA-1719</key>
            <summary>Re-implement Mongo.unlock and Mongo.isLocked with new database commands</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="9">Done</resolution>
                                        <assignee username="jeff.yemin@mongodb.com">Jeffrey Yemin</assignee>
                                    <reporter username="jeff.yemin@mongodb.com">Jeffrey Yemin</reporter>
                        <labels>
                    </labels>
                <created>Wed, 25 Mar 2015 21:14:02 +0000</created>
                <updated>Fri, 27 May 2022 01:22:49 +0000</updated>
                            <resolved>Tue, 6 Oct 2015 18:47:30 +0000</resolved>
                                                    <fixVersion>3.2.0</fixVersion>
                                    <component>Command Operations</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="1107297" author="jeff.yemin" created="Mon, 7 Dec 2015 18:56:00 +0000"  >&lt;p&gt;The 3.2.0 driver, which contains a fix for this issue, has been released today.&lt;/p&gt;</comment>
                            <comment id="1052842" author="xgen-internal-githook" created="Tue, 6 Oct 2015 18:47:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jyemin&apos;, u&apos;name&apos;: u&apos;Jeff Yemin&apos;, u&apos;email&apos;: u&apos;jeff.yemin@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1948&quot; title=&quot;Support the find and getMore commands&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1948&quot;&gt;&lt;del&gt;JAVA-1948&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1719&quot; title=&quot;Re-implement Mongo.unlock and Mongo.isLocked with new database commands&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1719&quot;&gt;&lt;del&gt;JAVA-1719&lt;/del&gt;&lt;/a&gt;: Support query-related commands introduced in MongoDB 3.2&lt;br/&gt;
  Support the find, getMore and explain commands&lt;br/&gt;
  Support the currentOp and fsyncUnlock commands&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/7253aa585ce95c350d9f510a9ff994af6119e0ab&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/7253aa585ce95c350d9f510a9ff994af6119e0ab&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="57665">SERVER-7775</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="191972">DRIVERS-213</issuekey>
        </issuelink>
                            </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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>JAVA-1943</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hscr1j:</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_22279" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Server Compat</customfieldname>
                        <customfieldvalues>
                                        <label>3.1</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="742">Java Sprint 26</customfieldvalue>

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