20 Collaborator |
Brandon Williams , Sam Tunnicliffe , Benjamin Lerer , Eric Evans , Štefan Miklošovič , Caleb Rackliffe , Alex Petrov , Josh McKenzie , David Capwell , Andrés de la Peña , Yifan Cai , Jon Meredith , Dinesh Joshi , Jacek Lewandowski , Francisco Guerrero , Abe Ratnofsky , Bernardo Botella , Jyothsna Konisa , Maulin Vasavada , Francisco Guerrero Hernandez |
12 Patch |
4 Review |
c6d7d070c59d81db8949683d3e5670b909efb48c,
43ec1843918aba9e81d3c2dc1433a1ef4740a51f,
a805e3267572a86dc731df509f0540fc85e08b78,
f77e6cd3a020f3ad777c6bd36973ca084a978f1f,
f5dc9a1c1e27ac5ea0cb972ceaf68d5993804d6f,
45f4f8c1e89e4b221b569ff3bd3e78675eff7747,
ffc4c89c3df7ad0ae73ebefdcb7e15a2790c0a52,
f1c1694e4329a1f6dba8b978edaed4312e235116,
c96131035b309dcc8d716fb0a57ff9d46a8c5042,
e399dea95916646acde6770ced18fedcc5359913,
5459c121d5d688ec1571dd72550bd6faaeb087eb,
50b7094278241f389d3b0b49b02e893fd4322b12 |
c853efffa8b173a3afe1b966456bb77db5a68883,
9131be9fa53e27b7e3bc332b613e00b73e9fffef,
fe025c7f79e76d99e0db347518a7872fd4a114bc,
016dd6ca376ac1080bba9a1e2a6fe1d4b037e751 |
a805e3267572a86dc731df509f0540fc85e08b78 | Author: Doug Rohrer <doug@therohrers.org>
| 2022-09-21 15:12:12-04:00
Move Schema.FORCE_LOAD_KEYSPACES and Schema.FORCE_LOAD_KEYSPACES_PROP to CassandraRelevantProps
patch by Doug Rohrer; reviewed by Brandon Williams and Jacek Lewandowski for CASSANDRA-17783
f77e6cd3a020f3ad777c6bd36973ca084a978f1f | Author: Josh McKenzie <jmckenzie@apache.org>
| 2022-09-08 13:09:57-04:00
Remove usage of deprecated javax certificate class
Patch by Doug Rohrer; reviewed by Jyothsna Konisa, Francisco Guerrero Hernandez, Josh McKenzie, and Caleb Rackliffe for CASSANDRA-17867
Co-authored-by: Doug Rohrer <drohrer@apple.com>
Co-authored-by: Josh McKenzie <jmckenzie@apache.org>
f5dc9a1c1e27ac5ea0cb972ceaf68d5993804d6f | Author: Brandon Williams <brandonwilliams@apache.org>
| 2022-08-10 08:19:50-05:00
Set default FD in DD client initialization
Patch by Doug Rohrer; reviewed by brandonwilliams and maedhroz for
CASSANDRA-17782
45f4f8c1e89e4b221b569ff3bd3e78675eff7747 | Author: Josh McKenzie <jmckenzie@apache.org>
| 2022-08-02 14:30:06-04:00
Users of NativeLibrary should handle lack of JNA appropriately when running in client mode
Patch by Doug Rohrer; reviewd by Josh McKenzie and Caleb Rackliffe for CASSANDRA-17794
Co-authored-by: Doug Rohrer <drohrer@apple.com>
Co-authored-by: Josh McKenzie <jmckenzie@apache.org>
ffc4c89c3df7ad0ae73ebefdcb7e15a2790c0a52 | Author: Doug Rohrer <drohrer@apple.com>
| 2022-05-17 15:09:16-04:00
Fix issue where frozen maps may not be serialized in the correct order
patch by Doug Rohrer, Francisco Guerrero and Yifan Cai; reviewed by Andrés de la Peña and Caleb Rackliffe for CASSANDRA-17623
Co-authored-by: Doug Rohrer <drohrer@apple.com>
Co-authored-by: Francisco Guerrero <frank.guerrero@gmail.com>
Co-authored-by: Yifan Cai <ycai@apache.org>
e399dea95916646acde6770ced18fedcc5359913 | Author: Doug Rohrer <doug@therohrers.org>
| 2021-07-30 11:53:17+02:00
Handle properly UnsatisfiedLinkError in NativeLibrary#getProcessID()
patch by Doug Rohrer; reviewed by Benjamin Lerer and David Capwell for
CASSANDRA-16578
5459c121d5d688ec1571dd72550bd6faaeb087eb | Author: Doug Rohrer <drohrer@apple.com>
| 2019-11-18 11:39:45-05:00
Support NodeTool in dtest
patch by Doug Rohrer and Yifan Cai; reviewed by David Capwell
and Dinesh Joshi for CASSANDRA-15429
Co-Authored-By: Doug Rohrer <drohrer@apple.com>
Co-Authored-By: Yifan Cai <yifan_cai@apple.com>
50b7094278241f389d3b0b49b02e893fd4322b12 | Author: Doug Rohrer <drohrer@apple.com>
| 2019-10-14 13:42:35-04:00
Add client testing capabilities to in-jvm tests
Patch by Doug Rohrer, reviewed by Alex Petrov for CASSANDRA-15347.
Co-authored-by: Alex Petrov <oleksandr.petrov@gmail.com>