This is an automated email from the ASF dual-hosted git repository.
av pushed a change to branch ignite-2.14
in repository https://gitbox.apache.org/repos/asf/ignite.git
from 4df74d9e5e4 IGNITE-17675 Fixed file resources leak on cluster
deactivation/stop in case non full sync WAL mode. (#10250)
add 31324c52db3 IGNITE-17679 Consistency check/repair and Read Repair
documentation update (#10254)
No new revisions were added by this update.
Summary of changes:
docs/_data/toc.yaml | 2 +-
docs/_docs/clustering/connect-client-nodes.adoc | 2 +-
.../ignite/snippets/BasicCacheOperations.java | 5 +-
docs/_docs/key-value-api/read-repair.adoc | 99 +++++++++++
docs/_docs/read-repair.adoc | 56 -------
docs/_docs/tools/control-script.adoc | 183 ++++++++++++---------
.../main/java/org/apache/ignite/IgniteCache.java | 13 +-
.../apache/ignite/cache/ReadRepairStrategy.java | 8 +-
8 files changed, 219 insertions(+), 149 deletions(-)
create mode 100644 docs/_docs/key-value-api/read-repair.adoc
delete mode 100644 docs/_docs/read-repair.adoc