This is an automated email from the ASF dual-hosted git repository.
namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git
The following commit(s) were added to refs/heads/master by this push:
new 19b4b3be IGNITE-20761 Added descriptions and values to the properties
list command (#239)
19b4b3be is described below
commit 19b4b3bee57b538210fb086aa89f472b2c090c6f
Author: Nikita Amelchev <[email protected]>
AuthorDate: Thu Nov 9 18:49:00 2023 +0300
IGNITE-20761 Added descriptions and values to the properties list command
(#239)
---
.../ignite/plugin/cache/CacheTopologyValidatorPluginProvider.java | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git
a/modules/topology-validator-ext/src/main/java/org/apache/ignite/plugin/cache/CacheTopologyValidatorPluginProvider.java
b/modules/topology-validator-ext/src/main/java/org/apache/ignite/plugin/cache/CacheTopologyValidatorPluginProvider.java
index 9300acb7..b34ac2d7 100644
---
a/modules/topology-validator-ext/src/main/java/org/apache/ignite/plugin/cache/CacheTopologyValidatorPluginProvider.java
+++
b/modules/topology-validator-ext/src/main/java/org/apache/ignite/plugin/cache/CacheTopologyValidatorPluginProvider.java
@@ -95,7 +95,10 @@ public class CacheTopologyValidatorPluginProvider implements
PluginProvider<Plug
}
return res;
- }
+ },
+ "Decimal fraction of nodes that determines how many nodes must remain
in the baseline topology in order " +
+ "to this segment was considered valid and continued to accept
write requests after segmentation. " +
+ "This value must be in range from 0.5 (inclusively) to 1 or 0 if
validation should be disabled."
);
/** Ignite kernel context. */