You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using aerospike go client to write kv.
When the kv is being written, aerospike cluster starts to roll its nodes, the client then get err: Partition not available.
At
, the client will always return this err because it is not a network err. And the client has no chance to make ptn.sequence++ to change partition id at
Hi,
I'm using aerospike go client to write kv.
When the kv is being written, aerospike cluster starts to roll its nodes, the client then get err: Partition not available.
At
aerospike-client-go/command.go
Line 2781 in 7022c84
ptn.sequence++
to change partition id ataerospike-client-go/command.go
Line 2604 in 7022c84
Please take a look for this behavior, thanks a lot.
Best Regards
The text was updated successfully, but these errors were encountered: