Skip to content

Commit c74fd8b

Browse files
DOCSP-23774-arm64-note (#1581)
1 parent 7d89b22 commit c74fd8b

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 and 5.0.10)

source/release-notes/4.4.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2164,13 +2164,9 @@ Support for ``$natural`` Sort on Views
21642164
Support for Diagnostic Backtrace Generation
21652165
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21662166

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

21752171
Container-aware FTDC Reporting
21762172
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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)