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

List append_items unexpected list entries

Open jonas32 opened this issue 4 years ago • 2 comments

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.

jonas32 avatar Jun 14 '21 23:06 jonas32

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

khaf avatar Apr 29 '23 07:04 khaf

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

jonas32 avatar Apr 29 '23 15:04 jonas32