<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:31:02 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>[SERVER-53472]  HostUnreachable: Connection refused: Error in heartbeat request to mongodb</title>
                <link>https://jira.mongodb.org/browse/SERVER-53472</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Here is the error log&lt;/p&gt;

&lt;p&gt;2020-12-21T19:01:44.384+0000 I ASIO &lt;span class=&quot;error&quot;&gt;&amp;#91;NetworkInterfaceASIO-Replication-0&amp;#93;&lt;/span&gt; Failed to connect to mongodb-0.mongodb.default.svc.cluster.local&lt;/p&gt;

&lt;p&gt;:27017 - HostUnreachable: Connection refused&lt;/p&gt;

&lt;p&gt;2020-12-21T19:01:44.384+0000 I ASIO &lt;span class=&quot;error&quot;&gt;&amp;#91;NetworkInterfaceASIO-Replication-0&amp;#93;&lt;/span&gt; Dropping all pooled connections to mongodb-0.mongodb.default.svc&lt;/p&gt;

&lt;p&gt;.cluster.local:27017 due to failed operation on a connection&lt;/p&gt;

&lt;p&gt;2020-12-21T19:01:44.384+0000 I REPL &lt;span class=&quot;error&quot;&gt;&amp;#91;ReplicationExecutor&amp;#93;&lt;/span&gt; Error in heartbeat request to mongodb-0.mongodb.default.svc.cluster.local:27017&lt;/p&gt;

&lt;p&gt;; HostUnreachable: Connection refused&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Here is my yaml&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;ansible@sq-kube-01:~$ kubectl edit statefulset mongodb&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;-v&lt;/li&gt;
	&lt;li&gt;--replSet&lt;/li&gt;
	&lt;li&gt;abacus&lt;/li&gt;
	&lt;li&gt;--dbpath&lt;/li&gt;
	&lt;li&gt;/data/db&lt;/li&gt;
	&lt;li&gt;--logpath&lt;/li&gt;
	&lt;li&gt;/var/log/mongodb/server.log&lt;/li&gt;
	&lt;li&gt;--logRotate&lt;/li&gt;
	&lt;li&gt;reopen&lt;/li&gt;
	&lt;li&gt;--logappend&lt;br/&gt;
 command:&lt;/li&gt;
	&lt;li&gt;mongod&lt;br/&gt;
 image: library/mongo:3.4.4&lt;br/&gt;
 imagePullPolicy: IfNotPresent&lt;br/&gt;
 name: mongodb&lt;br/&gt;
 ports:&lt;/li&gt;
	&lt;li&gt;containerPort: 27017&lt;br/&gt;
 protocol: TCP&lt;br/&gt;
 resources:&lt;br/&gt;
 limits:&lt;br/&gt;
 cpu: &quot;3&quot;&lt;br/&gt;
 memory: 21Gi&lt;br/&gt;
 requests:&lt;br/&gt;
 cpu: 100m&lt;br/&gt;
 memory: 100Mi&lt;br/&gt;
 terminationMessagePath: /dev/termination-log&lt;br/&gt;
 terminationMessagePolicy: File&lt;br/&gt;
 volumeMounts:&lt;/li&gt;
	&lt;li&gt;mountPath: /data/db&lt;br/&gt;
 name: mongodb&lt;/li&gt;
	&lt;li&gt;mountPath: /var/log/mongodb&lt;br/&gt;
 name: logs&lt;/li&gt;
	&lt;li&gt;env:&lt;/li&gt;
	&lt;li&gt;name: MONGO_SIDECAR_POD_LABELS&lt;br/&gt;
 value: role=mongodb,environment=stage&lt;/li&gt;
	&lt;li&gt;name: KUBERNETES_MONGO_SERVICE_NAME&lt;br/&gt;
 value: mongodb&lt;/li&gt;
	&lt;li&gt;name: KUBE_NAMESPACE&lt;br/&gt;
 value: default&lt;br/&gt;
 image: cvallance/mongo-k8s-sidecar&lt;br/&gt;
 imagePullPolicy: IfNotPresent&lt;br/&gt;
 name: mongo-sidecar&lt;br/&gt;
 resources:&lt;br/&gt;
 limits:&lt;br/&gt;
 cpu: 300m&lt;br/&gt;
 memory: 500Mi&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;requests:&lt;br/&gt;
 cpu: 100m&lt;br/&gt;
 memory: 100Mi&lt;br/&gt;
 terminationMessagePath: /dev/termination-log&lt;br/&gt;
 terminationMessagePolicy: File&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;args:&lt;/li&gt;
	&lt;li&gt;proxy&lt;/li&gt;
	&lt;li&gt;sidecar&lt;/li&gt;
	&lt;li&gt;-v&lt;/li&gt;
	&lt;li&gt;&quot;2&quot;&lt;/li&gt;
	&lt;li&gt;--configPath&lt;/li&gt;
	&lt;li&gt;/etc/istio/proxy&lt;/li&gt;
	&lt;li&gt;--binaryPath&lt;/li&gt;
	&lt;li&gt;/usr/local/bin/envoy&lt;/li&gt;
	&lt;li&gt;--serviceCluster&lt;/li&gt;
	&lt;li&gt;istio-proxy&lt;/li&gt;
	&lt;li&gt;--drainDuration&lt;/li&gt;
	&lt;li&gt;45s&lt;/li&gt;
	&lt;li&gt;--parentShutdownDuration&lt;/li&gt;
	&lt;li&gt;1m0s&lt;/li&gt;
	&lt;li&gt;--discoveryAddress&lt;/li&gt;
	&lt;li&gt;istio-pilot.istio-system:8080&lt;/li&gt;
	&lt;li&gt;--discoveryRefreshDelay&lt;/li&gt;
	&lt;li&gt;1s&lt;/li&gt;
	&lt;li&gt;--zipkinAddress&lt;/li&gt;
	&lt;li&gt;zipkin.istio-system:9411&lt;/li&gt;
	&lt;li&gt;--connectTimeout&lt;/li&gt;
	&lt;li&gt;10s&lt;/li&gt;
	&lt;li&gt;--statsdUdpAddress&lt;/li&gt;
	&lt;li&gt;istio-mixer.istio-system:9125&lt;/li&gt;
	&lt;li&gt;--proxyAdminPort&lt;/li&gt;
	&lt;li&gt;&quot;15000&quot;&lt;br/&gt;
 env:&lt;/li&gt;
	&lt;li&gt;name: POD_NAME&lt;br/&gt;
 valueFrom:&lt;br/&gt;
 fieldRef:&lt;br/&gt;
 apiVersion: v1&lt;br/&gt;
 fieldPath: metadata.name&lt;/li&gt;
	&lt;li&gt;name: POD_NAMESPACE&lt;br/&gt;
 valueFrom:&lt;br/&gt;
 fieldRef:&lt;br/&gt;
 apiVersion: v1&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;fieldPath: metadata.namespace&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;name: INSTANCE_IP&lt;br/&gt;
 valueFrom:&lt;br/&gt;
 fieldRef:&lt;br/&gt;
 apiVersion: v1&lt;br/&gt;
 fieldPath: status.podIP&lt;br/&gt;
 image: docker.io/istio/proxy:0.2.6&lt;br/&gt;
 imagePullPolicy: IfNotPresent&lt;br/&gt;
 name: istio-proxy&lt;br/&gt;
 resources: {}&lt;br/&gt;
 securityContext:&lt;br/&gt;
 privileged: false&lt;br/&gt;
 readOnlyRootFilesystem: true&lt;br/&gt;
 runAsUser: 1337&lt;br/&gt;
 terminationMessagePath: /dev/termination-log&lt;br/&gt;
 terminationMessagePolicy: File&lt;br/&gt;
 volumeMounts:&lt;/li&gt;
	&lt;li&gt;mountPath: /etc/istio/proxy&lt;br/&gt;
 name: istio-envoy&lt;/li&gt;
	&lt;li&gt;mountPath: /etc/certs/&lt;br/&gt;
 name: istio-certs&lt;br/&gt;
 readOnly: true&lt;br/&gt;
 dnsPolicy: ClusterFirst&lt;br/&gt;
 imagePullSecrets:&lt;/li&gt;
	&lt;li&gt;name: juniperregistrykey&lt;br/&gt;
 initContainers:&lt;/li&gt;
	&lt;li&gt;args:&lt;/li&gt;
	&lt;li&gt;-p&lt;/li&gt;
	&lt;li&gt;&quot;15001&quot;&lt;/li&gt;
	&lt;li&gt;-u&lt;/li&gt;
	&lt;li&gt;&quot;1337&quot;&lt;br/&gt;
 image: docker.io/istio/proxy_init:0.2.6&lt;br/&gt;
 imagePullPolicy: IfNotPresent&lt;br/&gt;
 name: istio-init&lt;br/&gt;
 resources: {}&lt;br/&gt;
 securityContext:&lt;br/&gt;
 capabilities:&lt;br/&gt;
 add:&lt;/li&gt;
	&lt;li&gt;NET_ADMIN&lt;br/&gt;
 privileged: true&lt;br/&gt;
 terminationMessagePath: /dev/termination-log&lt;br/&gt;
 terminationMessagePolicy: File&lt;br/&gt;
 nodeSelector:&lt;br/&gt;
 node: mongodb&lt;br/&gt;
 restartPolicy: Always&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;schedulerName: default-scheduler&lt;br/&gt;
 securityContext: {}&lt;br/&gt;
 serviceAccount: mongodb-serviceaccount&lt;br/&gt;
 serviceAccountName: mongodb-serviceaccount&lt;br/&gt;
 terminationGracePeriodSeconds: 10&lt;br/&gt;
 volumes:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;emptyDir: {}&lt;br/&gt;
 name: configdir&lt;/li&gt;
	&lt;li&gt;hostPath:&lt;br/&gt;
 path: /var/log/mongodb&lt;br/&gt;
 type: &quot;&quot;&lt;br/&gt;
 name: logs&lt;/li&gt;
	&lt;li&gt;hostPath:&lt;br/&gt;
 path: /data/mongodb/data/db&lt;br/&gt;
 type: &quot;&quot;&lt;br/&gt;
 name: mongodb&lt;/li&gt;
	&lt;li&gt;emptyDir:&lt;br/&gt;
 medium: Memory&lt;br/&gt;
 name: istio-envoy&lt;/li&gt;
	&lt;li&gt;name: istio-certs&lt;br/&gt;
 secret:&lt;br/&gt;
 defaultMode: 420&lt;br/&gt;
 optional: true&lt;br/&gt;
 secretName: istio.mongodb-serviceaccount&lt;br/&gt;
 updateStrategy:&lt;br/&gt;
 rollingUpdate:&lt;br/&gt;
 partition: 0&lt;br/&gt;
 type: RollingUpdate&lt;br/&gt;
status:&lt;br/&gt;
 collisionCount: 0&lt;br/&gt;
 currentReplicas: 3&lt;br/&gt;
 currentRevision: mongodb-86559f6fd5&lt;br/&gt;
 observedGeneration: 71&lt;br/&gt;
 readyReplicas: 3&lt;br/&gt;
 replicas: 3&lt;br/&gt;
 updateRevision: mongodb-86559f6fd5&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="1575732">SERVER-53472</key>
            <summary> HostUnreachable: Connection refused: Error in heartbeat request to mongodb</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</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="13204">Community Answered</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="bratia@juniper.net">Brati Acharya</reporter>
                        <labels>
                    </labels>
                <created>Mon, 21 Dec 2020 19:23:39 +0000</created>
                <updated>Fri, 27 Oct 2023 15:56:29 +0000</updated>
                            <resolved>Tue, 22 Dec 2020 09:19:54 +0000</resolved>
                                                                    <component>Build</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="3539284" author="dmitry.agranat" created="Tue, 22 Dec 2020 09:19:34 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=bratia%40juniper.net&quot; class=&quot;user-hover&quot; rel=&quot;bratia@juniper.net&quot;&gt;bratia@juniper.net&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Your configuration shows that you are using MongoDB 3.4.4:&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;mongod image: library/mongo:3.4.4&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;MongoDB 3.4 &lt;a href=&quot;https://www.mongodb.com/support-policy&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reached end of life in January of 2020&lt;/a&gt;. If this is still an issue for you on any supported MongoDB versions, please open a new case and provide a full MongoDB log covering the time of the reported event.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Dima&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 22 Dec 2020 09:19:34 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 7 weeks, 1 day ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            3 years, 7 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>bratia@juniper.net</customfieldvalue>
            <customfieldvalue>dmitry.agranat@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hyn2tj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hy8w8f:</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_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hymp2v:</customfieldvalue>

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