Skip to content

5.1.9

Choose a tag to compare

@mcoberly2 mcoberly2 released this 18 Jul 02:01

Release Date: November 11, 2021

  • A bug affecting this version of the Java client has been identified. If your application uses scans, we strongly recommend that you upgrade to Java client 5.1.11 at the earliest opportunity.

New Features

  • Add async getClusterStats(ClusterStatsListener listener) to provide more accurate statistics when running both in/out of eventloop threads.
  • Add Exp.expr() to merge precompiled expressions into a greater expression.
  • Add ScanResume example.
  • Add url, organization and license tags to pom.xml.

Bug Fixes

  • Set partition's last digest received only after the scan callback returns. If the scan callback throws an exception, the last digest will not be set and that record will be returned again if the scan is resumed at a later time. [CLIENT-1611]
  • If getClusterStats() is called from an eventloop thread, do not block and use cross-thread references instead.
  • Add EventLoops.next() comments regarding non-atomic sequence counter implementations.
  • Remove old deprecated PredExp tests.

Full Changelog: 5.1.8...5.1.9