summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jyothsna Konisa [Thu, 23 Sep 2021 19:47:38 +0000 (12:47 -0700)]
Probabilistic diff to sample partitions for diff testing based on probability
Patch by Jyothsna Konisa; reviewed by Dinesh Joshi, Yifan Cai for CASSANDRA-16967
Jyothsna Konisa [Wed, 14 Jul 2021 22:51:54 +0000 (15:51 -0700)]
Cassandra diff should accept a provided job_id for retrying diffs
Patch by Jyothsna Konisa; reviewed by Dinesh Joshi, Yifan Cai for CASSANDRA-16968
Yifan Cai [Tue, 11 May 2021 22:31:53 +0000 (15:31 -0700)]
Improve metadata exception handling
Patch by Yifan Cai; reviewed by Marcus Eriksson, Dinesh Joshi for CASSANDRA-16211
Jyothsna Konisa [Fri, 29 Jan 2021 18:40:35 +0000 (10:40 -0800)]
Always quote names in cql queries
Patch by Jyothsna Konisa; reviewed by Marcus Eriksson, Yifan Cai for CASSANDRA-16224
Yifan Cai [Wed, 16 Sep 2020 05:39:56 +0000 (22:39 -0700)]
Allow optional query retry
Patch by Yifan Cai; reviewed by marcuse for CASSANDRA-16125
Yifan Cai [Mon, 24 Aug 2020 18:48:40 +0000 (11:48 -0700)]
Distinguish partition error source cluster
- Wraps client error with ClusterSourcedException to distinguish the error source.
- Stores `error_source text` in the error details table in metadata.
Yifan Cai [Fri, 17 Jul 2020 03:40:40 +0000 (20:40 -0700)]
Support auto discover user tables for comparison
Patch by Yifan Cai; reviewed by Sam Tunnicliffe for CASSANDRA-15953
closes #10
Yifan Cai [Fri, 15 May 2020 20:57:48 +0000 (13:57 -0700)]
Support running diff on multiple keyspaces
Patch by Yifan Cai; reviewed by marcuse for CASSANDRA-15807
closes #8
mck [Sat, 16 May 2020 08:17:13 +0000 (10:17 +0200)]
Add .asf.yml fixing where MLs notifications are sent to.
ref:
- https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
- https://lists.apache.org/thread.html/r2c5a4158218dab3b84c97877d38f0df1cbd54da9b0c337bca63a99ca%40%3Cdev.cassandra.apache.org%3E
patch by Mick Semb Wever; reviewed by Yifan Cai
Yifan Cai [Tue, 14 Apr 2020 06:30:56 +0000 (23:30 -0700)]
Enrich error message on request exceptions (#7)
Yifan Cai [Tue, 24 Mar 2020 17:12:27 +0000 (10:12 -0700)]
Support registering preJob and postJob hooks (#6)
Doug Rohrer [Tue, 7 Jan 2020 19:58:09 +0000 (14:58 -0500)]
Allow diff tool to run in-jvm multiple times, and resolve some conflicting shading
closes #4
Marcus Eriksson [Mon, 13 Jan 2020 12:24:51 +0000 (13:24 +0100)]
publish a separate uberjar with the spark job and guava relocated (#5)
Michael Shuler [Thu, 3 Oct 2019 19:31:57 +0000 (14:31 -0500)]
Add Apache License 2.0 to repository
Marcus Eriksson [Wed, 4 Sep 2019 19:12:01 +0000 (21:12 +0200)]
add parent pom and doc how to do a release (#2)
* add parent pom and doc how to do a release
* add scm connection and release plugin version
Marcus Eriksson [Tue, 27 Aug 2019 13:14:54 +0000 (15:14 +0200)]
add github actions pull request verification (#1)
Marcus Eriksson [Wed, 21 Aug 2019 06:58:27 +0000 (08:58 +0200)]
initial commit
Co-authored-by: Bhaskar Muppana <mbhaskar@apple.com>
Co-authored-by: Jeff Jirsa <jjirsa@apple.com>
Co-authored-by: Marcus Eriksson <marcuse@apache.org>
Co-authored-by: Michael Kjellman <kjellman@apple.com>
Co-authored-by: Nate McCall <zznate.m@gmail.com>
Co-authored-by: Sam Tunnicliffe <sam@beobal.com>