Hi all,
We’re running Couchbase Server 7.x in a production environment and are evaluating the best way to disable the Access Scanner on certain buckets.
We’ve come across a few methods in the community and documentation:
-
Rest API
POST /pools/default/buckets/<bucket_name> -d 'accessScannerEnabled=false'
-
cbepctl flush param
cbepctl -u admin -p pass -a host set flush_param access_scanner_enabled false
-
internal /diag/eval method
-
etc..
We want to:
• Confirm the officially supported and recommended method for Couchbase 7.x
• Understand if this change requires a node restart or is applied dynamically
• Know whether there are any side effects whilst running on live cluster
• Learn if there’s a safe way to apply this across multiple buckets or nodes or full cluster level
Would appreciate best practice guidance from Couchbase engineers or others who’ve done this in production.
Thanks!