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

slebresne pushed a change to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from 7ffb2fe  Merge branch 'cassandra-3.0' into cassandra-3.11
     new 2d0b168  Fix serial read/non-applying CAS linearizability
     new 080280d  Merge commit '2d0b16804785660e8515aca9944784fb3733c619' into 
cassandra-3.11

The 2 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:
 CHANGES.txt                                        |   1 +
 NEWS.txt                                           |   8 +
 .../org/apache/cassandra/service/StorageProxy.java | 239 +++++--
 .../org/apache/cassandra/service/paxos/Commit.java |   6 +
 .../apache/cassandra/service/paxos/PaxosState.java |   3 -
 .../cassandra/service/paxos/PrepareCallback.java   |  12 +-
 .../cassandra/distributed/impl/Instance.java       | 113 ++--
 .../apache/cassandra/distributed/test/CASTest.java | 684 +++++++++++++++++++++
 8 files changed, 949 insertions(+), 117 deletions(-)
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/test/CASTest.java


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

Reply via email to