27 Collaborator |
Brandon Williams , Mick Semb Wever , Štefan Miklošovič , Berenguer Blasi , Ekaterina Dimitrova , Benjamin Lerer , Josh McKenzie , Marcus Eriksson , Adam Holmberg , Alex Petrov , Dinesh Joshi , Caleb Rackliffe , Jacek Lewandowski , Yifan Cai , Jon Meredith , Jon Haddad , Andy Tolbert , Abe Ratnofsky , Patrick Bannister , michaelsembwever , kamlesh-ghoradkar , dritfx , claudenw , Stephen Mallette , Kamlesh Ghoradkar , Justin Chu , Claude Warren, Jr |
6 Patch |
29 Review |
3409e5d9b341de2114d6410225922843539d4172,
91bcbb28733437a7a5fedb16984d4de2fa70b049,
3409e5d9b341de2114d6410225922843539d4172,
4b3f07fc74089151efeff7a8fdfa9c414a1f0d6a,
038271cc6f0dda7ca45dd3a4c52fcfd23daa2107,
51e762c5dbe63ac5bdd853945ce6462772e59820 |
ebddf7792411d1fdd62666e99cb89174ccaf630c,
cb71f2395896d29fd1f7d248cf48c69cb12c0411,
8abbfc1fc5244e5686de0d04a1f71a004204030f,
b2b1b46486ac0f9c3e5293aa1f6a3dd821278f8f,
f7b3317379dc13aa62eb442741423a3300f0f8c6,
4e0fccc3ed1fded5ad72dfdfcad37a5ccdfc9a24,
bf9a1d487b9ba469e8d740cf7d1cd419535a7e79,
fe0e04c2319afab958b3da83e7b54c84bced9dc2,
c51a7c66fc21ca2da08b89ae5f9b4817ee4d8c23,
7637acc3d762047f2a478855eb4d239b4f314cd8,
919a8964a83511d96766c3e53ba603e77bca626c,
83e1e9e45193322f18f57aa7cc4ad31d9d5a152d,
00c22232d96b6e592fb1d1f32a6b649b49eceb34,
58f5301e78d7f7adbbe4b3c6d0528b1bcb4c27bc,
592cbeaab09e7e959dfaea591d4afe7c1613e3db,
85f113bce38278653ffca5139cd7871aee7fe786,
1e27ffc6aded5b54b0207b114b154cffbc64dda5,
5bb4bab12f8edfef95ed13cbabf8c0f377986065,
44ace88585f2aefc322465ed6b6f6ad5bfd5bb34,
c44dfab9b5b62820d70aba062ba3c9b9117912db,
ad16aa17637b144d114ffc8022aa24b4e98d6a21,
6a45728b089f431338d907d135df909aac9aacae,
a3258d66bcc9f946304c19d59e75d2721126303e,
a0af091a5cbceeaa2b8f724b1790b61ef512b033,
cb71f2395896d29fd1f7d248cf48c69cb12c0411,
0700d795bcc4d79c3f2e52872ac865fa735917d8,
ed62641748fbea4c98d16ea4fe386450475fdac9,
bf9a1d487b9ba469e8d740cf7d1cd419535a7e79,
28cb8fbc19c72488f2baa5decaed8bab8c5d0dd5 |
fe0e04c2319afab958b3da83e7b54c84bced9dc2 | Author: Jacek Lewandowski <lewandowski.jacek@gmail.com>
| 2023-04-25 15:33:48+02:00
Fix sstable formats configuration
- refactored sstable format configuration
- sstable formats are discovered via ServiceLoader
- options configuration for sstable formats can be included in yaml
- yaml may include selected sstable format and version (version is not yet supported)
- auto saved caches refactored - they include additional metadata component which contains necessary mappings
patch by Jacek Lewandowski; reviewed by David Capwell for CASSANDRA-18441
85f113bce38278653ffca5139cd7871aee7fe786 | Author: Claude Warren, Jr <claude.warren@aiven.io>
| 2022-08-19 07:42:25+01:00
Add pull request template and modify README to include Jira and mailing list link
patch by claudenw; reviewed by dritfx, dcapwell, josh-mckenzie, michaelsembwever and smiklosovic for CASSANDRA-17837
3409e5d9b341de2114d6410225922843539d4172 | Author: David Capwell <dcapwell@apache.org>
| 2022-04-22 18:35:26-07:00
Enhance SnakeYAML properties to be reusable outside of YAML parsing, support camel case conversion to snake case, and add support to ignore properties
patch by David Capwell; reviewed by Caleb Rackliffe, Stefan Miklosovic for CASSANDRA-17166
3409e5d9b341de2114d6410225922843539d4172 | Author: David Capwell <dcapwell@apache.org>
| 2022-04-22 18:35:26-07:00
Enhance SnakeYAML properties to be reusable outside of YAML parsing, support camel case conversion to snake case, and add support to ignore properties
patch by David Capwell; reviewed by Caleb Rackliffe, Stefan Miklosovic for CASSANDRA-17166
c51a7c66fc21ca2da08b89ae5f9b4817ee4d8c23 | Author: Ekaterina Dimitrova <ekaterina.dimitrova@datastax.com>
| 2022-02-05 17:15:18-05:00
Bulk change of units around the code to support the move to the new configuration framework
patch by Ekaterina Dimitrova; reviewed by Caleb Rackliffe, David Capwell, Michael Semb Wever and Benjamin Lerer for CASSANDRA-15234
a3258d66bcc9f946304c19d59e75d2721126303e | Author: Ekaterina Dimitrova <ekaterina.dimitrova@datastax.com>
| 2022-02-01 17:14:17-05:00
Transfer parameters to the newly introduced configuration framework (1)
patch by Ekaterina Dimitrova; reviewed by Caleb Rackliffe, David Capwell, Michael Semb Wever and Benjamin Lerer for CASSANDRA-15234
5bb4bab12f8edfef95ed13cbabf8c0f377986065 | Author: Ekaterina Dimitrova <ekaterina.dimitrova@datastax.com>
| 2022-01-31 21:51:49-05:00
DataRate parameters transition to the new framework
Fix the DB descriptorRefTest which failed on the previous commit
patch by Ekaterina Dimitrova; reviewed by Caleb Rackliffe, David Capwell, Michael Semb Wever and Benjamin Lerer for CASSANDRA-15234
44ace88585f2aefc322465ed6b6f6ad5bfd5bb34 | Author: Ekaterina Dimitrova <ekaterina.dimitrova@datastax.com>
| 2021-11-15 17:30:45-05:00
internode_send_buff_size_in_bytes and internode_recv_buff_size_in_bytes have new names. Backward compatibility with the old names added
patch by Ekaterina Dimitrova; reviewed by David Capwell for CASSANDRA-17141
a0af091a5cbceeaa2b8f724b1790b61ef512b033 | Author: kamlesh-ghoradkar <>
| 2021-06-01 12:46:55-04:00
CQL shell should prefer newer TLS version by default
patch by Kamlesh Ghoradkar; reviewed by Ekaterina Dimitrova, Adam Holmberg, David Capwell, Justin Chu and Brandon Williamms for CASSANDRA-16695
51e762c5dbe63ac5bdd853945ce6462772e59820 | Author: David Capwell <dcapwell@apache.org>
| 2021-04-07 11:12:37-07:00
When behind a firewall trunk is not buildable, need to allow overriding URLs
patch by David Capwell; reviewed by Brandon Williams, Jon Meredith, Michael Semb Wever for CASSANDRA-16563
919a8964a83511d96766c3e53ba603e77bca626c | Author: Jon Meredith <jmeredithco@apple.com>
| 2020-12-02 15:33:36-08:00
Bring back the accepted encryption protocols list as configurable option
patch by Jon Meredith; reviewed by Berenguer Blasi, David Capwell, Dinesh Joshi for CASSANDRA-13325
91bcbb28733437a7a5fedb16984d4de2fa70b049 | Author: David Capwell <dcapwell@apache.org>
| 2020-09-15 15:16:39-07:00
Add a new jmxtool which can dump what JMX objects exist and diff
patch by David Capwell, Stephen Mallette; reviewed by Berenguer Blasi, Jon Meredith for CASSANDRA-16082
00c22232d96b6e592fb1d1f32a6b649b49eceb34 | Author: Stefan Miklosovic <stefan.miklosovic@instaclustr.com>
| 2020-08-17 19:05:26+02:00
FQL replay should have options to ignore DDL statements
Patch by Stefan Miklosovic; reviewed by David Capwell and Marcus Eriksson
for CASSANDRA-16039
28cb8fbc19c72488f2baa5decaed8bab8c5d0dd5 | Author: mck <mck@apache.org>
| 2020-04-30 18:22:19+02:00
Generate Jenkins Test Results Report in plaintext
The cassandra-test-report.sh script delegates to a docker image that has the saxonb-xslt and html2text tools available.
(Using xslt inside of ant, ie with xalan, wasn't practical due to the size of the test xml report)
patch by Mick Semb Wever; reviewed by David Capwell for CASSANDRA-1572
ed62641748fbea4c98d16ea4fe386450475fdac9 | Author: Mick Semb Wever <mck@apache.org>
| 2020-04-29 21:07:33+02:00
Use different package names for the cqlsh-tests matrix values, so final aggregated test reports are distinguished
patch by Mick Semb Wever; reviewed by David Capwell for CASSANDRA-15729