Skip to content

[6.0.2]

Latest
Compare
Choose a tag to compare
@DomPeliniAerospike DomPeliniAerospike released this 25 Jan 03:43
97eef76

New Features

  • [CLIENT-3243] - Added TXN_ALREADY_COMMITTED and TXN_ALREADY_ABORTED error codes.
  • [CLIENT-3267] - Added MRT_ALREADY_LOCKED and MRT_MONITOR_EXISTS error codes.

Bug Fixes

  • [CLIENT-3306] - Added the following missing error codes:
    • ERR_MAX_RETRIES_EXCEEDED
    • MRT_TOO_MANY_WRITES
    • NOT_WHITELISTED
    • QUOTA_EXCEEDED

Improvements

  • [CLIENT-3244] - Removed commitStatus.ALREADY_ABORTED and abortStatus.ALREADY_COMMITTED.
  • [CLIENT-3277] - Exception is now thrown when aborting a committed transaction.
  • [CLIENT-3277] - Exception is now thrown when committing an aborted transaction.
  • [CLIENT-3291] - Default client MRT timeout to zero.