Skip to content

Commit aceff30

Browse files
DOCSP-23774-arm64-note (#1582)
1 parent 8bb001f commit aceff30

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Starting in MongoDB 4.4 running on Linux:
2+
3+
- When the :binary:`~bin.mongod` and :binary:`~bin.mongos` processes
4+
receive a ``SIGUSR2`` signal, backtrace details are added to the logs
5+
for each process thread.
6+
7+
- Backtrace details show the function calls for the process, which can
8+
be used for diagnostics and provided to MongoDB Support if required.
9+
10+
The backtrace functionality is available for these architectures:
11+
12+
- ``x86_64``
13+
- ``arm64`` (starting in MongoDB 4.4.15)

source/release-notes/4.4.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2173,13 +2173,9 @@ Support for ``$natural`` Sort on Views
21732173
Support for Diagnostic Backtrace Generation
21742174
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21752175

2176-
Starting in MongoDB 4.4, :binary:`~bin.mongod` and :binary:`~bin.mongos`
2177-
processes running on Linux will now log a backtrace for each of their
2178-
running threads upon receipt of a ``SIGUSR2`` signal. This backtrace can
2179-
be analyzed for diagnostic information or provided to MongoDB support as
2180-
needed. This functionality is currently available only on the ``x86_64``
2181-
architecture. For more information on using this feature, see
2182-
:ref:`sigusr2-diagnostic-backtrace`.
2176+
.. include:: /includes/diagnostic-backtrace-generation.rst
2177+
2178+
For more information, see :ref:`sigusr2-diagnostic-backtrace`.
21832179

21842180
Container-aware FTDC Reporting
21852181
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

source/tutorial/manage-mongodb-processes.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,7 @@ Troubleshoot ``mongod`` Processes
206206
Generate a Backtrace
207207
~~~~~~~~~~~~~~~~~~~~
208208

209-
Starting in MongoDB 4.4, :binary:`~bin.mongod` and :binary:`~bin.mongos`
210-
processes running on Linux will now log a backtrace for each of their
211-
running threads upon receipt of a ``SIGUSR2`` signal. This backtrace can
212-
be analyzed for diagnostic information or provided to MongoDB support as
213-
needed. This functionality is currently available only on the ``x86_64``
214-
architecture.
209+
.. include:: /includes/diagnostic-backtrace-generation.rst
215210

216211
To issue a ``SIGUSR2`` signal to a running :binary:`~bin.mongod`
217212
process, use the following command:

0 commit comments

Comments
 (0)