Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
UnassignedUnassignedReporter
Abhishek JindalAbhishek JindalIs this a Regression?
NoTriage
UntriagedStory Points
1Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
Unassigned
UnassignedReporter
Abhishek Jindal
Abhishek JindalIs this a Regression?
No
Triage
Untriaged
Story Points
1
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created February 11, 2022 at 1:11 PM
Updated November 14, 2024 at 6:20 PM
For cases like https://couchbasecloud.atlassian.net/browse/MB-50350#icft=MB-50350 , there is a requirement in js-evaluator where create library / update library operations should not be allowed in a mixed mode cluster.
Hence, js-evaluator needs a callback to check for a mixedmode cluster.
We've exposed a callback defs.DefaultCheckMixedModeCallback (which by default always returns false). Query, being the embedder should implement this callback returning a boolean indicating whether the cluster is mixed mode or not.