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

Cask Tephra 0.5.0

Compare
Choose a tag to compare
@ghelmling ghelmling released this 22 May 20:53
· 124 commits to develop since this release

This is a new feature release addressing the following issues:

  • [TEPHRA-78] - tephra shell script should not limit use to RHEL and Ubuntu
  • [TEPHRA-97] - Row deletes should cover writes at the same timestamp
  • [TEPHRA-73] - Provide working implementations of TxMetricsCollector
  • [TEPHRA-85] - Allow port to be specified for TransactionService
  • [TEPHRA-86] - TransactionService registers 0.0.0.0 as server address
  • [TEPHRA-92] - Add NONE option to conflict detection level
  • [TEPHRA-70] - Consider adding row delete markers
  • [TEPHRA-96] - Transaction Checkpoints - multiple write pointers per tx
  • [TEPHRA-72] - Update HBase 0.98 version used
  • [TEPHRA-94] - Drop support for HBase 0.94
  • [TEPHRA-80] - Allow row or column level conflict detection to be used in TransactionAwareHTable
  • [TEPHRA-82] - Minimize change set retained when using row-level conflict detection
  • [TEPHRA-91] - TransactionAwareHTable should perform normal deletes
  • [TEPHRA-98] - Separate transaction ID from write pointer