From 0e1a3730b52b1843b0a610df505158d9e41bf0da Mon Sep 17 00:00:00 2001 From: Victor Cavichioli <79488234+VictorCavichioli@users.noreply.github.com> Date: Tue, 12 Mar 2024 11:42:49 -0300 Subject: [PATCH] Fix Incorrect Example in ecc.yml for consistencySerial - Issue #645 (#647) --- application/src/main/resources/ecc.yml | 4 ++-- docs/autogenerated/EccYamlFile.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/src/main/resources/ecc.yml b/application/src/main/resources/ecc.yml index 92ba478a3..636c7b8a5 100644 --- a/application/src/main/resources/ecc.yml +++ b/application/src/main/resources/ecc.yml @@ -275,9 +275,9 @@ lock_factory: ## Allow to override consistency level for LWT (lightweight transactions). Possible values are: ## "DEFAULT" - Use consistency level based on remoteRouting. ## "SERIAL" - Use SERIAL consistency for LWT regardless of remoteRouting. - ## "LOCAL_SERIAL" - Use LOCAL_SERIAL consistency for LWT regardless of remoteRouting. + ## "LOCAL" - Use LOCAL_SERIAL consistency for LWT regardless of remoteRouting. ## - ## if you use remoteRouting: false and LOCAL_SERIAL then all locks will be taken locally + ## if you use remoteRouting: false and LOCAL then all locks will be taken locally ## in DC. I.e There's a risk that multiple nodes in different datacenters will be able to lock the ## same nodes causing multiple repairs on the same range/node at the same time. ## diff --git a/docs/autogenerated/EccYamlFile.md b/docs/autogenerated/EccYamlFile.md index 8b69c7d31..bbd0b3be4 100644 --- a/docs/autogenerated/EccYamlFile.md +++ b/docs/autogenerated/EccYamlFile.md @@ -261,9 +261,9 @@ # Allow to override consistency level for LWT (lightweight transactions). Possible values are: # "DEFAULT" - Use consistency level based on remoteRouting. # "SERIAL" - Use SERIAL consistency for LWT regardless of remoteRouting. -# "LOCAL_SERIAL" - Use LOCAL_SERIAL consistency for LWT regardless of remoteRouting. +# "LOCAL" - Use LOCAL_SERIAL consistency for LWT regardless of remoteRouting. # -# if you use remoteRouting: false and LOCAL_SERIAL then all locks will be taken locally +# if you use remoteRouting: false and LOCAL then all locks will be taken locally # in DC. I.e There's a risk that multiple nodes in different datacenters will be able to lock the # same nodes causing multiple repairs on the same range/node at the same time. #