aerospike-client-go icon indicating copy to clipboard operation
aerospike-client-go copied to clipboard

Aerospike Client Go

Results 48 aerospike-client-go issues
Sort by recently updated
recently updated
newest added

### Client - Go 1.15.3 - Aerospike: v4.5.0 ### Issue Here is the drop-idle-connections logic. https://github.com/aerospike/aerospike-client-go/blob/b936c147db0d7ac5f881c3bde9df87e9a6829dfa/connection_heap.go#L237 For example, if we set ClientPolicy.MinConnectionPerNode to 5, these 5 idle connections may have...

When trying to marshal field with custom type that has bytearray underneath (like datatypes.JSON from GORM) I get this: `interface conversion: interface {} is datatypes.JSON, not []uint8` In our mocks...

If by mistake a client is closed "too early", and still used afterward, a "Node not found for partition : in partition table" error is returned. To save troubleshooting time,...

In golang it is considered best practice that outgoing requests would accept a `context.Context` https://golang.org/pkg/context/ The motivation being that in many cases it is desirable to either cancel a request...

enhancement

Hi, I have a cluster with 3 nodes and replica factor 2. Client version is 5.8.0 When I get a single bin - everything is successful, but getting butch always...

I have observed this issue in driver versions (v4.5.2 and v5.5.0) the code I am listing and investigated are for v4.5.2. To produce this behavior, I deployed aerospike 5.5 for...

bug

Occasionally when writing to Aerospike, a service crashes in the Aerospike client when attempting to get a node from the current partition. The length of the array is always 0...

For version `v3.0.0` release on `June 8 2020`, ``` ClientPolicy.LinearizeRead == true ```` is no longer available. My understanding is the option has been removed and can be replaced with...

It looks like v4.x.x is only getting patches now. Can the repos default branch be changed to the v5 branch? I only noticed today that a 5.x version was even...

enhancement