Error during XDCR using Filter

Hi,

I’m using couchbase 6.0.1 and trying to user XDCR with below simple filter:

type_ = ‘TEST’

I’ve tried using test filter with my doc id, and it’s success

But when I add doc from source using that type, there’s no replication to my destination.
When I check to my xdcr log, I found below error :

Invalid configuration. No source nozzle can be constructed since the source kv nodes are not the master for any vbucket

How to fix it?

Hi @Han_Chris1 , with 6.0.1, you can only specify a key based filter. 6.5 and above supports the key=value type filters.
https://docs.couchbase.com/server/6.0/learn/clusters-and-availability/xdcr-filtering.html