This is an automated email from the ASF dual-hosted git repository.

sk0x50 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new cb4fc1b97c4 IGNITE-27622 Fix failure handler documentation (#7451)
cb4fc1b97c4 is described below

commit cb4fc1b97c4ecf18a4800efaf084cb90f1e8eead
Author: Slava Koptilin <[email protected]>
AuthorDate: Wed Jan 21 15:19:23 2026 +0200

    IGNITE-27622 Fix failure handler documentation (#7451)
---
 docs/_docs/administrators-guide/config/node-config.adoc | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/docs/_docs/administrators-guide/config/node-config.adoc 
b/docs/_docs/administrators-guide/config/node-config.adoc
index daa7bf7ec5b..2096eeb9d91 100644
--- a/docs/_docs/administrators-guide/config/node-config.adoc
+++ b/docs/_docs/administrators-guide/config/node-config.adoc
@@ -136,12 +136,11 @@ See the link:developers-guide/clients/overview[Clients] 
section for information
 |======
 |Property|Default|Description|Changeable|Requires Restart|Acceptable Values
 
-|dumpThreadsOnFailure|true|The number of items that can be expired at once.| 
Yes | Yes | true, false
-|dumpThreadsThrottlingTimeoutMillis|10000|Throttling timeout for thread dump 
generation during failure handling, in milliseconds.| Yes | Yes | 1 - inf
-
-|handler.ignoredFailureTypes|[systemWorkerBlocked, 
systemCriticalOperationTimeout]|Types of failures that will be ignored.| Yes | 
Yes | 1 - inf
-|handler.type|noop|Failure handler configuration type.| Yes | Yes | noop, 
stop, stopOrHalt
-|oomBufferSizeBytes|16384|Amount of memory reserved in the heap at node start, 
in bytes.| Yes | Yes | 1 - inf
+|dumpThreadsOnFailure|true|The number of items that can be expired at once.| 
Yes | No | true, false
+|dumpThreadsThrottlingTimeoutMillis|10000|Throttling timeout for thread dump 
generation during failure handling, in milliseconds.| Yes | No | 1 - inf
+|handler.ignoredFailureTypes|[systemWorkerBlocked, 
systemCriticalOperationTimeout]|Types of failures that will be ignored.| Yes | 
No | 1 - inf
+|handler.type|noop|Failure handler configuration type.| Yes | No | noop, stop, 
stopOrHalt
+|oomBufferSizeBytes|16384|Amount of memory reserved in the heap at node start, 
in bytes.| Yes | No | 1 - inf
 
 |======
 

Reply via email to