You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2017/11/15 02:22:11 UTC

[1/2] incubator-trafodion git commit: [TRAFODION-2799] Fix transactions description in Trafodion Arch Overview

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master e4ef5e31d -> 087bb5d0d


[TRAFODION-2799] Fix transactions description in Trafodion Arch Overview


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/eb7d0ee0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/eb7d0ee0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/eb7d0ee0

Branch: refs/heads/master
Commit: eb7d0ee07cef14f0c9aaea551a155c36f688b732
Parents: 3a35dbe
Author: Dave Birdsall <db...@apache.org>
Authored: Mon Nov 13 22:41:48 2017 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Mon Nov 13 22:41:48 2017 +0000

----------------------------------------------------------------------
 docs/src/site/markdown/architecture-overview.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/eb7d0ee0/docs/src/site/markdown/architecture-overview.md
----------------------------------------------------------------------
diff --git a/docs/src/site/markdown/architecture-overview.md b/docs/src/site/markdown/architecture-overview.md
index 88e3281..826d712 100644
--- a/docs/src/site/markdown/architecture-overview.md
+++ b/docs/src/site/markdown/architecture-overview.md
@@ -61,9 +61,9 @@ DCS is a collection of components:
 
 Trafodion supports distributed ACID transaction semantics using the Multi-Version Concurrency Control (MVCC) model. The transaction management is built on top of a fork of the *HBase-trx* project implementing the following changes:
 
-* Upgraded it to work on HBase version 0.98.1 (for CDH 5.1) or 0.98.0 (for HDP 2.1).
+* Upgraded it to use the HBase coprocessor mechanism.
 * Added support for parallel worker processes doing work on behalf of the same transaction.
-* Added support for global transactions, that is, transactions that can encompass resources (regions/HTables) across an HBase cluster.
+* Added support for global transactions, that is, transactions that can encompass resources (regions/Tables) across an HBase cluster.
 * Added transaction recovery after server failure.
 
 There is on Distributed Transaction Manager (DTM) process per node in a cluster running Trafodion. The DTM process owns and keeps track of all transactions that were started on that node. (In HBase-trx, transactions were tracked in the library code of each client, which meant that after a server failure, there was no way to restart the transaction manager for in-doubt transactions.)


[2/2] incubator-trafodion git commit: Merge [TRAFODION-2799] PR 1298 Fix transactions description on web site

Posted by db...@apache.org.
Merge [TRAFODION-2799] PR 1298 Fix transactions description on web site


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/087bb5d0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/087bb5d0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/087bb5d0

Branch: refs/heads/master
Commit: 087bb5d0d1f1ce4f447c1e79eddf9fb33b64aebf
Parents: e4ef5e3 eb7d0ee
Author: Dave Birdsall <db...@apache.org>
Authored: Wed Nov 15 02:21:04 2017 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Wed Nov 15 02:21:04 2017 +0000

----------------------------------------------------------------------
 docs/src/site/markdown/architecture-overview.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------