-
Notifications
You must be signed in to change notification settings - Fork 212
Open
Labels
Description
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
| return errChain.setInDoubt(ifc.isRead(), cmd.commandWasSent) |
ptn.sequence++ to change partition id at aerospike-client-go/command.go
Line 2604 in 7022c84
| if !ifc.prepareRetry(ifc, isClientTimeout || (err != nil && err.Matches(types.SERVER_NOT_AVAILABLE))) { |
Please take a look for this behavior, thanks a lot.
Best Regards