You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by yc...@apache.org on 2021/05/11 22:32:59 UTC

[cassandra-diff] branch trunk updated (c3ce22c -> e3161b6)

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

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


    from c3ce22c  Always quote names in cql queries
     add e3161b6  Improve metadata exception handling

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |  39 ++++
 .../diff/ExponentialRetryStrategyProvider.java     |  19 ++
 .../apache/cassandra/diff/KeyspaceTablePair.java   |  19 ++
 .../org/apache/cassandra/diff/RetryStrategy.java   |  38 +++-
 .../cassandra/diff/RetryStrategyProvider.java      |  23 +-
 .../diff/ExponentialRetryStrategyTest.java         |  34 +++
 .../java/org/apache/cassandra/diff/DiffJob.java    |   8 +-
 .../java/org/apache/cassandra/diff/Differ.java     |   5 +-
 .../org/apache/cassandra/diff/JobMetadataDb.java   | 248 +++++++++++++--------
 9 files changed, 327 insertions(+), 106 deletions(-)
 create mode 100644 .gitignore

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