You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2010/11/05 02:55:18 UTC

svn commit: r1031396 - /qpid/trunk/qpid/cpp/design_docs/new-cluster-plan.txt

Author: aconway
Date: Fri Nov  5 01:55:18 2010
New Revision: 1031396

URL: http://svn.apache.org/viewvc?rev=1031396&view=rev
Log:
New cluster plan: added transaction support

Modified:
    qpid/trunk/qpid/cpp/design_docs/new-cluster-plan.txt

Modified: qpid/trunk/qpid/cpp/design_docs/new-cluster-plan.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/design_docs/new-cluster-plan.txt?rev=1031396&r1=1031395&r2=1031396&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/design_docs/new-cluster-plan.txt (original)
+++ qpid/trunk/qpid/cpp/design_docs/new-cluster-plan.txt Fri Nov  5 01:55:18 2010
@@ -344,6 +344,10 @@ of the independence of operations on sep
 Multicast should encode messages in fixed size buffers (64k)?
 Can't assume we can send message in one chunk.
 For 0-10 can use channel numbers & send whole frames packed into larger buffer.
+** TODO [#B] Transaction support.
+Extend broker::Cluster interface to capture transaction context and completion.
+Sequence number to generate per-node tx IDs.
+Replicate transaction completion.
 ** TODO [#B] Batch CPG multicast messages
 The new cluster design involves a lot of small multicast messages,
 they need to be batched into larger CPG messages for efficiency.



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org