Details
Description
ISSUE
Few Eventing REST calls are failing with ERR_CLUSTER_VERSION against master builds.
Example -
2022-04-20T21:10:23.888-07:00 [Info] ServiceMgr::compareEventingVersionOnNodes eventing version for all nodes: [evt-0.0.0-2751-ee] need version: 6.5 |
2022-04-20T21:10:23.888-07:00 [Warn] ServiceMgr::savePrimaryStore Version compat check failed: All eventing nodes in the cluster must be on version 6.5 or higher for allowing mutations against source bucket |
Handler is doing source bucket mutations. This feature is introduced in couchbase server 6.5
Eventing is checking whether other eventing nodes are on or above 6.5 or not.
Looking at the couchbase version its 0.0.0-2751
2022-04-20T21:00:59.053-07:00, menelaus_web_sup:1:info:web start ok(ns_1@cb.local) - Couchbase Server has started on web port 8091 on node 'ns_1@cb.local'. Version: "0.0.0-2751-enterprise".
Chris Hillery, could you please take a look?