Closed Aloren closed 6 years ago
This is the new expected behavior. See release notes:
https://www.aerospike.com/download/client/java/notes.html#4.1.0
Great. Thank you!
So what's the idemponent way to create index now?
See https://www.aerospike.com/docs/client/java/usage/incompatible.html and find section "Version 4.1.0 - LDT Removal and Index Exceptions".
Sure, I see that and I have already done that.
I don't understand your question.
After introducing TaskIndex for
dropIndex
method in this commit the behavior ofcreateIndex
changed for case when index already exists. PreviouslycreateIndex
if index already existed did not fail with exception. In version 4.1.3 it fails with the following message:Is that an expected behavior or regression?
Thanks.