Update site for release 0.13.0-incubating
Project: http://git-wip-us.apache.org/repos/asf/incubator-tephra/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tephra/commit/4e1e5e9a Tree: http://git-wip-us.apache.org/repos/asf/incubator-tephra/tree/4e1e5e9a Diff: http://git-wip-us.apache.org/repos/asf/incubator-tephra/diff/4e1e5e9a Branch: refs/heads/site Commit: 4e1e5e9add758a420d47dcc4788ac5c7b4b361d3 Parents: 37f0621 Author: anew <a...@apache.org> Authored: Thu Sep 21 18:01:17 2017 -0700 Committer: anew <a...@apache.org> Committed: Thu Sep 21 18:01:17 2017 -0700 ---------------------------------------------------------------------- pom.xml | 2 + src/site/markdown/index.md | 22 +- src/site/markdown/releases/0.13.0-incubating.md | 46 + .../allclasses-frame.html | 324 + .../allclasses-noframe.html | 324 + .../tephra/persist/TransactionEdit.State.html | 420 + .../co/cask/tephra/persist/TransactionEdit.html | 807 ++ .../tephra/persist/TransactionEditCodecs.html | 329 + .../class-use/TransactionEdit.State.html | 182 + .../persist/class-use/TransactionEdit.html | 287 + .../class-use/TransactionEditCodecs.html | 126 + .../co/cask/tephra/persist/package-frame.html | 26 + .../co/cask/tephra/persist/package-summary.html | 165 + .../co/cask/tephra/persist/package-tree.html | 152 + .../co/cask/tephra/persist/package-use.html | 167 + .../constant-values.html | 888 ++ .../deprecated-list.html | 240 + .../apidocs-0.13.0-incubating/help-doc.html | 231 + .../apidocs-0.13.0-incubating/index-all.html | 9342 ++++++++++++++++++ .../apidocs-0.13.0-incubating/index.html | 75 + .../apidocs-0.13.0-incubating/javadoc.sh | 1 + .../resources/apidocs-0.13.0-incubating/options | 24 + ...tractTransactionAwareTable.ActionChange.html | 357 + .../tephra/AbstractTransactionAwareTable.html | 684 ++ .../tephra/AbstractTransactionExecutor.html | 487 + .../org/apache/tephra/ChangeId.html | 325 + .../tephra/DefaultTransactionExecutor.html | 455 + .../tephra/InvalidTruncateTimeException.html | 266 + .../org/apache/tephra/NoRetryStrategy.html | 297 + .../apache/tephra/RetryOnConflictStrategy.html | 297 + .../org/apache/tephra/RetryStrategies.html | 263 + .../org/apache/tephra/RetryStrategy.html | 241 + .../tephra/Transaction.VisibilityLevel.html | 379 + .../org/apache/tephra/Transaction.html | 788 ++ .../org/apache/tephra/TransactionAdmin.html | 276 + .../org/apache/tephra/TransactionAware.html | 390 + .../org/apache/tephra/TransactionAwares.html | 251 + .../org/apache/tephra/TransactionCodec.html | 297 + .../tephra/TransactionConflictException.html | 372 + .../org/apache/tephra/TransactionContext.html | 500 + ...ransactionCouldNotTakeSnapshotException.html | 265 + .../tephra/TransactionExecutor.Function.html | 240 + .../tephra/TransactionExecutor.Procedure.html | 239 + .../tephra/TransactionExecutor.Subroutine.html | 233 + .../org/apache/tephra/TransactionExecutor.html | 514 + .../tephra/TransactionExecutorFactory.html | 224 + .../tephra/TransactionFailureException.html | 283 + .../tephra/TransactionManager.ChangeSet.html | 258 + .../tephra/TransactionManager.InProgressTx.html | 487 + .../TransactionManager.InProgressType.html | 396 + .../org/apache/tephra/TransactionManager.html | 840 ++ .../TransactionNotInProgressException.html | 270 + .../apache/tephra/TransactionServiceMain.html | 382 + .../apache/tephra/TransactionSizeException.html | 270 + .../apache/tephra/TransactionSystemClient.html | 622 ++ .../org/apache/tephra/TransactionType.html | 350 + .../tephra/TxConstants.ConflictDetection.html | 371 + .../org/apache/tephra/TxConstants.HBase.html | 318 + .../org/apache/tephra/TxConstants.Manager.html | 824 ++ .../org/apache/tephra/TxConstants.Metrics.html | 307 + .../org/apache/tephra/TxConstants.Persist.html | 300 + .../org/apache/tephra/TxConstants.Service.html | 877 ++ .../tephra/TxConstants.TransactionLog.html | 361 + .../tephra/TxConstants.TransactionPruning.html | 514 + .../org/apache/tephra/TxConstants.html | 620 ++ ...tractTransactionAwareTable.ActionChange.html | 168 + .../AbstractTransactionAwareTable.html | 168 + .../class-use/AbstractTransactionExecutor.html | 171 + .../org/apache/tephra/class-use/ChangeId.html | 313 + .../class-use/DefaultTransactionExecutor.html | 126 + .../class-use/InvalidTruncateTimeException.html | 236 + .../tephra/class-use/NoRetryStrategy.html | 126 + .../class-use/RetryOnConflictStrategy.html | 126 + .../tephra/class-use/RetryStrategies.html | 126 + .../apache/tephra/class-use/RetryStrategy.html | 220 + .../class-use/Transaction.VisibilityLevel.html | 219 + .../apache/tephra/class-use/Transaction.html | 798 ++ .../tephra/class-use/TransactionAdmin.html | 126 + .../tephra/class-use/TransactionAware.html | 317 + .../tephra/class-use/TransactionAwares.html | 126 + .../tephra/class-use/TransactionCodec.html | 168 + .../class-use/TransactionConflictException.html | 204 + .../tephra/class-use/TransactionContext.html | 126 + ...ransactionCouldNotTakeSnapshotException.html | 230 + .../class-use/TransactionExecutor.Function.html | 201 + .../TransactionExecutor.Procedure.html | 201 + .../TransactionExecutor.Subroutine.html | 195 + .../tephra/class-use/TransactionExecutor.html | 191 + .../class-use/TransactionExecutorFactory.html | 126 + .../class-use/TransactionFailureException.html | 412 + .../class-use/TransactionManager.ChangeSet.html | 188 + .../TransactionManager.InProgressTx.html | 353 + .../TransactionManager.InProgressType.html | 217 + .../tephra/class-use/TransactionManager.html | 298 + .../TransactionNotInProgressException.html | 282 + .../class-use/TransactionServiceMain.html | 126 + .../class-use/TransactionSizeException.html | 194 + .../class-use/TransactionSystemClient.html | 276 + .../tephra/class-use/TransactionType.html | 334 + .../TxConstants.ConflictDetection.html | 233 + .../tephra/class-use/TxConstants.HBase.html | 126 + .../tephra/class-use/TxConstants.Manager.html | 126 + .../tephra/class-use/TxConstants.Metrics.html | 126 + .../tephra/class-use/TxConstants.Persist.html | 126 + .../tephra/class-use/TxConstants.Service.html | 126 + .../class-use/TxConstants.TransactionLog.html | 126 + .../TxConstants.TransactionPruning.html | 126 + .../apache/tephra/class-use/TxConstants.html | 126 + .../tephra/coprocessor/CacheSupplier.html | 261 + .../coprocessor/ReferenceCountedSupplier.html | 291 + .../coprocessor/TransactionStateCache.html | 400 + .../TransactionStateCacheSupplier.html | 324 + .../coprocessor/class-use/CacheSupplier.html | 216 + .../class-use/ReferenceCountedSupplier.html | 126 + .../class-use/TransactionStateCache.html | 203 + .../TransactionStateCacheSupplier.html | 126 + .../tephra/coprocessor/package-frame.html | 27 + .../tephra/coprocessor/package-summary.html | 184 + .../apache/tephra/coprocessor/package-tree.html | 153 + .../apache/tephra/coprocessor/package-use.html | 215 + ...AbstractClientProvider.EndpointStrategy.html | 239 + ...ctClientProvider.RandomEndpointStrategy.html | 304 + ...lientProvider.TimeLimitEndpointStrategy.html | 298 + .../distributed/AbstractClientProvider.html | 413 + .../distributed/CloseableThriftClient.html | 298 + .../apache/tephra/distributed/ElasticPool.html | 426 + .../distributed/PooledClientProvider.html | 381 + .../distributed/RetryNTimes.Provider.html | 333 + .../apache/tephra/distributed/RetryNTimes.html | 285 + .../tephra/distributed/RetryStrategy.html | 304 + .../distributed/RetryStrategyProvider.html | 255 + .../distributed/RetryWithBackoff.Provider.html | 333 + .../tephra/distributed/RetryWithBackoff.html | 301 + .../distributed/SingleUseClientProvider.html | 383 + .../distributed/ThreadLocalClientProvider.html | 382 + .../distributed/ThriftClientProvider.html | 303 + .../distributed/TransactionConverterUtils.html | 287 + .../tephra/distributed/TransactionService.html | 458 + .../distributed/TransactionServiceClient.html | 795 ++ .../TransactionServiceThriftClient.html | 644 ++ .../TransactionServiceThriftHandler.html | 749 ++ ...AbstractClientProvider.EndpointStrategy.html | 190 + ...ctClientProvider.RandomEndpointStrategy.html | 126 + ...lientProvider.TimeLimitEndpointStrategy.html | 126 + .../class-use/AbstractClientProvider.html | 182 + .../class-use/CloseableThriftClient.html | 183 + .../distributed/class-use/ElasticPool.html | 126 + .../class-use/PooledClientProvider.html | 126 + .../class-use/RetryNTimes.Provider.html | 126 + .../distributed/class-use/RetryNTimes.html | 126 + .../distributed/class-use/RetryStrategy.html | 199 + .../class-use/RetryStrategyProvider.html | 176 + .../class-use/RetryWithBackoff.Provider.html | 126 + .../distributed/class-use/RetryWithBackoff.html | 126 + .../class-use/SingleUseClientProvider.html | 126 + .../class-use/ThreadLocalClientProvider.html | 126 + .../class-use/ThriftClientProvider.html | 213 + .../class-use/TransactionConverterUtils.html | 126 + .../class-use/TransactionService.html | 126 + .../class-use/TransactionServiceClient.html | 166 + .../TransactionServiceThriftClient.html | 215 + .../TransactionServiceThriftHandler.html | 126 + .../tephra/distributed/package-frame.html | 42 + .../tephra/distributed/package-summary.html | 280 + .../apache/tephra/distributed/package-tree.html | 176 + .../apache/tephra/distributed/package-use.html | 219 + .../distributed/thrift/TBoolean._Fields.html | 421 + .../tephra/distributed/thrift/TBoolean.html | 680 ++ .../thrift/TGenericException._Fields.html | 433 + .../distributed/thrift/TGenericException.html | 789 ++ .../TInvalidTruncateTimeException._Fields.html | 421 + .../thrift/TInvalidTruncateTimeException.html | 706 ++ .../thrift/TTransaction._Fields.html | 525 + .../tephra/distributed/thrift/TTransaction.html | 1485 +++ .../TTransactionConflictException._Fields.html | 445 + .../thrift/TTransactionConflictException.html | 868 ++ ...onCouldNotTakeSnapshotException._Fields.html | 421 + ...ransactionCouldNotTakeSnapshotException.html | 706 ++ ...ansactionNotInProgressException._Fields.html | 421 + .../TTransactionNotInProgressException.html | 706 ++ .../TTransactionServer.AsyncClient.Factory.html | 288 + ...nsactionServer.AsyncClient.abortTx_call.html | 357 + ...erver.AsyncClient.canCommitOrThrow_call.html | 365 + ...tionServer.AsyncClient.canCommitTx_call.html | 361 + ...ctionServer.AsyncClient.checkpoint_call.html | 359 + ...onServer.AsyncClient.commitOrThrow_call.html | 365 + ...sactionServer.AsyncClient.commitTx_call.html | 359 + ...tionServer.AsyncClient.getSnapshot_call.html | 357 + .../thrift/TTransactionServer.AsyncClient.html | 859 ++ ...onServer.AsyncClient.invalidTxSize_call.html | 355 + ...ionServer.AsyncClient.invalidateTx_call.html | 357 + ...sactionServer.AsyncClient.pruneNow_call.html | 355 + ...ctionServer.AsyncClient.resetState_call.html | 355 + ...rver.AsyncClient.startLongClientId_call.html | 359 + ...actionServer.AsyncClient.startLong_call.html | 355 + ...ver.AsyncClient.startShortClientId_call.html | 359 + ...rver.AsyncClient.startShortTimeout_call.html | 357 + ...t.startShortWithClientIdAndTimeOut_call.html | 361 + ....AsyncClient.startShortWithTimeout_call.html | 359 + ...ctionServer.AsyncClient.startShort_call.html | 355 + ...ansactionServer.AsyncClient.status_call.html | 355 + ...syncClient.truncateInvalidTxBefore_call.html | 359 + ...rver.AsyncClient.truncateInvalidTx_call.html | 357 + .../thrift/TTransactionServer.AsyncIface.html | 632 ++ .../TTransactionServer.Client.Factory.html | 305 + .../thrift/TTransactionServer.Client.html | 1581 +++ .../thrift/TTransactionServer.Iface.html | 634 ++ .../TTransactionServer.Processor.abortTx.html | 334 + ...actionServer.Processor.canCommitOrThrow.html | 334 + ...TransactionServer.Processor.canCommitTx.html | 334 + ...TTransactionServer.Processor.checkpoint.html | 334 + ...ansactionServer.Processor.commitOrThrow.html | 334 + .../TTransactionServer.Processor.commitTx.html | 334 + ...TransactionServer.Processor.getSnapshot.html | 334 + .../thrift/TTransactionServer.Processor.html | 387 + ...ansactionServer.Processor.invalidTxSize.html | 334 + ...ransactionServer.Processor.invalidateTx.html | 334 + .../TTransactionServer.Processor.pruneNow.html | 334 + ...TTransactionServer.Processor.resetState.html | 334 + .../TTransactionServer.Processor.startLong.html | 334 + ...ctionServer.Processor.startLongClientId.html | 334 + ...TTransactionServer.Processor.startShort.html | 334 + ...tionServer.Processor.startShortClientId.html | 334 + ...ctionServer.Processor.startShortTimeout.html | 334 + ...cessor.startShortWithClientIdAndTimeOut.html | 334 + ...nServer.Processor.startShortWithTimeout.html | 334 + .../TTransactionServer.Processor.status.html | 334 + ...ctionServer.Processor.truncateInvalidTx.html | 334 + ...erver.Processor.truncateInvalidTxBefore.html | 334 + ...TTransactionServer.abortTx_args._Fields.html | 421 + .../thrift/TTransactionServer.abortTx_args.html | 684 ++ ...ransactionServer.abortTx_result._Fields.html | 387 + .../TTransactionServer.abortTx_result.html | 591 ++ ...ionServer.canCommitOrThrow_args._Fields.html | 433 + ...TransactionServer.canCommitOrThrow_args.html | 806 ++ ...nServer.canCommitOrThrow_result._Fields.html | 445 + ...ansactionServer.canCommitOrThrow_result.html | 850 ++ ...nsactionServer.canCommitTx_args._Fields.html | 433 + .../TTransactionServer.canCommitTx_args.html | 806 ++ ...actionServer.canCommitTx_result._Fields.html | 433 + .../TTransactionServer.canCommitTx_result.html | 767 ++ ...ansactionServer.checkpoint_args._Fields.html | 421 + .../TTransactionServer.checkpoint_args.html | 684 ++ ...sactionServer.checkpoint_result._Fields.html | 433 + .../TTransactionServer.checkpoint_result.html | 767 ++ ...actionServer.commitOrThrow_args._Fields.html | 433 + .../TTransactionServer.commitOrThrow_args.html | 767 ++ ...tionServer.commitOrThrow_result._Fields.html | 445 + ...TTransactionServer.commitOrThrow_result.html | 850 ++ ...TransactionServer.commitTx_args._Fields.html | 421 + .../TTransactionServer.commitTx_args.html | 684 ++ ...ansactionServer.commitTx_result._Fields.html | 433 + .../TTransactionServer.commitTx_result.html | 767 ++ ...nsactionServer.getSnapshot_args._Fields.html | 387 + .../TTransactionServer.getSnapshot_args.html | 591 ++ ...actionServer.getSnapshot_result._Fields.html | 433 + .../TTransactionServer.getSnapshot_result.html | 793 ++ .../distributed/thrift/TTransactionServer.html | 442 + ...actionServer.invalidTxSize_args._Fields.html | 387 + .../TTransactionServer.invalidTxSize_args.html | 591 ++ ...tionServer.invalidTxSize_result._Fields.html | 421 + ...TTransactionServer.invalidTxSize_result.html | 684 ++ ...sactionServer.invalidateTx_args._Fields.html | 421 + .../TTransactionServer.invalidateTx_args.html | 684 ++ ...ctionServer.invalidateTx_result._Fields.html | 421 + .../TTransactionServer.invalidateTx_result.html | 684 ++ ...TransactionServer.pruneNow_args._Fields.html | 387 + .../TTransactionServer.pruneNow_args.html | 591 ++ ...ansactionServer.pruneNow_result._Fields.html | 387 + .../TTransactionServer.pruneNow_result.html | 591 ++ ...ansactionServer.resetState_args._Fields.html | 387 + .../TTransactionServer.resetState_args.html | 591 ++ ...sactionServer.resetState_result._Fields.html | 387 + .../TTransactionServer.resetState_result.html | 591 ++ ...onServer.startLongClientId_args._Fields.html | 421 + ...ransactionServer.startLongClientId_args.html | 684 ++ ...Server.startLongClientId_result._Fields.html | 433 + ...nsactionServer.startLongClientId_result.html | 767 ++ ...ransactionServer.startLong_args._Fields.html | 387 + .../TTransactionServer.startLong_args.html | 591 ++ ...nsactionServer.startLong_result._Fields.html | 421 + .../TTransactionServer.startLong_result.html | 684 ++ ...nServer.startShortClientId_args._Fields.html | 421 + ...ansactionServer.startShortClientId_args.html | 684 ++ ...erver.startShortClientId_result._Fields.html | 433 + ...sactionServer.startShortClientId_result.html | 767 ++ ...onServer.startShortTimeout_args._Fields.html | 421 + ...ransactionServer.startShortTimeout_args.html | 684 ++ ...Server.startShortTimeout_result._Fields.html | 421 + ...nsactionServer.startShortTimeout_result.html | 684 ++ ...hortWithClientIdAndTimeOut_args._Fields.html | 433 + ...r.startShortWithClientIdAndTimeOut_args.html | 767 ++ ...rtWithClientIdAndTimeOut_result._Fields.html | 433 + ...startShortWithClientIdAndTimeOut_result.html | 767 ++ ...rver.startShortWithTimeout_args._Fields.html | 421 + ...actionServer.startShortWithTimeout_args.html | 684 ++ ...er.startShortWithTimeout_result._Fields.html | 433 + ...tionServer.startShortWithTimeout_result.html | 767 ++ ...ansactionServer.startShort_args._Fields.html | 387 + .../TTransactionServer.startShort_args.html | 591 ++ ...sactionServer.startShort_result._Fields.html | 421 + .../TTransactionServer.startShort_result.html | 684 ++ .../TTransactionServer.status_args._Fields.html | 387 + .../thrift/TTransactionServer.status_args.html | 591 ++ ...TransactionServer.status_result._Fields.html | 421 + .../TTransactionServer.status_result.html | 684 ++ ...er.truncateInvalidTxBefore_args._Fields.html | 421 + ...tionServer.truncateInvalidTxBefore_args.html | 684 ++ ....truncateInvalidTxBefore_result._Fields.html | 433 + ...onServer.truncateInvalidTxBefore_result.html | 767 ++ ...onServer.truncateInvalidTx_args._Fields.html | 421 + ...ransactionServer.truncateInvalidTx_args.html | 723 ++ ...Server.truncateInvalidTx_result._Fields.html | 421 + ...nsactionServer.truncateInvalidTx_result.html | 684 ++ .../distributed/thrift/TTransactionType.html | 384 + .../distributed/thrift/TVisibilityLevel.html | 396 + .../thrift/class-use/TBoolean._Fields.html | 235 + .../distributed/thrift/class-use/TBoolean.html | 375 + .../class-use/TGenericException._Fields.html | 235 + .../thrift/class-use/TGenericException.html | 422 + .../TInvalidTruncateTimeException._Fields.html | 235 + .../TInvalidTruncateTimeException.html | 250 + .../thrift/class-use/TTransaction._Fields.html | 235 + .../thrift/class-use/TTransaction.html | 766 ++ .../TTransactionConflictException._Fields.html | 235 + .../TTransactionConflictException.html | 296 + ...onCouldNotTakeSnapshotException._Fields.html | 235 + ...ransactionCouldNotTakeSnapshotException.html | 250 + ...ansactionNotInProgressException._Fields.html | 235 + .../TTransactionNotInProgressException.html | 386 + .../TTransactionServer.AsyncClient.Factory.html | 126 + ...nsactionServer.AsyncClient.abortTx_call.html | 187 + ...erver.AsyncClient.canCommitOrThrow_call.html | 190 + ...tionServer.AsyncClient.canCommitTx_call.html | 190 + ...ctionServer.AsyncClient.checkpoint_call.html | 187 + ...onServer.AsyncClient.commitOrThrow_call.html | 190 + ...sactionServer.AsyncClient.commitTx_call.html | 187 + ...tionServer.AsyncClient.getSnapshot_call.html | 184 + .../TTransactionServer.AsyncClient.html | 166 + ...onServer.AsyncClient.invalidTxSize_call.html | 184 + ...ionServer.AsyncClient.invalidateTx_call.html | 187 + ...sactionServer.AsyncClient.pruneNow_call.html | 184 + ...ctionServer.AsyncClient.resetState_call.html | 184 + ...rver.AsyncClient.startLongClientId_call.html | 187 + ...actionServer.AsyncClient.startLong_call.html | 184 + ...ver.AsyncClient.startShortClientId_call.html | 187 + ...rver.AsyncClient.startShortTimeout_call.html | 187 + ...t.startShortWithClientIdAndTimeOut_call.html | 190 + ....AsyncClient.startShortWithTimeout_call.html | 187 + ...ctionServer.AsyncClient.startShort_call.html | 184 + ...ansactionServer.AsyncClient.status_call.html | 184 + ...syncClient.truncateInvalidTxBefore_call.html | 187 + ...rver.AsyncClient.truncateInvalidTx_call.html | 187 + .../TTransactionServer.AsyncIface.html | 166 + .../TTransactionServer.Client.Factory.html | 126 + .../class-use/TTransactionServer.Client.html | 171 + .../class-use/TTransactionServer.Iface.html | 289 + .../TTransactionServer.Processor.abortTx.html | 126 + ...actionServer.Processor.canCommitOrThrow.html | 126 + ...TransactionServer.Processor.canCommitTx.html | 126 + ...TTransactionServer.Processor.checkpoint.html | 126 + ...ansactionServer.Processor.commitOrThrow.html | 126 + .../TTransactionServer.Processor.commitTx.html | 126 + ...TransactionServer.Processor.getSnapshot.html | 126 + .../class-use/TTransactionServer.Processor.html | 126 + ...ansactionServer.Processor.invalidTxSize.html | 126 + ...ransactionServer.Processor.invalidateTx.html | 126 + .../TTransactionServer.Processor.pruneNow.html | 126 + ...TTransactionServer.Processor.resetState.html | 126 + .../TTransactionServer.Processor.startLong.html | 126 + ...ctionServer.Processor.startLongClientId.html | 126 + ...TTransactionServer.Processor.startShort.html | 126 + ...tionServer.Processor.startShortClientId.html | 126 + ...ctionServer.Processor.startShortTimeout.html | 126 + ...cessor.startShortWithClientIdAndTimeOut.html | 126 + ...nServer.Processor.startShortWithTimeout.html | 126 + .../TTransactionServer.Processor.status.html | 126 + ...ctionServer.Processor.truncateInvalidTx.html | 126 + ...erver.Processor.truncateInvalidTxBefore.html | 126 + ...TTransactionServer.abortTx_args._Fields.html | 235 + .../TTransactionServer.abortTx_args.html | 209 + ...ransactionServer.abortTx_result._Fields.html | 235 + .../TTransactionServer.abortTx_result.html | 201 + ...ionServer.canCommitOrThrow_args._Fields.html | 235 + ...TransactionServer.canCommitOrThrow_args.html | 213 + ...nServer.canCommitOrThrow_result._Fields.html | 235 + ...ansactionServer.canCommitOrThrow_result.html | 213 + ...nsactionServer.canCommitTx_args._Fields.html | 235 + .../TTransactionServer.canCommitTx_args.html | 213 + ...actionServer.canCommitTx_result._Fields.html | 235 + .../TTransactionServer.canCommitTx_result.html | 209 + ...ansactionServer.checkpoint_args._Fields.html | 235 + .../TTransactionServer.checkpoint_args.html | 209 + ...sactionServer.checkpoint_result._Fields.html | 235 + .../TTransactionServer.checkpoint_result.html | 209 + ...actionServer.commitOrThrow_args._Fields.html | 235 + .../TTransactionServer.commitOrThrow_args.html | 213 + ...tionServer.commitOrThrow_result._Fields.html | 235 + ...TTransactionServer.commitOrThrow_result.html | 213 + ...TransactionServer.commitTx_args._Fields.html | 235 + .../TTransactionServer.commitTx_args.html | 209 + ...ansactionServer.commitTx_result._Fields.html | 235 + .../TTransactionServer.commitTx_result.html | 209 + ...nsactionServer.getSnapshot_args._Fields.html | 235 + .../TTransactionServer.getSnapshot_args.html | 205 + ...actionServer.getSnapshot_result._Fields.html | 235 + .../TTransactionServer.getSnapshot_result.html | 213 + .../thrift/class-use/TTransactionServer.html | 126 + ...actionServer.invalidTxSize_args._Fields.html | 235 + .../TTransactionServer.invalidTxSize_args.html | 205 + ...tionServer.invalidTxSize_result._Fields.html | 235 + ...TTransactionServer.invalidTxSize_result.html | 205 + ...sactionServer.invalidateTx_args._Fields.html | 235 + .../TTransactionServer.invalidateTx_args.html | 209 + ...ctionServer.invalidateTx_result._Fields.html | 235 + .../TTransactionServer.invalidateTx_result.html | 205 + ...TransactionServer.pruneNow_args._Fields.html | 235 + .../TTransactionServer.pruneNow_args.html | 205 + ...ansactionServer.pruneNow_result._Fields.html | 235 + .../TTransactionServer.pruneNow_result.html | 201 + ...ansactionServer.resetState_args._Fields.html | 235 + .../TTransactionServer.resetState_args.html | 205 + ...sactionServer.resetState_result._Fields.html | 235 + .../TTransactionServer.resetState_result.html | 201 + ...onServer.startLongClientId_args._Fields.html | 235 + ...ransactionServer.startLongClientId_args.html | 209 + ...Server.startLongClientId_result._Fields.html | 235 + ...nsactionServer.startLongClientId_result.html | 209 + ...ransactionServer.startLong_args._Fields.html | 235 + .../TTransactionServer.startLong_args.html | 205 + ...nsactionServer.startLong_result._Fields.html | 235 + .../TTransactionServer.startLong_result.html | 205 + ...nServer.startShortClientId_args._Fields.html | 235 + ...ansactionServer.startShortClientId_args.html | 209 + ...erver.startShortClientId_result._Fields.html | 235 + ...sactionServer.startShortClientId_result.html | 209 + ...onServer.startShortTimeout_args._Fields.html | 235 + ...ransactionServer.startShortTimeout_args.html | 209 + ...Server.startShortTimeout_result._Fields.html | 235 + ...nsactionServer.startShortTimeout_result.html | 205 + ...hortWithClientIdAndTimeOut_args._Fields.html | 235 + ...r.startShortWithClientIdAndTimeOut_args.html | 213 + ...rtWithClientIdAndTimeOut_result._Fields.html | 235 + ...startShortWithClientIdAndTimeOut_result.html | 209 + ...rver.startShortWithTimeout_args._Fields.html | 235 + ...actionServer.startShortWithTimeout_args.html | 209 + ...er.startShortWithTimeout_result._Fields.html | 235 + ...tionServer.startShortWithTimeout_result.html | 209 + ...ansactionServer.startShort_args._Fields.html | 235 + .../TTransactionServer.startShort_args.html | 205 + ...sactionServer.startShort_result._Fields.html | 235 + .../TTransactionServer.startShort_result.html | 205 + .../TTransactionServer.status_args._Fields.html | 235 + .../TTransactionServer.status_args.html | 205 + ...TransactionServer.status_result._Fields.html | 235 + .../TTransactionServer.status_result.html | 205 + ...er.truncateInvalidTxBefore_args._Fields.html | 235 + ...tionServer.truncateInvalidTxBefore_args.html | 209 + ....truncateInvalidTxBefore_result._Fields.html | 235 + ...onServer.truncateInvalidTxBefore_result.html | 209 + ...onServer.truncateInvalidTx_args._Fields.html | 235 + ...ransactionServer.truncateInvalidTx_args.html | 209 + ...Server.truncateInvalidTx_result._Fields.html | 235 + ...nsactionServer.truncateInvalidTx_result.html | 205 + .../thrift/class-use/TTransactionType.html | 230 + .../thrift/class-use/TVisibilityLevel.html | 230 + .../distributed/thrift/package-frame.html | 179 + .../distributed/thrift/package-summary.html | 871 ++ .../tephra/distributed/thrift/package-tree.html | 334 + .../tephra/distributed/thrift/package-use.html | 656 ++ .../apache/tephra/examples/BalanceBooks.html | 417 + .../tephra/examples/class-use/BalanceBooks.html | 126 + .../apache/tephra/examples/package-frame.html | 21 + .../apache/tephra/examples/package-summary.html | 174 + .../apache/tephra/examples/package-tree.html | 139 + .../org/apache/tephra/examples/package-use.html | 126 + .../hbase/HBase10ConfigurationProvider.html | 306 + .../hbase/HBase11ConfigurationProvider.html | 306 + .../hbase/HBase13ConfigurationProvider.html | 306 + .../hbase/HBase96ConfigurationProvider.html | 306 + .../hbase/HBase98ConfigurationProvider.html | 306 + .../tephra/hbase/SecondaryIndexTable.html | 355 + .../tephra/hbase/TransactionAwareHTable.html | 1350 +++ .../class-use/HBase10ConfigurationProvider.html | 126 + .../class-use/HBase11ConfigurationProvider.html | 126 + .../class-use/HBase13ConfigurationProvider.html | 126 + .../class-use/HBase96ConfigurationProvider.html | 126 + .../class-use/HBase98ConfigurationProvider.html | 126 + .../hbase/class-use/SecondaryIndexTable.html | 126 + .../hbase/class-use/TransactionAwareHTable.html | 126 + .../hbase/coprocessor/CellSkipFilter.html | 560 ++ .../hbase/coprocessor/TransactionFilters.html | 327 + .../hbase/coprocessor/TransactionProcessor.html | 847 ++ .../TransactionVisibilityFilter.html | 638 ++ .../coprocessor/class-use/CellSkipFilter.html | 126 + .../class-use/TransactionFilters.html | 126 + .../class-use/TransactionProcessor.html | 126 + .../class-use/TransactionVisibilityFilter.html | 126 + .../tephra/hbase/coprocessor/package-frame.html | 24 + .../hbase/coprocessor/package-summary.html | 170 + .../tephra/hbase/coprocessor/package-tree.html | 154 + .../tephra/hbase/coprocessor/package-use.html | 126 + .../org/apache/tephra/hbase/package-frame.html | 27 + .../apache/tephra/hbase/package-summary.html | 182 + .../org/apache/tephra/hbase/package-tree.html | 153 + .../org/apache/tephra/hbase/package-use.html | 126 + .../tephra/hbase/txprune/CompactionState.html | 342 + .../txprune/DataJanitorState.TableSupplier.html | 233 + .../tephra/hbase/txprune/DataJanitorState.html | 725 ++ .../txprune/HBaseTransactionPruningPlugin.html | 603 ++ .../hbase/txprune/InvalidListPruningDebug.html | 417 + .../hbase/txprune/PruneUpperBoundWriter.html | 380 + .../txprune/PruneUpperBoundWriterSupplier.html | 314 + .../tephra/hbase/txprune/TimeRegions.html | 340 + .../txprune/class-use/CompactionState.html | 126 + .../DataJanitorState.TableSupplier.html | 164 + .../txprune/class-use/DataJanitorState.html | 184 + .../HBaseTransactionPruningPlugin.html | 126 + .../class-use/InvalidListPruningDebug.html | 126 + .../class-use/PruneUpperBoundWriter.html | 166 + .../PruneUpperBoundWriterSupplier.html | 126 + .../hbase/txprune/class-use/TimeRegions.html | 168 + .../tephra/hbase/txprune/package-frame.html | 31 + .../tephra/hbase/txprune/package-summary.html | 199 + .../tephra/hbase/txprune/package-tree.html | 153 + .../tephra/hbase/txprune/package-use.html | 176 + .../tephra/inmemory/DetachedTxSystemClient.html | 701 ++ .../inmemory/InMemoryTransactionService.html | 492 + .../tephra/inmemory/InMemoryTxSystemClient.html | 715 ++ .../tephra/inmemory/MinimalTxSystemClient.html | 698 ++ .../class-use/DetachedTxSystemClient.html | 126 + .../class-use/InMemoryTransactionService.html | 170 + .../class-use/InMemoryTxSystemClient.html | 126 + .../class-use/MinimalTxSystemClient.html | 126 + .../apache/tephra/inmemory/package-frame.html | 24 + .../apache/tephra/inmemory/package-summary.html | 172 + .../apache/tephra/inmemory/package-tree.html | 146 + .../org/apache/tephra/inmemory/package-use.html | 163 + .../apache/tephra/manager/InvalidTxList.html | 432 + .../tephra/manager/class-use/InvalidTxList.html | 176 + .../apache/tephra/manager/package-frame.html | 21 + .../apache/tephra/manager/package-summary.html | 146 + .../org/apache/tephra/manager/package-tree.html | 139 + .../org/apache/tephra/manager/package-use.html | 163 + .../tephra/metrics/DefaultMetricsCollector.html | 473 + .../apache/tephra/metrics/MetricsCollector.html | 332 + .../tephra/metrics/TxMetricsCollector.html | 460 + .../class-use/DefaultMetricsCollector.html | 126 + .../metrics/class-use/MetricsCollector.html | 227 + .../metrics/class-use/TxMetricsCollector.html | 168 + .../apache/tephra/metrics/package-frame.html | 26 + .../apache/tephra/metrics/package-summary.html | 169 + .../org/apache/tephra/metrics/package-tree.html | 155 + .../org/apache/tephra/metrics/package-use.html | 212 + .../org/apache/tephra/package-frame.html | 71 + .../org/apache/tephra/package-summary.html | 439 + .../org/apache/tephra/package-tree.html | 213 + .../org/apache/tephra/package-use.html | 611 ++ .../persist/AbstractTransactionLog.Entry.html | 351 + .../tephra/persist/AbstractTransactionLog.html | 444 + .../AbstractTransactionStateStorage.html | 376 + .../tephra/persist/CommitMarkerCodec.html | 326 + .../tephra/persist/HDFSTransactionLog.html | 338 + .../HDFSTransactionLogReaderSupplier.html | 284 + .../persist/HDFSTransactionLogReaderV1.html | 345 + .../persist/HDFSTransactionLogReaderV2.html | 347 + .../persist/HDFSTransactionLogReaderV3.html | 347 + .../persist/HDFSTransactionStateStorage.html | 650 ++ .../org/apache/tephra/persist/HDFSUtil.html | 290 + .../tephra/persist/LocalFileTransactionLog.html | 338 + .../LocalFileTransactionStateStorage.html | 620 ++ .../persist/NoOpTransactionStateStorage.html | 640 ++ .../tephra/persist/TransactionEdit.State.html | 420 + .../apache/tephra/persist/TransactionEdit.html | 759 ++ .../tephra/persist/TransactionEditCodecs.html | 319 + .../apache/tephra/persist/TransactionLog.html | 313 + .../tephra/persist/TransactionLogReader.html | 277 + .../tephra/persist/TransactionLogWriter.html | 313 + .../tephra/persist/TransactionSnapshot.html | 595 ++ .../tephra/persist/TransactionStateStorage.html | 503 + .../persist/TransactionVisibilityState.html | 315 + .../class-use/AbstractTransactionLog.Entry.html | 170 + .../class-use/AbstractTransactionLog.html | 176 + .../AbstractTransactionStateStorage.html | 176 + .../persist/class-use/CommitMarkerCodec.html | 126 + .../persist/class-use/HDFSTransactionLog.html | 126 + .../HDFSTransactionLogReaderSupplier.html | 126 + .../class-use/HDFSTransactionLogReaderV1.html | 126 + .../class-use/HDFSTransactionLogReaderV2.html | 126 + .../class-use/HDFSTransactionLogReaderV3.html | 126 + .../class-use/HDFSTransactionStateStorage.html | 126 + .../tephra/persist/class-use/HDFSUtil.html | 126 + .../class-use/LocalFileTransactionLog.html | 126 + .../LocalFileTransactionStateStorage.html | 126 + .../class-use/NoOpTransactionStateStorage.html | 126 + .../class-use/TransactionEdit.State.html | 183 + .../persist/class-use/TransactionEdit.html | 356 + .../class-use/TransactionEditCodecs.html | 126 + .../persist/class-use/TransactionLog.html | 236 + .../persist/class-use/TransactionLogReader.html | 211 + .../persist/class-use/TransactionLogWriter.html | 178 + .../persist/class-use/TransactionSnapshot.html | 330 + .../class-use/TransactionStateStorage.html | 247 + .../class-use/TransactionVisibilityState.html | 334 + .../apache/tephra/persist/package-frame.html | 49 + .../apache/tephra/persist/package-summary.html | 312 + .../org/apache/tephra/persist/package-tree.html | 197 + .../org/apache/tephra/persist/package-use.html | 382 + .../apache/tephra/rpc/RPCServiceHandler.html | 251 + .../tephra/rpc/ThriftRPCServer.Builder.html | 325 + .../org/apache/tephra/rpc/ThriftRPCServer.html | 389 + .../tephra/rpc/class-use/RPCServiceHandler.html | 207 + .../rpc/class-use/ThriftRPCServer.Builder.html | 194 + .../tephra/rpc/class-use/ThriftRPCServer.html | 168 + .../org/apache/tephra/rpc/package-frame.html | 26 + .../org/apache/tephra/rpc/package-summary.html | 176 + .../org/apache/tephra/rpc/package-tree.html | 148 + .../org/apache/tephra/rpc/package-use.html | 194 + .../org/apache/tephra/runtime/ConfigModule.html | 294 + .../apache/tephra/runtime/DiscoveryModules.html | 301 + .../tephra/runtime/TransactionClientModule.html | 294 + .../runtime/TransactionInMemoryModule.html | 307 + .../tephra/runtime/TransactionModules.html | 312 + .../TransactionStateStorageProvider.html | 250 + .../org/apache/tephra/runtime/ZKModule.html | 294 + .../tephra/runtime/class-use/ConfigModule.html | 126 + .../runtime/class-use/DiscoveryModules.html | 126 + .../class-use/TransactionClientModule.html | 126 + .../class-use/TransactionInMemoryModule.html | 126 + .../runtime/class-use/TransactionModules.html | 126 + .../TransactionStateStorageProvider.html | 126 + .../tephra/runtime/class-use/ZKModule.html | 126 + .../apache/tephra/runtime/package-frame.html | 27 + .../apache/tephra/runtime/package-summary.html | 184 + .../org/apache/tephra/runtime/package-tree.html | 149 + .../org/apache/tephra/runtime/package-use.html | 126 + .../apache/tephra/snapshot/BinaryDecoder.html | 337 + .../apache/tephra/snapshot/BinaryEncoder.html | 328 + .../tephra/snapshot/DefaultSnapshotCodec.html | 426 + .../apache/tephra/snapshot/SnapshotCodec.html | 300 + .../tephra/snapshot/SnapshotCodecProvider.html | 362 + .../apache/tephra/snapshot/SnapshotCodecV2.html | 345 + .../apache/tephra/snapshot/SnapshotCodecV3.html | 315 + .../apache/tephra/snapshot/SnapshotCodecV4.html | 346 + .../snapshot/class-use/BinaryDecoder.html | 178 + .../snapshot/class-use/BinaryEncoder.html | 208 + .../class-use/DefaultSnapshotCodec.html | 185 + .../snapshot/class-use/SnapshotCodec.html | 199 + .../class-use/SnapshotCodecProvider.html | 192 + .../snapshot/class-use/SnapshotCodecV2.html | 178 + .../snapshot/class-use/SnapshotCodecV3.html | 126 + .../snapshot/class-use/SnapshotCodecV4.html | 126 + .../apache/tephra/snapshot/package-frame.html | 31 + .../apache/tephra/snapshot/package-summary.html | 211 + .../apache/tephra/snapshot/package-tree.html | 155 + .../org/apache/tephra/snapshot/package-use.html | 209 + .../apache/tephra/txprune/RegionPruneInfo.html | 370 + .../txprune/TransactionPruningPlugin.html | 338 + .../txprune/TransactionPruningRunnable.html | 290 + .../txprune/TransactionPruningService.html | 351 + .../txprune/class-use/RegionPruneInfo.html | 195 + .../class-use/TransactionPruningPlugin.html | 191 + .../class-use/TransactionPruningRunnable.html | 126 + .../class-use/TransactionPruningService.html | 190 + .../apache/tephra/txprune/package-frame.html | 27 + .../apache/tephra/txprune/package-summary.html | 175 + .../org/apache/tephra/txprune/package-tree.html | 149 + .../org/apache/tephra/txprune/package-use.html | 210 + .../tephra/util/ConfigurationFactory.html | 309 + .../tephra/util/ConfigurationProvider.html | 300 + .../tephra/util/HBaseVersion.Version.html | 445 + .../tephra/util/HBaseVersion.VersionNumber.html | 330 + .../org/apache/tephra/util/HBaseVersion.html | 337 + .../util/HBaseVersionSpecificFactory.html | 384 + .../org/apache/tephra/util/TxUtils.html | 476 + .../util/class-use/ConfigurationFactory.html | 126 + .../util/class-use/ConfigurationProvider.html | 192 + .../util/class-use/HBaseVersion.Version.html | 181 + .../class-use/HBaseVersion.VersionNumber.html | 166 + .../tephra/util/class-use/HBaseVersion.html | 126 + .../class-use/HBaseVersionSpecificFactory.html | 126 + .../apache/tephra/util/class-use/TxUtils.html | 126 + .../org/apache/tephra/util/package-frame.html | 30 + .../org/apache/tephra/util/package-summary.html | 194 + .../org/apache/tephra/util/package-tree.html | 156 + .../org/apache/tephra/util/package-use.html | 187 + .../tephra/visibility/DefaultFenceWait.html | 270 + .../org/apache/tephra/visibility/FenceWait.html | 250 + .../tephra/visibility/VisibilityFence.html | 364 + .../visibility/class-use/DefaultFenceWait.html | 126 + .../tephra/visibility/class-use/FenceWait.html | 184 + .../visibility/class-use/VisibilityFence.html | 126 + .../apache/tephra/visibility/package-frame.html | 26 + .../tephra/visibility/package-summary.html | 170 + .../apache/tephra/visibility/package-tree.html | 144 + .../apache/tephra/visibility/package-use.html | 161 + .../tephra/zookeeper/TephraZKClientService.html | 786 ++ .../class-use/TephraZKClientService.html | 126 + .../apache/tephra/zookeeper/package-frame.html | 21 + .../tephra/zookeeper/package-summary.html | 146 + .../apache/tephra/zookeeper/package-tree.html | 143 + .../apache/tephra/zookeeper/package-use.html | 126 + ...eadedSelectorServerWithFix.AcceptThread.html | 362 + ...SelectorServerWithFix.Args.AcceptPolicy.html | 358 + .../TThreadedSelectorServerWithFix.Args.html | 543 + ...dedSelectorServerWithFix.SelectorThread.html | 409 + ...erverWithFix.SelectorThreadLoadBalancer.html | 279 + .../server/TThreadedSelectorServerWithFix.html | 543 + ...eadedSelectorServerWithFix.AcceptThread.html | 126 + ...SelectorServerWithFix.Args.AcceptPolicy.html | 192 + .../TThreadedSelectorServerWithFix.Args.html | 218 + ...dedSelectorServerWithFix.SelectorThread.html | 182 + ...erverWithFix.SelectorThreadLoadBalancer.html | 183 + .../TThreadedSelectorServerWithFix.html | 126 + .../org/apache/thrift/server/package-frame.html | 26 + .../apache/thrift/server/package-summary.html | 168 + .../org/apache/thrift/server/package-tree.html | 175 + .../org/apache/thrift/server/package-use.html | 176 + .../overview-frame.html | 42 + .../overview-summary.html | 237 + .../overview-tree.html | 617 ++ .../apidocs-0.13.0-incubating/package-list | 21 + .../apidocs-0.13.0-incubating/packages | 21 + .../apidocs-0.13.0-incubating/script.js | 30 + .../serialized-form.html | 2340 +++++ .../apidocs-0.13.0-incubating/stylesheet.css | 574 ++ src/site/site.xml | 2 + 727 files changed, 229889 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/4e1e5e9a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5da7f19..20e388a 100644 --- a/pom.xml +++ b/pom.xml @@ -711,6 +711,8 @@ <exclude>**/.classpath</exclude> <exclude>**/.settings/**</exclude> <exclude>src/site/resources/**</exclude> + <exclude>licenses/**</exclude> + <exclude>**/NOTICE_BINARY</exclude> </excludes> </configuration> </execution> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/4e1e5e9a/src/site/markdown/index.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 691b1b9..ac7fe8e 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -99,17 +99,17 @@ Once you have installed the JDK, you'll need to set the `JAVA_HOME` environment Tephra requires a working HBase and HDFS environment in order to operate. Tephra supports these component versions: -| Component | Source | Supported Versions | -|---------------|---------------|-----------------------------------------------------------------| -| __HDFS__ | Apache Hadoop | 2.0.2-alpha through 2.7.x | -| | CDH or HDP | (CDH) 5.0.0 through 5.8.0 or (HDP) 2.0, 2.1, 2.2, 2.3 or 2.4 | -| | MapR | 4.1 through 5.1 (with MapR-FS) | -| __HBase__ | Apache | 0.96.x, 0.98.x, 1.0.x, 1.1.x and 1.2.x (except 1.1.5 and 1.2.2) | -| | CDH or HDP | (CDH) 5.0.0 through 5.8.0 or (HDP) 2.0, 2.1, 2.2, 2.3 or 2.4 | -| | MapR | 4.1 through 5.1 (with Apache HBase) | -| __ZooKeeper__ | Apache | Version 3.4.3 through 3.4.5 | -| | CDH or HDP | (CDH) 5.0.0 through 5.8.0 or (HDP) 2.0, 2.1, 2.2, 2.3 or 2.4 | -| | MapR | 4.1 through 5.1 | +| Component | Source | Supported Versions | +|---------------|---------------|------------------------------------------------------------------------| +| __HDFS__ | Apache Hadoop | 2.0.2-alpha through 2.7.x | +| | CDH or HDP | (CDH) 5.0.0 through 5.12.0 or (HDP) 2.0 through 2.6 | +| | MapR | 4.1 through 5.1 (with MapR-FS) | +| __HBase__ | Apache | 0.96.x, 0.98.x, 1.0.x, 1.1.x, 1.2.x and 1.3.x (except 1.1.5 and 1.2.2) | +| | CDH or HDP | (CDH) 5.0.0 through 5.12.0 or (HDP) 2.0 through 2.6 | +| | MapR | 4.1 through 5.1 (with Apache HBase) | +| __ZooKeeper__ | Apache | Version 3.4.3 through 3.4.5 | +| | CDH or HDP | (CDH) 5.0.0 through 5.12.0 or (HDP) 2.0 through 2.6 | +| | MapR | 4.1 through 5.1 | __Note:__ Components versions shown in this table are those that we have tested and are confident of their suitability and compatibility. Later versions of components may work, http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/4e1e5e9a/src/site/markdown/releases/0.13.0-incubating.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/releases/0.13.0-incubating.md b/src/site/markdown/releases/0.13.0-incubating.md new file mode 100644 index 0000000..533bf25 --- /dev/null +++ b/src/site/markdown/releases/0.13.0-incubating.md @@ -0,0 +1,46 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<head> + <title>Apache Tephra Release 0.13.0-incubating</title> +</head> + +### Release Notes - Apache Tephra - 0.13.0-incubating + +#### New Features +* [TEPHRA-250](https://issues.apache.org/jira/browse/TEPHRA-250) - Create a way to trigger transaction pruning +* [TEPHRA-241](https://issues.apache.org/jira/browse/TEPHRA-241) - Introduce a way to limit the size of a transaction +* [TEPHRA-238](https://issues.apache.org/jira/browse/TEPHRA-238) - Support HBase 1.3.x + +#### Improvements +* [TEPHRA-261](https://issues.apache.org/jira/browse/TEPHRA-261) - Make TransactionSystemTest.getCommonConfiguration() protected +* [TEPHRA-258](https://issues.apache.org/jira/browse/TEPHRA-258) - Improve log message for Thrift client connection +* [TEPHRA-244](https://issues.apache.org/jira/browse/TEPHRA-244) - Invalid tx pruning does not handle deletion of tables well +* [TEPHRA-243](https://issues.apache.org/jira/browse/TEPHRA-243) - Fix concurrency issues in Transaction log writer; also improve the logging +* [TEPHRA-240](https://issues.apache.org/jira/browse/TEPHRA-240) - TransactionConflictException should contain the conflicting key and client id +* [TEPHRA-231](https://issues.apache.org/jira/browse/TEPHRA-231) - Fix the License and the Notice Files for the binary distribution + +#### Bug fixes +* [TEPHRA-260](https://issues.apache.org/jira/browse/TEPHRA-260) - Javadoc errors when publishing artifacts +* [TEPHRA-253](https://issues.apache.org/jira/browse/TEPHRA-253) - TransactionProcessorTest is sometimes flaky +* [TEPHRA-242](https://issues.apache.org/jira/browse/TEPHRA-242) - Transaction Service sometimes does not shutdown +* [TEPHRA-239](https://issues.apache.org/jira/browse/TEPHRA-239) - Null pointer exception in TransactionStateCache +* [TEPHRA-235](https://issues.apache.org/jira/browse/TEPHRA-235) - Flushes and compactions can remove committed data + +### Source tar-ball download +[Source and signatures](http://www.apache.org/dyn/closer.cgi/incubator/tephra/0.13.0-incubating/src)