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

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


    omit a6c58187b0 Get simulator working (again)
     new 6f59f68c1b Get simulator working (again)

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   (a6c58187b0)
            \
             N -- N -- N   refs/heads/cep-15-accord (6f59f68c1b)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 rio/run-simulator.sh                               | 51 ----------------------
 .../cassandra/metrics/AccordStateCacheMetrics.java |  6 ++-
 .../cassandra/distributed/impl/Instance.java       |  3 ++
 .../distributed/impl/IsolatedExecutor.java         |  2 +-
 .../cassandra/simulator/asm/InterceptAgent.java    | 30 ++++++++++++-
 .../asm/{Hashcode.java => StringHashcode.java}     |  8 ++--
 .../cassandra/simulator/ClusterSimulation.java     |  1 +
 .../cassandra/simulator/SimulationRunner.java      | 12 +++++
 .../apache/cassandra/simulator/debug/Record.java   |  4 +-
 .../cassandra/simulator/debug/SelfReconcile.java   |  2 +
 .../simulator/paxos/AccordClusterSimulation.java   |  5 ++-
 .../simulator/paxos/AccordSimulationRunner.java    | 16 +++++++
 .../simulator/paxos/PaxosSimulationRunner.java     |  2 +
 .../simulator/systems/InterceptingMonitors.java    |  3 --
 14 files changed, 81 insertions(+), 64 deletions(-)
 delete mode 100755 rio/run-simulator.sh
 copy test/simulator/asm/org/apache/cassandra/simulator/asm/{Hashcode.java => 
StringHashcode.java} (81%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to