Skip to content

Commit 2cdeaab

Browse files
MB-61292: Fix incorrect handling of chronicle txn return
Change-Id: Iacc339d2c86ac7104a450614126bf0bde525de45 Reviewed-on: https://review.couchbase.org/c/ns_server/+/215085 Well-Formed: Build Bot <[email protected]> Tested-by: Timofey Barmin <[email protected]> Reviewed-by: Navdeep S Boparai <[email protected]>
1 parent c4912de commit 2cdeaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/ns_server/src/cb_cluster_secrets.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ maybe_reencrypt_secrets() ->
880880
end
881881
end),
882882
case RV of
883-
{commit, _} ->
883+
{ok, _} ->
884884
sync_with_node_monitor(),
885885
ok;
886886
no_change -> ok

0 commit comments

Comments
 (0)