Hi,
We've just released version 2.1.10.1.
This is a hotfix release for 2.1.10 and addresses mainly JAVA-1152: under rare circumstances, the driver would throw a NullPointerException when performing node discovery.
Here's the complete changelog:
- [bug] JAVA-1152: Fix NPE at ControlConnection.refreshNodeListAndTokenMap().
- [bug] JAVA-1156: Fix NPE at TableMetadata.equals().
If you're on the 2.1 branch, you should upgrade to 2.1.10.1.
Users on the 3.0 branch are not affected by any issue covered in this release; no action is required.
As usual, the driver is available from Maven and as a binary tarball; see the "Getting the driver" section[1] in our online documentation.
--
The Java driver team