This is an automated email from the ASF dual-hosted git repository.

benedict pushed a change to branch trunk-tmp
in repository https://gitbox.apache.org/repos/asf/cassandra-accord.git


 discard 8c079883 Improve tracing:  - Support pattern trace table  - Add basic 
tracing to all coordinations
    omit 5b35a301 Rebootstrap Also Refine:  - Introduce 
MapReduceConsumeCommandStore for enforcing message refusal comprehensively  - 
Refactor to RedundantStatus:    - use int rather than short to prepare to 
support more statuses    - merge PreBootstrap and Unready (into Unready) Also 
Fix:  - Propagate Erase to no longer participating replica  - RecoverAwait to 
original coordinator was not correctly notifying  - Cancel messages if we 
encounter an exception so we do not attempt to process  [...]
     add 657f344e Rebootstrap Also Refine:  - Introduce 
MapReduceConsumeCommandStore for enforcing message refusal comprehensively  - 
Refactor to RedundantStatus:    - use int rather than short to prepare to 
support more statuses    - merge PreBootstrap and Unready (into Unready) Also 
Fix:  - Propagate Erase to no longer participating replica  - RecoverAwait to 
original coordinator was not correctly notifying  - Cancel messages if we 
encounter an exception so we do not attempt to process  [...]
     add aa7e35ca Improve tracing:  - Support pattern trace table  - Add basic 
tracing to all coordinations

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8c079883)
            \
             N -- N -- N   refs/heads/trunk-tmp (aa7e35ca)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 accord-core/src/main/java/accord/api/Journal.java          |  2 +-
 .../main/java/accord/coordinate/CoordinateTransaction.java |  1 +
 accord-core/src/main/java/accord/local/CommandStore.java   |  6 ------
 accord-core/src/main/java/accord/local/CommandStores.java  |  2 --
 .../src/main/java/accord/local/MapReduceCommandStores.java |  7 +++++++
 .../src/main/java/accord/local/RedundantBefore.java        |  6 +++---
 accord-core/src/main/java/accord/local/cfk/Serialize.java  |  2 +-
 .../src/main/java/accord/messages/GetMaxConflict.java      | 14 --------------
 .../src/main/java/accord/messages/ParticipantsRequest.java | 10 +---------
 .../src/main/java/accord/messages/RouteRequest.java        |  5 +----
 10 files changed, 15 insertions(+), 40 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to