Hi Team,
We have couchbase implemented in our application. We are receiving the following errors very frequently.
StatusCode: 132;
Exception: Expected magic value 129, received: 101; InnerMessage: Operation failed - 10.###.##.##:11210; InnerException: Expected magic value 129, received: 101;
StatusCode: 132;
Exception: Expected magic value 129, received: 52; InnerMessage: Operation failed - 10.###.##.##:11210; InnerException: Expected magic value 129, received: 52;
StatusCode: 132;
Exception: Expected magic value 129, received: 115; InnerMessage: Operation failed - 10.###.##.##:11210; InnerException: Expected magic value 129, received: 115;
What can be the root cause fir this error? Can this be related to any configuration change among the clustered? This error mostly happen when Getting the value by a specified key.
CouchbaseNetClient Version 1.3.13
Couchbase Server : 4.0.0-4051
Thanks