<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:04:41 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-23865] DB getting shut down if no space for audit log file.</title>
                <link>https://jira.mongodb.org/browse/SERVER-23865</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Hi Team,&lt;br/&gt;
we are using MongoDB 3.2.5 with two shards and each shard is a replica set and also the config server is a replica set. In mongoDB, if there is no space left for the mount where mongo server logs are located, the server itself is getting shut down. we are seeing this in all the mongoDB versions. Please let us know, whether it is designed like that or any internal issue. Because our assumption is that logging will happen asynchronously without affecting the actual worker progress for any servers. Logging failure may throw a warning but will not shut down the server itself.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Jebas&lt;/p&gt;</description>
                <environment></environment>
        <key id="281640">SERVER-23865</key>
            <summary>DB getting shut down if no space for audit log file.</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="9">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="jebas.kings@gmail.com">Kingsly J</reporter>
                        <labels>
                    </labels>
                <created>Fri, 22 Apr 2016 10:45:21 +0000</created>
                <updated>Mon, 9 Jul 2018 15:05:33 +0000</updated>
                            <resolved>Wed, 27 Apr 2016 12:21:25 +0000</resolved>
                                                                    <component>Logging</component>
                    <component>Security</component>
                                        <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="1247753" author="ramon.fernandez" created="Wed, 27 Apr 2016 13:22:01 +0000"  >&lt;p&gt;Not being able to write to the log is not a fatal condition, and the server continues to operate. I&apos;ve verified that on my end.&lt;/p&gt;

&lt;p&gt;The stack trace you pasted above shows the following:&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;mongos(_ZN5mongo6logger9LogDomainINS_5audit10AuditEventEE6appendERKS3_+0xDE) [0x8c681e]&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;which is a call to add an entry in the audit log. This is not related to regular logging.&lt;/p&gt;

&lt;p&gt;I looked at the configuration files provided and I don&apos;t see the audit log enabled or configured, so I&apos;m not able to provide any more insight without further information. You may want to send the audit and server logs to different filesystems and verify that the reason for the shutdown is the inability to write to the audit log.&lt;/p&gt;</comment>
                            <comment id="1247744" author="jebas.kings@gmail.com" created="Wed, 27 Apr 2016 13:10:14 +0000"  >&lt;p&gt;Hi Ramon,&lt;br/&gt;
Thanks for your replay. Is this the same case for server logs, because as I mentioned earlier even if in case of no space for server logs, DB is getting shut down.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Jebas&lt;/p&gt;</comment>
                            <comment id="1246478" author="ramon.fernandez" created="Tue, 26 Apr 2016 11:15:56 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=jebas.kings%40gmail.com&quot; class=&quot;user-hover&quot; rel=&quot;jebas.kings@gmail.com&quot;&gt;jebas.kings@gmail.com&lt;/a&gt;, what the error log is trying to say is that you&apos;ve run out of space for your audit log, so the server is shutting itself down. This behavior is expected: when the audit log is enabled, it&apos;s not a good security practice to allow operations that should be audited but can&apos;t. Please ensure there&apos;s enough space to write to your audit log files.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Ram&#243;n.&lt;/p&gt;</comment>
                            <comment id="1246419" author="jebas.kings@gmail.com" created="Tue, 26 Apr 2016 09:30:12 +0000"  >&lt;p&gt;Hi Team,&lt;br/&gt;
Is there any clue on this issue?&lt;/p&gt;</comment>
                            <comment id="1245131" author="jebas.kings@gmail.com" created="Mon, 25 Apr 2016 10:30:13 +0000"  >&lt;p&gt;Hi Ramon,&lt;br/&gt;
Even today we faced this issue. PFB the error log of a mongos which got shutdowm as because there is no space left in audit log mount.&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;   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;2016-04-24T06:48:33.673+0530 F -        [conn9] Got signal: 6 (Aborted).&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   width: auto; padding: 0;&quot;&gt;&amp;nbsp;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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; 0xca7792 0xca66c9 0xca6ed2 0x3e93a0f710 0x3e93632925 0x3e93634105 0x8c681e 0x8bdcf1 0x8bdf80 0x7d6f74 0xbdcb92 0xbdd94d 0xbec0cd 0xbdc2e6 0x6a10f5 0xc52a3d 0x3e93a079d1 0x3e936e8b6d&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;----- BEGIN BACKTRACE -----&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;{&quot;backtrace&quot;:[{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;8A7792&quot;,&quot;s&quot;:&quot;_ZN5mongo15printStackTraceERSo&quot;},{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;8A66C9&quot;},{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;8A6ED2&quot;},{&quot;b&quot;:&quot;3E93A00000&quot;,&quot;o&quot;:&quot;F710&quot;},{&quot;b&quot;:&quot;3E93600000&quot;,&quot;o&quot;:&quot;32925&quot;,&quot;s&quot;:&quot;gsignal&quot;},{&quot;b&quot;:&quot;3E93600000&quot;,&quot;o&quot;:&quot;34105&quot;,&quot;s&quot;:&quot;abort&quot;},{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;4C681E&quot;,&quot;s&quot;:&quot;_ZN5mongo6logger9LogDomainINS_5audit10AuditEventEE6appendERKS3_&quot;},{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;4BDCF1&quot;},{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;4BDF80&quot;,&quot;s&quot;:&quot;_ZN5mongo5audit20logCommandAuthzCheckEPNS_11ClientBasicERKSsRKNS_7BSONObjEPNS_7CommandENS_10ErrorCodes5ErrorE&quot;},{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;3D6F74&quot;,&quot;s&quot;:&quot;_ZN5mongo7Command19_checkAuthorizationEPS0_PNS_11ClientBasicERKSsRKNS_7BSONObjE&quot;},{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;7DCB92&quot;,&quot;s&quot;:&quot;_ZN5mongo7Command22execCommandClientBasicEPNS_16OperationContextEPS0_RNS_11ClientBasicEiPKcRNS_7BSONObjERNS_14BSONObjBuilderE&quot;},{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;7DD94D&quot;,&quot;s&quot;:&quot;_ZN5mongo7Command20runAgainstRegisteredEPNS_16OperationContextEPKcRNS_7BSONObjERNS_14BSONObjBuilderEi&quot;},{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;7EC0CD&quot;,&quot;s&quot;:&quot;_ZN5mongo8Strategy15clientCommandOpEPNS_16OperationContextERNS_7RequestE&quot;},{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;7DC2E6&quot;,&quot;s&quot;:&quot;_ZN5mongo7Request7processEPNS_16OperationContextEi&quot;},{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;2A10F5&quot;,&quot;s&quot;:&quot;_ZN5mongo21ShardedMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortE&quot;},{&quot;b&quot;:&quot;400000&quot;,&quot;o&quot;:&quot;852A3D&quot;,&quot;s&quot;:&quot;_ZN5mongo17PortMessageServer17handleIncomingMsgEPv&quot;},{&quot;b&quot;:&quot;3E93A00000&quot;,&quot;o&quot;:&quot;79D1&quot;},{&quot;b&quot;:&quot;3E93600000&quot;,&quot;o&quot;:&quot;E8B6D&quot;,&quot;s&quot;:&quot;clone&quot;}],&quot;processInfo&quot;:{ &quot;mongodbVersion&quot; : &quot;3.2.5&quot;, &quot;gitVersion&quot; : &quot;34e65e5383f7ea1726332cb175b73077ec4a1b02&quot;, &quot;compiledModules&quot; : [ &quot;enterprise&quot; ], &quot;uname&quot; : { &quot;sysname&quot; : &quot;Linux&quot;, &quot;release&quot; : &quot;2.6.32-431.el6.x86_64&quot;, &quot;version&quot; : &quot;#1 SMP Sun Nov 10 22:19:54 EST 2013&quot;, &quot;machine&quot; : &quot;x86_64&quot; }, &quot;somap&quot; : [ { &quot;elfType&quot; : 2, &quot;b&quot; : &quot;400000&quot;, &quot;buildId&quot; : &quot;DB88764A814FFB938585371E5DC9F5A0196E8966&quot; }, { &quot;b&quot; : &quot;7FFFB60FF000&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;81A81BE2E44C93640ADEDB62ADC93A47F4A09DD1&quot; }, { &quot;path&quot; : &quot;/usr/lib64/libsasl2.so.2&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;9E79FB1A0DDCEC497B5D8AFD86CC378ACF8E354A&quot; }, { &quot;path&quot; : &quot;/lib64/libgssapi_krb5.so.2&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;EFF68B7DE77D081BC4A0CB38FE9DCBC60541BF92&quot; }, { &quot;path&quot; : &quot;/usr/lib64/libssl.so.10&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;B933728EE9CE426EBD94C3DF251C78AC838E0E8D&quot; }, { &quot;path&quot; : &quot;/usr/lib64/libcrypto.so.10&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;3E71CF35EF7C460CC31BE02541DC2F4DB9CF83A0&quot; }, { &quot;path&quot; : &quot;/lib64/librt.so.1&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;B26528BF6C0636AC1CAE5AC50BDBC07E60851DF4&quot; }, { &quot;path&quot; : &quot;/lib64/libdl.so.2&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;AFC7448F2F2F6ED4E5BC82B1BD8A7320B84A9D48&quot; }, { &quot;path&quot; : &quot;/lib64/libm.so.6&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;98B028A725D6E93253F25DF00B794DFAA66A3145&quot; }, { &quot;path&quot; : &quot;/lib64/libgcc_s.so.1&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;A44499D29B114A5366CD72DD4883958495AC1C1D&quot; }, { &quot;path&quot; : &quot;/lib64/libpthread.so.0&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;1BB4E10307D6B94223749CFDF2AD14C365972C60&quot; }, { &quot;path&quot; : &quot;/lib64/libc.so.6&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;871059BD552A77064DCFF4CB5DB5222BD39A31C4&quot; }, { &quot;path&quot; : &quot;/lib64/ld-linux-x86-64.so.2&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;57BF668F99B7F5917B8D55FBB645173C9A644575&quot; }, { &quot;path&quot; : &quot;/lib64/libresolv.so.2&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;56843351EFB2CE304A7E4BD0754991613E9EC8BD&quot; }, { &quot;path&quot; : &quot;/lib64/libcrypt.so.1&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;2B2EAE3EB99811D0DBC0FC5979A0A9BFC7B1B1ED&quot; }, { &quot;path&quot; : &quot;/lib64/libkrb5.so.3&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;95EBB74C2C0A1E1714344036145A0239FFA4892D&quot; }, { &quot;path&quot; : &quot;/lib64/libk5crypto.so.3&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;D02E7D3149950118009A81997434E28B7D9EC9B2&quot; }, { &quot;path&quot; : &quot;/lib64/libcom_err.so.2&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;6ADE12F76961F73B33D160AC4D342222E7FC7A65&quot; }, { &quot;path&quot; : &quot;/lib64/libkrb5support.so.0&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;5AFCBEA0D62EE0335714CCBAB7BA808E2A16028C&quot; }, { &quot;path&quot; : &quot;/lib64/libkeyutils.so.1&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;8A8734DC37305D8CC2EF8F8C3E5EA03171DB07EC&quot; }, { &quot;path&quot; : &quot;/lib64/libz.so.1&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;D053BB4FF0C2FC983842F81598813B9B931AD0D1&quot; }, { &quot;path&quot; : &quot;/lib64/libfreebl3.so&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;35A038433616143CE209A74D5B7C006E78E09401&quot; }, { &quot;path&quot; : &quot;/lib64/libselinux.so.1&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;BAD5C71361DADF259B6E306A49E6F47F24AEA3DC&quot; }, { &quot;b&quot; : &quot;7FDDFC734000&quot;, &quot;path&quot; : &quot;/usr/lib64/sasl2/libsasldb.so&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;20A9C9C04FA83BF4A04AA68833D8774B463BF22E&quot; }, { &quot;path&quot; : &quot;/lib64/libdb-4.7.so&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;4CF43E1CEBBD1469A97108247CE0680B0141D8D7&quot; }, { &quot;b&quot; : &quot;7FDDFC52C000&quot;, &quot;path&quot; : &quot;/usr/lib64/sasl2/libgssapiv2.so&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;E57DA6F11C14E01FE883007596479A0AA9F6D0AD&quot; }, { &quot;b&quot; : &quot;7FDDFC327000&quot;, &quot;path&quot; : &quot;/usr/lib64/sasl2/liblogin.so&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;161930A21E55FFADF2FAB366184D2F398D922E92&quot; }, { &quot;b&quot; : &quot;7FDDFC122000&quot;, &quot;path&quot; : &quot;/usr/lib64/sasl2/libanonymous.so&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;DEA21FA91ABB7116E372416CBAEC076AECB0B94C&quot; }, { &quot;b&quot; : &quot;7FDDFBF1D000&quot;, &quot;path&quot; : &quot;/usr/lib64/sasl2/libplain.so&quot;, &quot;elfType&quot; : 3, &quot;buildId&quot; : &quot;22E4D23A991A44E27DC0D22DB519BC1E22DE3B89&quot; } ] }}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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; mongos(_ZN5mongo15printStackTraceERSo+0x32) [0xca7792]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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; mongos(+0x8A66C9) [0xca66c9]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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; mongos(+0x8A6ED2) [0xca6ed2]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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; libpthread.so.0(+0xF710) [0x3e93a0f710]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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; libc.so.6(gsignal+0x35) [0x3e93632925]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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; libc.so.6(abort+0x175) [0x3e93634105]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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; mongos(_ZN5mongo6logger9LogDomainINS_5audit10AuditEventEE6appendERKS3_+0xDE) [0x8c681e]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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; mongos(+0x4BDCF1) [0x8bdcf1]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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; mongos(_ZN5mongo5audit20logCommandAuthzCheckEPNS_11ClientBasicERKSsRKNS_7BSONObjEPNS_7CommandENS_10ErrorCodes5ErrorE+0xF0) [0x8bdf80]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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; mongos(_ZN5mongo7Command19_checkAuthorizationEPS0_PNS_11ClientBasicERKSsRKNS_7BSONObjE+0x204) [0x7d6f74]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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; mongos(_ZN5mongo7Command22execCommandClientBasicEPNS_16OperationContextEPS0_RNS_11ClientBasicEiPKcRNS_7BSONObjERNS_14BSONObjBuilderE+0x5F2) [0xbdcb92]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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; mongos(_ZN5mongo7Command20runAgainstRegisteredEPNS_16OperationContextEPKcRNS_7BSONObjERNS_14BSONObjBuilderEi+0x2ED) [0xbdd94d]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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; mongos(_ZN5mongo8Strategy15clientCommandOpEPNS_16OperationContextERNS_7RequestE+0x19D) [0xbec0cd]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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; mongos(_ZN5mongo7Request7processEPNS_16OperationContextEi+0x876) [0xbdc2e6]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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; mongos(_ZN5mongo21ShardedMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortE+0x65) [0x6a10f5]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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; mongos(_ZN5mongo17PortMessageServer17handleIncomingMsgEPv+0x26D) [0xc52a3d]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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; libpthread.so.0(+0x79D1) [0x3e93a079d1]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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; libc.so.6(clone+0x6D) [0x3e936e8b6d]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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-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;-----  END BACKTRACE  -----&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;</comment>
                            <comment id="1245023" author="jebas.kings@gmail.com" created="Mon, 25 Apr 2016 07:31:32 +0000"  >&lt;p&gt;Hi Ramon,&lt;br/&gt;
We have encountered this issue in all the servers. PFA the config files. We are also seeing the same issue while we enable audit logging. Due to space issue, DB is getting shut down.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Jebas&lt;/p&gt;</comment>
                            <comment id="1243567" author="ramon.fernandez" created="Fri, 22 Apr 2016 11:17:33 +0000"  >&lt;p&gt;I&apos;m not able to reproduce this behavior (3.2.5, 2-shard cluster, 2-node replica set per shard, CSRS). Can you please send us either the configuration files for all nodes in this cluster or the startup logs for them? Also, which nodes are you seeing affected by this behavior (config servers, data nodes, mongos nodes, all of the above)?&lt;/p&gt;


&lt;p&gt;Thanks,&lt;br/&gt;
Ram&#243;n.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="119041" name="MongoDev_Vm_Conf - Copy.zip" size="5966" author="jebas.kings@gmail.com" created="Mon, 25 Apr 2016 07:33:27 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[500A000000bBXSmIAO]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 22 Apr 2016 11:17:33 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        7 years, 42 weeks 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_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            7 years, 42 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>jebas.kings@gmail.com</customfieldvalue>
            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrk9lz:</customfieldvalue>

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

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