Skip to content

Commit

Permalink
Java client & reactive java client version 5.1.11 fixes CLIENT-1637 i…
Browse files Browse the repository at this point in the history
…ssue "Continue processing scans when "partition unavailable" errors occur. "partition unavailable" is not a fatal error for partition scans and the server will continue sending back results for other partitions. Previous clients aborted the scan and put the connection back into the pool which might cause unprocessed results to be sent to a different transaction." (#328)
  • Loading branch information
roimenashe authored Dec 23, 2021
1 parent ea6c8b1 commit 30f154f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<spring-boot-starter-test>2.5.6</spring-boot-starter-test>
<maven.javadoc.plugin>3.3.0</maven.javadoc.plugin>
<maven.gpg.plugin>1.6</maven.gpg.plugin>
<aerospike>5.1.9</aerospike>
<aerospike-reactor>5.1.8</aerospike-reactor>
<aerospike>5.1.11</aerospike>
<aerospike-reactor>5.1.11</aerospike-reactor>
<embedded-aerospike>2.0.16</embedded-aerospike>
<awaitility>4.1.1</awaitility>
<blockhound>1.0.6.RELEASE</blockhound>
Expand Down

0 comments on commit 30f154f

Please sign in to comment.