Expected magic value Issue

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

@sivagurunathan -

CouchbaseNetClient Version 1.3.13 is no longer being actively supported. Have you considered upgrading to the (I suggest 2.4.8 at this time) of the SDK? It’s not a drop-in upgrade, so you’ll likely have some work to do, but it’s actively supported and all development effort is spent there.

As for the error message, I suspect that a connectivity issue is causing the a partial read of the packet, but its very hard to tell with the info provided.

-Jeff