<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:59:04 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-3214] api creation with gravitee io</title>
                <link>https://jira.mongodb.org/browse/JAVA-3214</link>
                <project id="10006" key="JAVA">Java Driver</project>
                    <description>&lt;p&gt;com.mongodb.MongoSocketReadTimeoutException: Timeout while receiving message&lt;br/&gt;
 at com.mongodb.internal.connection.InternalStreamConnection.translateReadException(InternalStreamConnection.java:537)&lt;br/&gt;
 at com.mongodb.internal.connection.InternalStreamConnection.receiveMessage(InternalStreamConnection.java:428)&lt;br/&gt;
 at com.mongodb.internal.connection.InternalStreamConnection.receiveCommandMessageResponse(InternalStreamConnection.java:289)&lt;br/&gt;
 at com.mongodb.internal.connection.InternalStreamConnection.sendAndReceive(InternalStreamConnection.java:255)&lt;br/&gt;
 at com.mongodb.internal.connection.UsageTrackingInternalConnection.sendAndReceive(UsageTrackingInternalConnection.java:99)&lt;br/&gt;
 at com.mongodb.internal.connection.DefaultConnectionPool$PooledConnection.sendAndReceive(DefaultConnectionPool.java:444)&lt;br/&gt;
 at com.mongodb.internal.connection.CommandProtocolImpl.execute(CommandProtocolImpl.java:72)&lt;br/&gt;
 at com.mongodb.internal.connection.DefaultServer$DefaultServerProtocolExecutor.execute(DefaultServer.java:200)&lt;br/&gt;
 at com.mongodb.internal.connection.DefaultServerConnection.executeProtocol(DefaultServerConnection.java:269)&lt;br/&gt;
 at com.mongodb.internal.connection.DefaultServerConnection.command(DefaultServerConnection.java:131)&lt;br/&gt;
 at com.mongodb.internal.connection.DefaultServerConnection.command(DefaultServerConnection.java:123)&lt;br/&gt;
 at com.mongodb.operation.CommandOperationHelper.executeWrappedCommandProtocol(CommandOperationHelper.java:242)&lt;br/&gt;
 at com.mongodb.operation.CommandOperationHelper.executeWrappedCommandProtocol(CommandOperationHelper.java:233)&lt;br/&gt;
 at com.mongodb.operation.CommandOperationHelper.executeWrappedCommandProtocol(CommandOperationHelper.java:136)&lt;br/&gt;
 at com.mongodb.operation.FindOperation$1.call(FindOperation.java:701)&lt;br/&gt;
 at com.mongodb.operation.FindOperation$1.call(FindOperation.java:695)&lt;br/&gt;
 at com.mongodb.operation.OperationHelper.withConnectionSource(OperationHelper.java:457)&lt;br/&gt;
 at com.mongodb.operation.OperationHelper.withConnection(OperationHelper.java:401)&lt;br/&gt;
 at com.mongodb.operation.FindOperation.execute(FindOperation.java:695)&lt;br/&gt;
 at com.mongodb.operation.FindOperation.execute(FindOperation.java:83)&lt;br/&gt;
 at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.execute(MongoClientDelegate.java:179)&lt;br/&gt;
 at com.mongodb.client.internal.MongoIterableImpl.execute(MongoIterableImpl.java:132)&lt;br/&gt;
 at com.mongodb.client.internal.MongoIterableImpl.iterator(MongoIterableImpl.java:86)&lt;br/&gt;
 at org.springframework.data.mongodb.core.MongoTemplate.executeFindMultiInternal(MongoTemplate.java:2442&lt;/p&gt;</description>
                <environment></environment>
        <key id="703753">JAVA-3214</key>
            <summary>api creation with gravitee io</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</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="nsryn">nsryn sys</reporter>
                        <labels>
                    </labels>
                <created>Mon, 25 Feb 2019 10:12:48 +0000</created>
                <updated>Wed, 11 Sep 2019 19:14:45 +0000</updated>
                            <resolved>Mon, 25 Feb 2019 14:30:12 +0000</resolved>
                                                                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="2161409" author="jeff.yemin" created="Mon, 25 Feb 2019 14:30:12 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=nsryn&quot; class=&quot;user-hover&quot; rel=&quot;nsryn&quot;&gt;nsryn&lt;/a&gt;, this stack trace does not indicate a bug in the driver.  It merely indicates that the driver timed out while reading a response from a MongoDB server.  This could indicate a number of possible issues, including (but not limited to):&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;a slow operation in the server (e.g., a query requiring a collection scan) that exceeds the configured socket read timeout.&lt;/li&gt;
	&lt;li&gt;an issue at the networking layer which prevented the driver from reading the response from the socket before the configured socket read timeout.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;As such, I&apos;ve changed the issue type to Question and am closing it.  &lt;/p&gt;

&lt;p&gt;Just to let you know this project is for Java driver bugs or feature requests. The best place for questions regarding MongoDB usage or the Java driver specifics is the &lt;a href=&quot;https://groups.google.com/forum/#!forum/mongodb-user&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;mongodb-user mailinglist&lt;/a&gt; or &lt;a href=&quot;http://stackoverflow.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;stackoverflow&lt;/a&gt; as you will reach a broader audience there.  If your business requires an answer from MongoDB within a time frame then we do offer &lt;a href=&quot;https://www.mongodb.com/products/production-support&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;production support&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;If you do follow up via one of the options above please post a link and someone will follow the conversation there.&lt;/p&gt;</comment>
                    </comments>
                    <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|huebqf:</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>