aerospike / aerospike-client-rust

Rust client for the Aerospike database
https://www.aerospike.com/
Other
82 stars 26 forks source link

List append_items unexpected list entries #103

Open jonas32 opened 3 years ago

jonas32 commented 3 years ago

There is a bug with the append_items list operation, resulting in adding 2 int values in front of the values. I'm not sure what the first one (always 0) is, but the second one looks like the length of the value list that should be appended.

image

This is reproducible with every execution of the append_items operation. Using a batch of single append operations works as workaround. Server is 5.2.0.5 EE.

khaf commented 1 year ago

I can't reproduce this. IS this still the case?

jonas32 commented 1 year ago

I didn't check that in a long time. Perhaps it got fixed on the way already. Ill try to reproduce it again later.