21 Patch |
27cc2fc3e275f56f1fa1df7285c389d5491acc8c,
dc5337bf956ae26447cb8d1ca897512c969f5172,
fdcd0dff216d9e1ad242be1a7d5be3ef67044ac3,
2344e77c026f1ecfed4f9ba84dab21ede2cf5b26,
1a735f36b988157f1e7143852c4e3749649ee25d,
731dfda99249c9b64fca5fa258c6078bfbe040ac,
a4186ad83ec1c42c8b0086865f6da80408f9ece4,
23944afa4f435bb726c37e8cb10311e2e9bbd792,
ddd643ecc904258abe5e2f73d9b612793b0ac0e6,
42b4fd0f5c5e747d84631c45f040a0abf80a694f,
ca68b85ed157021923892df4ef0c210befde19b2,
41324f5ccaf1d9149240db8e7c1e0cd69d406e81,
e491ca84690514330bf22ad1657c43af10442fc7,
62534abb0b022249ec118c3cac647153d2754c05,
ede0115320a438dce9b5d19039782cacc0268a77,
884b3d1225692d652682fbfdd2d35b1d06000f2f,
9c5eb00b2f88dd63a40c21d4ff7b618b5d2c1457,
3ca3bd09c87d9ac147b0b2393d6ec758b6dd04a0,
d79455b19c3206129827058859d5bef74c523bb2,
4de2debdcab63443738d8da936db54e3195ed45f,
7a0ef9fe5b5c9341329c5067a6d0644342d89aa6 |
ddd643ecc904258abe5e2f73d9b612793b0ac0e6 | Author: Gianluca Righetto <gianluca@menttis.com>
| 2021-08-25 09:04:03-03:00
Fix MetricReporter serialization; Update example yaml configs for required props.
27cc2fc3e275f56f1fa1df7285c389d5491acc8c | Author: Gianluca Righetto <gianluca@menttis.com>
| 2021-04-19 13:42:56-03:00
Allow for setting buffer max capacity to increase it dynamically as needed
patch by Gianluca Righetto; reviewed by Berenguer Blasi, Ekaterina Dimitrova and Zhao Yang
for CASSANDRA-16524
dc5337bf956ae26447cb8d1ca897512c969f5172 | Author: Gianluca Righetto <gianluca@menttis.com>
| 2021-03-26 03:52:05-03:00
Removed synchronized modifier from StreamSession#onChannelClose to prevent deadlocking on flush
patch by Gianluca Righetto; reviewed by Ekaterina Dimitrova, Mick Semb Wever, Zhao Yang for CASSANDRA-15892
a4186ad83ec1c42c8b0086865f6da80408f9ece4 | Author: Gianluca Righetto <gianluca@menttis.com>
| 2021-03-22 03:40:43-03:00
Remove flaky annotation from `test_resumable_rebuild` and add ignore-log pattern.
patch by Gianluca Righetto; reviewed by Ekaterina Dimitrova, Mick Semb Wever, Zhao Yang for CASSANDRA-15892
9c5eb00b2f88dd63a40c21d4ff7b618b5d2c1457 | Author: Gianluca Righetto <gianluca@menttis.com>
| 2020-12-08 17:05:31-03:00
Fixed broken & missing props in example YAML; Added new example config for external cluster; Added run scripts to help with getting started; Fixed object mapping for `ApproximateMonotonicClockConfiguration`; Removed hardcoded configuration for in-JVM execution;
d79455b19c3206129827058859d5bef74c523bb2 | Author: Gianluca Righetto <gianluca@menttis.com>
| 2020-12-07 19:08:51-03:00
Temporarily disabled `ExhaustiveCheckerIntegrationTest#testDetectsOverwrittenRow`.
4de2debdcab63443738d8da936db54e3195ed45f | Author: Gianluca Righetto <gianluca@menttis.com>
| 2020-12-07 13:14:40-03:00
Allow for YAML-based configuration for execution against an external cluster; Build an uber jar for harry-integration-external.
7a0ef9fe5b5c9341329c5067a6d0644342d89aa6 | Author: Gianluca Righetto <gianluca@menttis.com>
| 2020-12-06 21:13:05-03:00
Removed harry-core dependency on the in in-jvm dtest libs (cassandra-dtest-shaded and dtest-api); Moved in-jvm tests to the harry-integration module; Created a new module: harry-integration-external for connections with external clusters.
23944afa4f435bb726c37e8cb10311e2e9bbd792 | Author: Gianluca Righetto <gianluca@menttis.com>
| 2020-07-21 11:31:31-03:00
Make TestSpeculativeReadRepair.test_speculative_data_request deterministic
Patch by Gianluca Righetto, reviewed by Bereguer Blasi and
brandonwilliams for CASSANDRA-15792
2344e77c026f1ecfed4f9ba84dab21ede2cf5b26 | Author: Gianluca Righetto <gianluca@menttis.com>
| 2020-04-09 18:55:10-03:00
Fixed race condition in MoveTest by waiting for stale endpoints to be evicted from membership before starting another test.
Patch by Gianluca Righetto, reviewed by brandonwilliams for CASSANDRA-15551.
731dfda99249c9b64fca5fa258c6078bfbe040ac | Author: Gianluca Righetto <gianluca@menttis.com>
| 2020-03-18 15:42:44-03:00
Fixed empty check in TrieMemIndex due to potential state inconsistency in ConcurrentSkipListMap
Patch by Gianluca Righetto, reviewed by Ekaterina Dimitrova and Zhao Yang for CASSANDRA-15526
1a735f36b988157f1e7143852c4e3749649ee25d | Author: Gianluca Righetto <gianluca@menttis.com>
| 2020-03-06 03:45:17-03:00
Fixed flakey test in SASIIndexTest by shutting down its ExecutorService
Patch by Gianluca Righetto, reviewed by Ekaterina Dimitrova and Zhao
Yang for CASSANDRA-15528