Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Cask Tephra 0.4.1

Compare
Choose a tag to compare
@ghelmling ghelmling released this 19 Mar 03:35
· 162 commits to develop since this release

This replaces the 0.4.0 release and addresses the following issues:

  • [TEPHRA-1] - tephra-core shouldn't depends on HBase
  • [TEPHRA-5] - Use Configuration instead of HBaseConfiguration when possible
  • [TEPHRA-55] - Provide a command to manually clear IDs from invalid list
  • [TEPHRA-64] - Time out long running transactions
  • [TEPHRA-65] - TransactionAwareHTable does not provide read-your-own-writes
  • [TEPHRA-68] - Remove duplicate getFirstShortInProgress() implementations
  • [TEPHRA-75] - TransactionAwareHTable implementations should set transaction as operation attribute
  • [TEPHRA-76] - TxUtils.getMaxVisibleTimestamp() can overflow
  • [TEPHRA-79] - Expose current transaction from TransactionContext