mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
If debug logging is enabled then the lag detector will capture and report the hot threads of a lagging node. In some cases the resulting log message can be very large, exceeding 10kiB, which means it is truncated in most logging setups. The relevant thread(s) may be waiting on I/O, which is not considered "hot" and therefore may not appear in the first 10kiB. This commit adjusts this logging mechanism to split the message into chunks of size at most 2kiB (after compression and base64-encoding) to ensure that the entire hot threads output can be faithfully reconstructed from these logs. Closes #88126 |
||
---|---|---|
.. | ||
bootstrapping.asciidoc | ||
discovery-settings.asciidoc | ||
discovery.asciidoc | ||
fault-detection.asciidoc | ||
publishing.asciidoc | ||
quorums.asciidoc | ||
voting.asciidoc |