Enormous amount of scans in client 5.0.0 #536
Replies: 11 comments
-
I'm not sure I understand what you mean by changed amount of scans. Could you clarify the issue in the first paragraph? I don't expect to see any new failure with the 5.0.0 Java client. Can you open a new ticket with our support system? You should have access to it by emailing [email protected] - please do that with this issue. |
Beta Was this translation helpful? Give feedback.
-
And please add more detail about what the scan is like, does it use PredExp, what do you expect to see. Also what is the error code you get when it fails. |
Beta Was this translation helpful? Give feedback.
-
Sorry, I was not clear in my initial post, let me elaborate: I don't have errors, it just after running a snippet of the code I included in the first message, on aerospike server we have 6 scans with the latest
whereas same code but with 4.1.7 client we have:
The version of the aerospike server: 4.5.0.19 |
Beta Was this translation helpful? Give feedback.
-
Very weird. Does your test cluster have 6 nodes, by chance? Please email these details to [email protected] - I gave them a heads up this is coming. |
Beta Was this translation helpful? Give feedback.
-
The test is against a single node of aerospike. I will mail details. |
Beta Was this translation helpful? Give feedback.
-
Have submitted ticket: New Case: 00022269 |
Beta Was this translation helpful? Give feedback.
-
Thanks. I see the case, but we (Aerospike Support) are not allowed to respond if the email address it comes from is not in our backend system... so we have to do some checks with the relevant contacts for that account before authorizing the team to work on it, etc... But will hopefully sort it out and get back to you through the case sooner rather than later. |
Beta Was this translation helpful? Give feedback.
-
thank you for your support, looking forward hearing from you! |
Beta Was this translation helpful? Give feedback.
-
Ok, I see the Support team is taking care of you. But I also think the issue may simply be caused by running incompatible versions... The release notes for the Client 5.0.0 mention:
So, I wouldn't run the 5.0.0 client on any server prior to 5.2.0.4 and it seems you were running on server 4.5. But I'll let the Support team confirm too. |
Beta Was this translation helpful? Give feedback.
-
I'd like to brief you in person when we have our call, hopefully Thursday or Friday this week. |
Beta Was this translation helpful? Give feedback.
-
I'm available both days |
Beta Was this translation helpful? Give feedback.
-
Hello @rbotzer ,
In https://github.com/Playtika/testcontainers-spring-boot we faced with an issue of a changed amount of scans after performing a common query operation: 1 -> 6.
With the last version of aerospike client
5.0.0
our test https://github.com/Playtika/testcontainers-spring-boot/blob/develop/embedded-aerospike/src/test/java/com/playtika/test/aerospike/AerospikeScansTest.java#L36failing with 6 scans performed on aerospike service after running
with a default policy.
I was curious, is this something normal or not expected?
BR, Taras.
Beta Was this translation helpful? Give feedback.
All reactions