Skip to content

Commit

Permalink
Merge remote-tracking branch 'couchbase/cheshire-cat'
Browse files Browse the repository at this point in the history
* MB-48084: Always annouce cluster_encryption_level on start.

Change-Id: Ica6a7ad1543d4d8d3907e033834009cdbdd88e22
  • Loading branch information
anuthan committed Aug 23, 2021
2 parents d65e0a3 + 8756602 commit 5d986ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/ns_couchdb/src/cb_config_couch_sync.erl
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ do_flush_for_key(Key) ->
announce_notable_keys() ->
KVList = ns_config:get_kv_list(),

%% Always annouce cluster_encryption_level even if not present in ns_config.
?MODULE ! {notable_change, cluster_encryption_level},
lists:foreach(
fun ({Key, _Value}) ->
case is_notable_key(Key) of
Expand Down

0 comments on commit 5d986ee

Please sign in to comment.