Skip to content

Commit 42c1d19

Browse files
authored
Java client & reactive java client version 5.1.11 fixes CLIENT-1637 issue "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." (#87)
1 parent 49e5810 commit 42c1d19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
2929
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
3030
<javax.validation-api.version>2.0.1.Final</javax.validation-api.version>
31-
<aerospike-client.version>5.1.8</aerospike-client.version>
32-
<aerospike-reactor.version>5.1.8</aerospike-reactor.version>
31+
<aerospike-client.version>5.1.11</aerospike-client.version>
32+
<aerospike-reactor.version>5.1.11</aerospike-reactor.version>
3333
<commons-lang3.version>3.12.0</commons-lang3.version>
3434
<jackson-dataformat-yaml.version>2.13.0</jackson-dataformat-yaml.version>
3535
<lombok.version>1.18.22</lombok.version>

0 commit comments

Comments
 (0)