475c0035e6e04526eaf50805d33156ac9b828ab6 | Author: Isaac Reath <ireath@bloomberg.net> | 2024-01-05 12:57:21-05:00 [CASSANDRA-18999] Gossiper::hasMajorVersion3Nodes returns true when a cluster is upgrading patch version without Cassandra 3 nodes. This commit fixes Gossiper::hasMajorVersion3Nodes so that it does not return true when all hosts have a known version, no hosts are on a version earlier than 4.0, and there is a 4.x minor version or patch version upgrade in progress. Additionally, this commit improves the clarity of Gossiper::hasMajorVersion3Nodes's name to indicate that it will return true when the cluster has 3.x nodes or if the cluster state is unknown, matching the description in the in-line comment. patch by Isaac Reath; reviewed by Paulo Motta and Stefan Miklosovic for CASSANDRA-18999 Closes #2967
e1355d72386d74d18baaf19fe93fdef91a7aa8b3 | Author: Stefan Miklosovic <smiklosovic@apache.org> | 2023-11-15 22:02:04+01:00 Set default disk_access_mode to mmap_index_only patch by Stefan Miklosovic; reviewed by Paulo Motta, Caleb Rackliffe, Brandon Williams for CASSANDRA-19021
1a5302608f3506c4940fa170976336081ddd4a88 | Author: Jon Meredith <jonmeredith@apache.org> | 2023-04-26 13:40:45-06:00 Test Failure: HintsDisabledTest.testHintedHandoffDisabled patch by Jon Meredith; reviewed by Paulo Motta for CASSANDRA-18482
6f401a872584f7bceb12e3fcb1927287da687e7d | Author: Stefan Miklosovic <smiklosovic@apache.org> | 2023-03-27 09:30:00+02:00 Return snapshots with dots in their name in nodetool listsnapshots patch by Stefan Miklosovic; reviewed by Paulo Motta for CASSANDRA-18371
fc9efd6357fb4255174689b3c107b897254a7d2f | Author: maxwellguo <cclive1601@gmail.com> | 2023-03-09 11:18:14+08:00 Add virtual table system_views.snapshots patch by Maxwell Guo; reviewed by Stefan Miklosovic and Paulo Motta for CASSANDRA-18102 Co-authored-by: Stefan Miklosovic <smiklosovic@apache.org>
7c2f97cd29486196b50c65a093e92b0fcd9789d9 | Author: Paulo Motta <paulo@apache.org> | 2023-03-06 18:17:32-05:00 Do not submit hints when hinted_handoff_enabled=false - Remove dead WriteCallbackInfo code Patch by Paulo Motta, Aleksey Yeschenko; Reviewed by Stefan Miklosovic, Claude Warren for CASSANDRA-18304 Co-authored-by: Aleksey Yeschenko <aleksey@apache.org>
1528798a5bb36187cf2b952b5b5a8b0982d262fb | Author: yziadeh <yziadeh@bloomberg.net> | 2023-01-03 16:11:06-05:00 Add tests for CQL and cqlsh quote escaping Patch by Yaman Ziadeh; Reviewed by Paulo Motta and Brandom Williams for CASSANDRA-15458
1528798a5bb36187cf2b952b5b5a8b0982d262fb | Author: yziadeh <yziadeh@bloomberg.net> | 2023-01-03 16:11:06-05:00 Add tests for CQL and cqlsh quote escaping Patch by Yaman Ziadeh; Reviewed by Paulo Motta and Brandom Williams for CASSANDRA-15458
035705f49464a4854482e1f1280a7af45f7f0203 | Author: williamvietnguyen <williamvnguyen2@gmail.com> | 2022-12-21 11:10:35-08:00 Print friendly error when nodetool attempts to connect to uninitialized server Patch by William Nguyen; Reviewed by Paulo Motta, Brandon Williams for CASSANDRA-11537
8bb9c72f582de6bcc39522ba9ade91fd5bc22f67 | Author: lzurovchak1 <lzurovchak1@bloomberg.net> | 2022-12-21 13:34:18-05:00 Add safeguard so cleanup fails when node has pending ranges Patch by Lindsey Zurovchak; Reviewed by Paulo Motta, Stefan Miklosovic for CASSANDRA-16418 Closes #2061
872e34c2d613a43b2c2be75efa016b6943bf87ad | Author: Stefan Miklosovic <smiklosovic@apache.org> | 2022-08-15 13:56:58+02:00 add --older-than and --older-than-timestamp options for nodetool clearsnapshot patch by Stefan Miklosovic; reviewed by Paulo Motta for CASSANDRA-16860
1ee5df02b1f98cf38f126d47a7f3fb153f790d52 | Author: Paulo Motta <paulo@apache.org> | 2022-08-14 21:00:04-03:00 Fix flakiness of testAutoSnapshotTTlOnDropAfterRestart Patch by Paulo Motta; Reviewed by Caleb Rackliffe and Andrés de la Peña for CASSANDRA-17804
1e2b60821327c158cba1c11d98eea68531178893 | Author: Stefan Miklosovic <smiklosovic@apache.org> | 2022-08-11 16:39:04+02:00 Prevent a user from manually removing ephemeral snapshots patch by Stefan Miklosovic; reviewed by Paulo Motta for CASSANDRA-17757
55f094a6d2c288b74e6ea86edaa7c45cd494c208 | Author: Stefan Miklosovic <smiklosovic@apache.org> | 2022-06-24 12:42:12+02:00 Remove ephemeral snapshot marker file and introduce a flag to SnapshotManifest patch by Stefan Miklosovic; reviewed by Paulo Motta for CASSANDRA-16911
a604c0d4defb50ffdf7f66c3ac372eb14f39ba3b | Author: Paulo Motta <paulo@apache.org> | 2022-05-10 12:23:36-03:00 Remove expired snapshots of dropped tables after restart Patch by Paulo Motta; reviewed by Stefan Miklosovic for CASSANDRA-17619 Co-authored-by: Stefan Miklosovic <smiklosovic@apache.org>
7741eacc546f80fe4324c7821fcf2c029f64b1f9 | Author: Paulo Motta <paulo@apache.org> | 2022-04-29 20:20:19-03:00 Add auto_snapshot_ttl configuration Patch by Paulo Motta; Reviewed by Stefan Miklosovic for CASSANDRA-16790 Co-authored-by: fibersel <0583463@gmail.com>
31aa17a2a3b18bdda723123cad811f075287807d | Author: Paulo Motta <paulo@apache.org> | 2022-04-28 19:03:03-03:00 List snapshots of dropped tables Patch by Paulo Motta; Reviewed by Stefan Miklosovic and Brandon Williams or CASSANDRA-16843
95a622305722889c321204c4bca68a3517a29aab | Author: Paulo Motta <paulo@apache.org> | 2022-03-14 17:17:37-03:00 Fix snapshot true size calculation Patch by Paulo Motta; Reviewed by Brandon Williams and Benjamin Lerer for CASSANDRA-17267
8def4fd7fb5fd73cb06e66381c3de3b99e397f07 | Author: Stefan Miklosovic <smiklosovic@apache.org> | 2022-03-03 16:21:11+01:00 dropping of a materialized view creates a snapshot with dropped- prefix patch by Stefan Miklosovic; reviewed by Paulo Motta for CASSANDRA-17415
e87a1e0c0a19c64ed2edc2d340c0f8af16776e2c | Author: David Capwell <dcapwell@apache.org> | 2022-03-01 13:15:18-08:00 Expose streaming as a vtable patch by David Capwell; reviewed by Dinesh Joshi, Paulo Motta for CASSANDRA-17390
eac9d925621dc1757ac88ac7160dc0b2bd3e0015 | Author: Stefan Miklosovic <smiklosovic@apache.org> | 2022-02-18 14:40:08+01:00 make startup checks configurable patch by Stefan Miklosovic; reviewed by Paulo Motta for CASSANDRA-17220
c420d754d8571120e58b2fe4838c766d26169d7d | Author: tejavadali <kvadali1@bloomberg.net> | 2021-12-12 22:31:15+05:30 CASSANDRA-16308: Add droppable tombstone metrics to nodetool tablestats patch by Krishna Vadali; reviewed by Paulo Motta and Brandon Williams for CASSANDRA-16308 Closes #1359
9b291f18abfc62ab45e725effe75a8ceb9163760 | Author: Kanthi Subramanian <subkanthi@gmail.com> | 2021-12-05 13:07:54-05:00 Add startup check for read_ahead_kb setting Patch by Kanthi Subramanian; Reviewed by Paulo Motta and Brandon Williams for CASSANDRA-16436 Closes #1354
7c89cade286fa122bf347f9b8660370e57afb5fa | Author: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com> | 2021-10-26 18:28:03+01:00 Test write failures in multi-DC setup patch by Aleksandr Sorokoumov; reviewed by Andrés de la Peña and Paulo Motta for CASSANDRA-16334
e86ae7fbe52c95747d69f7d78b6da6fbd34bd48d | Author: Stefan Miklosovic <smiklosovic@apache.org> | 2021-09-08 15:40:55+02:00 make creation timestamp consistent for all tables of a snapshot patch by Stefan Miklosovic; reviewed by Paulo Motta and Aleksei Zotov for CASSANDRA-16920
ad249424814836bd00f47931258ad58bfefb24fd | Author: Abi Palagashvili <0583463@gmail.com> | 2021-06-08 00:23:39+03:00 Add TTL support to nodetool snapshots Patch by Abi Palagashvili; Reviewed by Paulo Motta and Stefan Miklosovic for CASSANDRA-16789 Co-authored-by: Paulo Motta <pauloricardomg@gmail.com> Co-authored-by: Stefan Miklosovic <smiklosovic@apache.org> Closes #1046
148f57ef8051adfa15d1fefff5edff2709f0c75b | Author: fibersel <0583463@gmail.com> | 2021-05-27 02:49:56+03:00 dtest for setting hostId upon node startup patch by Abi Palagashvili; reviewed by Stefan Miklosovic and Paulo Motta for CASSANDRA-14582
5879813db7e5c9485a393cf79473b77be38ad5b3 | Author: David Capwell <dcapwell@apache.org> | 2020-12-15 12:11:02-08:00 Cannot replace_address /X because it doesn't exist in gossip patch by David Capwell; reviewed by Brandon Williams, Jon Meredith, Paulo Motta, Sam Tunnicliffe for CASSANDRA-16213
2346ed8241022882e77433e283ab8ce3004d12b0 | Author: Mick Semb Wever <mck@apache.org> | 2020-12-02 09:34:28+01:00 Offline token allocation strategy generator tool Provides the tools/bin/generate-tokens script that can be used to pregenerate allocation strategy tokens. Refactors TokenAllocation for extensibility (and better re-use between strategies), and adds OfflineTokenAllocator. TokenMetadata now has a configurable snitch (instead of hardcoded to DatabaseDescriptor.getEndpointSnitch()) for testability. Adds logging of growth and stddev changes to allocate_tokens_for_local_replication_factor usages. patch by Mick Semb Wever; reviewed by Paul Motta, Ekaterina Dimitrova for CASSANDRA-16205
7ba3bdd88cce56c0bf33b3288e2de3a9a241b5c4 | Author: Mick Semb Wever <mck@apache.org> | 2020-11-15 17:14:15+01:00 Use the token allocation strategy generator tool for 4.0 vnode clusters, from CASSANDRA-16205 patch by Mick Semb Wever; reviewed by Adam Holmberg, Paulo Motta for CASSANDRA-16079
6e6846892a5d7ec2feaf2c35d380ed5975d09517 | Author: Stefan Miklosovic <smiklosovic@apache.org> | 2020-11-05 11:17:02+01:00 Fix sstable loading of keyspaces named snapshots or backups Patch by Stefan Miklosovic; Reviewed by Paulo Motta for CASSANDRA-14013 Co-authored-by: Paulo Motta <paulo@apache.org>
7d6debb5f3572682a069513ea9c85ee19e5d59b1 | Author: Adam Holmberg <adam.holmberg@datastax.com> | 2020-09-24 16:31:34-05:00 Fix duplicate ttl overflow policy tests Patch by Adam Holmberg, reviewed by paulo and brandonwilliams for CASSANDRA-16145
3cfc8502b82ba88da6ffc69fdad476f7fa0819ca | Author: Jeremy Hanna <jeromatron@gmail.com> | 2020-07-07 13:19:55+10:00 Updated default num_tokens from 256 to 16 with associated allocate_tokens_for_local_replication_factor set to 3 patch by Jeremy Hanna; reviewed by Alexander Dejanovski, Paulo Motta, Brandon Williams, Michael Semb Wever for CASSANDRA-13701
503bc9af4ce21956f0b50ab124d7ea39a31f78c9 | Author: Jaroslaw Grabowski <jaroslaw.grabowski@datastax.com> | 2020-05-26 14:45:07+02:00 add bloom filter false ratio tests Patch by Jaroslaw Grabowski, reviewed by brandonwilliams and paulo for CASSANDRA-15834 Verifies if BloomFilterFalseRatio takes into account true negatives. Without this fix, the following scenario (many reads for non-existing rows) would yield BloomFilterFalseRatio=1.0. With the fix we assume it should be less then the default bloom_filter_fp_chance.
eb2c549940baf0e30a8c07ea51fe4a1d828ca3ac | Author: Paulo Motta <pauloricardomg@gmail.com> | 2019-08-23 09:06:45-03:00 ninja: fix build error on LegacyLayoutTest
7bb88deb4c6387fd67114543986774c903860de9 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2018-06-07 07:47:21-03:00 ninja: Fix bad CASSANDRA-13698 merge from 3.0 to 3.11
f165e72bf19e8d12457b8f569517012628513d24 | Author: Paulo Motta <paulo@apache.org> | 2018-04-17 15:47:29-03:00 Fix speculative retry parsing on non-english default Locale Patch by Paulo Motta; Reviewed by Aleksey Yeschenko for CASSANDRA-14374
5b9e985474e696a83d23e7cf4bedaf360cdb1eaf | Author: Zhao Yang <zhaoyangsingapore@gmail.com> | 2018-03-15 11:47:54+08:00 Handle static and partition deletion properly on ThrottledUnfilteredIterator Patch by Zhao Yang; Reviewed by Paulo Motta for CASSANDRA-14315
8fa87f63dec7dd636473b620071d264893a19df8 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2018-02-21 20:16:41-03:00 Add test for CASSANDRA-14251
b8fb29a6ba1304010ac78df3cecba6ab2fece4cd | Author: Lerh Chuan Low <lerh@instaclustr.com> | 2018-02-09 11:14:12-08:00 Re-examine commented out Compactions and AntiCompactionsTest Patch by Lerh Chuan Low; Reviewed by Paulo Motta for CASSANDRA-13698
b2949439ec62077128103540e42570238520f4ee | Author: Paulo Motta <pauloricardomg@gmail.com> | 2018-02-01 04:01:28-02:00 Protect against overflow of local expiration time Patch by Paulo Motta; Reviewed by Sam Tunnicliffe for CASSANDRA-14092
781c4ecdf67bb63f508e8af70599b45b896c28ae | Author: Paulo Motta <pauloricardomg@gmail.com> | 2018-01-26 19:16:48-02:00 Add tests for CASSANDRA-14092: properly handle overflow of localExpirationTime
b4a12292f6e10d0742027da056b61638ff4cfb28 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2018-01-21 21:22:07-02:00 Fix flaky view builder tests (#14159)
3a4b5d98e60f0087508df26dd75ab24c032c7760 | Author: Marcus Eriksson <marcuse@apache.org> | 2018-01-18 16:27:08+01:00 increase ttl to make sure self.update_view does not take longer than the ttl Patch by marcuse; reviewed by Paulo Motta for CASSANDRA-14148
af2e55eae12a26acc07ce52d8f8c617b77bb4156 | Author: Marcus Eriksson <marcuse@apache.org> | 2018-01-16 10:45:24+01:00 cant add DC before it has any nodes, also need to run queries at LOCAL_ONE to make sure we dont read from dc1. And to get the data to dc2 we need to run rebuild Patch by marcuse; reviewed by Paulo Motta for CASSANDRA-14023
35e6d61361e699908d73c277da7d9ac3390f6e5d | Author: dimitarndimitrov <dmtrndmtrv@gmail.com> | 2017-12-06 00:53:00+02:00 Fix race that prevents submitting compaction for a table when executor is full Patch by Dimitar Dimitrov; Reviewed by Paulo Motta for CASSANDRA-13801
88b244a1380c44d36861b6d0be9c78c968d292c2 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2017-12-01 10:13:59+11:00 ninja: fix bad #14079 merge (Fix AbstractCompactionStrategyTest TableMetadataRef -> TableMetadata)
9337ca316a24a2a08f3c19cec2170ca1db80976b | Author: Paulo Motta <pauloricardomg@gmail.com> | 2017-12-01 03:37:47+11:00 Avoid invalidating disk boundaries unnecessarily Patch by Paulo Motta; Reviewed by Marcus Eriksson for CASSANDRA-14083
25e46f05294fd42c111f2f1d5881082d97c572ea | Author: Paulo Motta <pauloricardomg@gmail.com> | 2017-11-30 23:14:34+11:00 Reload compaction strategies when disk boundaries are invalidated Patch by Paulo Motta; Reviewed by Marcus Eriksson for CASSANDRA-13948
3d2a6cc738d87d30cca8d747305a5899ccf3712d | Author: Paulo Motta <pauloricardomg@gmail.com> | 2017-11-29 08:34:40+11:00 Add test for disk balance during replace
461af5b9a6f58b6ed3db78a879840816b906cac8 | Author: Zhao Yang <zhaoyangsingapore@gmail.com> | 2017-11-28 12:03:25+08:00 Fix updating base table rows with TTL not removing materialized view entries Patch by Zhao Yang; Reviewed by Paulo Motta for CASSANDRA-14071
c253ed4fa7b7b5667879bb41be09fe9658224c4e | Author: Paulo Motta <pauloricardomg@gmail.com> | 2017-11-25 01:55:35+11:00 Prevent compaction strategies from looping indefinitely Patch by Paulo Motta; Reviewed by Marcus Eriksson for CASSANDRA-14079
debe3780a4694c978f2516e565e071782dc7b2c8 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2017-10-31 14:28:48+11:00 Add test for CASSANDRA-13948
14e46e462cfee15cd06419ee81eb6d9571b6805e | Author: Marcus Eriksson <marcuse@apache.org> | 2017-10-27 14:27:36+02:00 Cache disk boundaries Patch by marcuse; reviewed by Paulo Motta for CASSANDRA-13215
6ea3964d18b54b4e23b6e7ebf63ca42080e8404b | Author: Jason Brown <jasedbrown@gmail.com> | 2017-09-28 06:39:24-07:00 Add dtest for repairing wide rows patch by jasobrown, reviewed by Paulo Motta for CASSANDRA-13899
51e6f2446e71c8bd2ce89480b7d30d5b9ed1546e | Author: Zhao Yang <zhaoyangsingapore@gmail.com> | 2017-09-22 17:04:05+08:00 Fix missing original update in TriggerExecutor Patch by Jason Stack; Reviewed by Paulo Motta for CASSANDRA-13894
68bdf45477417c97fa6ed3840eee39b8390fd678 | Author: Zhao Yang <zhaoyangsingapore@gmail.com> | 2017-09-19 18:35:24+08:00 Handle limit correctly on tables with strict liveness Patch by Zhao Yang; Reviewed by Paulo Motta for CASSANDRA-13883
425880ffb2e6bd5aeaa509fdbfa553db58b74c43 | Author: Zhao Yang <zhaoyangsingapore@gmail.com> | 2017-08-25 17:55:22+08:00 Revert CASSANDRA-10368 of support non-pk base column filtering on MV due to correctness Patch by Zhao Yang; Reviewed by Paulo Motta for CASSANDRA-13798
c39a85c3e7b2869ef3fffafe1380362d6469919d | Author: Paulo Motta <pauloricardomg@gmail.com> | 2017-08-24 00:55:12-05:00 Add tests for CASSANDRA-13069
8ef71f3f29fb040cce18ba158ff5f289b388c30b | Author: Zhao Yang <zhaoyangsingapore@gmail.com> | 2017-08-11 13:04:28+08:00 Throttle base partitions during MV repair streaming to prevent OOM Patch by Zhao Yang; Reviewed by Paulo Motta for CASSANDRA-13299
59058a001c07974420c7299aa5741741f1bc6ba3 | Author: Andrés de la Peña <a.penya.garcia@gmail.com> | 2017-07-31 12:24:24+01:00 Update materialized views tests to CASSANDRA-12245 patch by Andres de la Peña; reviewed by Paulo Motta for CASSANDRA-12245
1b36740ebe66b8ed4c3d6cb64eb2419a9279dfbf | Author: Zhao Yang <zhaoyangsingapore@gmail.com> | 2017-07-12 17:49:38+08:00 Fix outstanding MV timestamp issues and add documentation about unsupported cases (see CASSANDRA-11500 for a summary of fixes) This patch introduces the following changes to fix MV timestamp issues: - Add strict liveness for view with non-key base column in pk - Deprecated shadowable tombstone and use expired livenessInfo instead - Include partition deletion for existing base row - Disallow dropping base column with MV Patch by Zhao Yang and Paulo Motta; reviewed by Paulo Motta for CASSANDRA-11500
4c80eeece37d79f434078224a0504400ae10a20d | Author: Andrés de la Peña <a.penya.garcia@gmail.com> | 2017-07-09 14:42:14+01:00 Parallelize initial materialized view build patch by Andres de la Peña; reviewed by Paulo Motta for CASSANDRA-12245
679c31718b709f5619bba80eeb6f388484b94c3c | Author: Andrés de la Peña <a.penya.garcia@gmail.com> | 2017-06-23 09:30:21+01:00 Improve secondary index (re)build failure and concurrency handling patch by Andres de la Peña; reviewed by Paulo Motta and Sergio Bossa for CASSANDRA-10130
2e24587b8c206eccca71ba7d93e7e0c75e718644 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2017-04-04 17:51:27-03:00 Restrict data dir for no_anticompaction_of_already_repaired_test
30820eacb9c565d06260031260910f020e16e83d | Author: Paulo Motta <pauloricardomg@gmail.com> | 2017-04-04 12:09:16-03:00 Disable compaction during PendingRepairTests Patch by Paulo Motta; Reviewed by Blake Eggleston for CASSANDRA-13224
be96c2840b0a6b269e22bde246b84e8ef4aeef69 | Author: T Jake Luciani <jake@apache.org> | 2017-04-03 13:56:04-04:00 Avoid filtering sstables based on generation when ViewBuilder restarts Patch by tjake; reviewed by Paulo Motta for CASSANDRA-13405
2f1ab4a4248ac24c890e195cd5714ca54510c19a | Author: T Jake Luciani <jake@apache.org> | 2017-04-03 13:56:04-04:00 Avoid filtering sstables based on generation when ViewBuilder restarts Patch by tjake; reviewed by Paulo Motta for CASSANDRA-13405
737aab2fac109a2f8d3c840bc01f8bf22ab5fbe1 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2017-03-30 19:43:58-03:00 Make simple_bootstrap_test_small_keepalive_period faster/predictable with byteman
cc26c8304b4d4312213a0175dcd5f1531e7934ad | Author: Yuki Morishita <yukim@apache.org> | 2017-03-17 15:04:28+09:00 Remove deprecated repair API patch by yukim; reviewed by Paulo Motta for CASSANDRA-11530
c794d2bed7ca1d10e13c4da08a3d45f5c755c1d8 | Author: brstgt <brstgt@googlemail.com> | 2017-02-28 13:36:16+01:00 Skip building views during base table streams on range movements patch by Benjamin Roth; reviewed by Paulo Motta for CASSANDRA-13065
aa2de0e7ceea83f332492d3867f66a35a1836b8a | Author: Paulo Motta <pauloricardomg@gmail.com> | 2017-02-09 17:34:51-02:00 Test system.size_estimates (CASSANDRA-9639)
1621808f7b52733bb0b550a22580e633ff20cfc3 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2017-01-15 23:00:11-02:00 Use decommission --force on hintedhandoff_decom_test
f70d8b95143e73ec2f5685507a99bfa75345734e | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-12-19 16:38:53-02:00 Only set jvm_args on base_replica_repair_with_contention_test (CASSANDRA-13056)
de6d20aadbfb7136975ab19eb132dd829bdf573f | Author: Paulo Motta <paulo@apache.org> | 2016-12-14 17:48:15-02:00 Add regression test for CASSANDRA-12905
7aad5ac74e868129007203a7564d602532ea1025 | Author: Paulo Motta <paulo@apache.org> | 2016-12-12 18:25:51-02:00 Choose protocol according to version on TestMaterializedViewsLockcontention
2256778726319fb76b6d85c4a47a957116c78147 | Author: tommy stendahl <tommy.stendahl@ericsson.com> | 2016-11-15 14:52:57+01:00 Add parent repair session id to anticompaction log message Patch by Tommy Stendahl; Reviewed by Paulo Motta for CASSANDRA-12186
a6e6ca3f2e6c6a89c1e6afc3b475074b7f4b4280 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-11-14 18:50:48-02:00 Add tests to fail participants during repair (CASSANDRA-12901)
c7f164d74979b338c1e3a741d9a71489b7b4e7fb | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-11-14 11:11:17-02:00 Add bootstrap test with SSL (CASSANDRA-12903)
e9639ec55807c498d72c69d3b9791fe2bda8c0a0 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-10-05 15:02:42-03:00 Remove @known_failure annotation from restart_failed_replace_test (CASSANDRA-12656)
d668ed2035998c1d5f68a095f724dae8a3a218fe | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-09-21 11:30:53-03:00 Add simple test to build MV with wide partition
58b2fbd760cc3b21252afa455f99d77c909e7a76 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-09-19 20:08:44-03:00 Tests for CASSANDRA-11670
8af61ac311b8b6e8bbff410f5f0e29bc73ca8daa | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-08-31 16:03:00-05:00 Add keep-alive to streaming patch by Paulo Motta; reviewed by Yuki Morishita for CASSANDRA-11841
c70ce6307da824529762ff40673642b6f86972aa | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-08-30 21:06:39-03:00 Fix merkle tree depth calculation Patch by Paulo Motta; Reviewed by Yuki Morishita for CASSANDRA-12580
a99fe79c37d4afc16b3f331b35b0c229ed768a22 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-08-29 16:02:53-03:00 Add test for CASSANDRA-12279
6eff0829d2b3fe8fcac6622971b66792a4e82fef | Author: Jérôme Mainaud <jerome@mainaud.com> | 2016-08-26 20:51:40-03:00 Enable repair -pr and -local together (fix regression of CASSANDRA-7450) Patch by Jérôme Mainaud; Reviewed by Paulo Motta for CASSANDRA-12522
17f624ec0544ddde8c63517d6151b4dbf19cc6a0 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-08-18 18:47:12-03:00 Add tests for CASSANDRA-8523
994f6c1027d068730a585c089afa874300b22bdd | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-08-18 13:13:32-03:00 Refactor replace_address_test
315356c1de7e4d7db5e0f159daebe9a528a8e04d | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-08-12 10:57:29-03:00 Wait 10s instead of 1s for connections to be closed on StreamingTransferTest
621bcebddcab80a0fa664cac88865d9ad32b2212 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-08-10 13:24:59-03:00 Fix race on crash_during_decommission_test (CASSANDRA-11611)
b29736c27acff3a62a1416a7c6cd7f77deb96b84 | Author: Geoffrey Yu <geoffrey_yu@apple.com> | 2016-08-04 13:40:14-07:00 Add support to one way targeted repair (pull-repair) Patch by Geoffrey Yu; Reviewed by Paulo Motta for CASSANDRA-9876
03985212644112d2751cdabc72bd954dda9ff3ba | Author: Yuki Morishita <yukim@apache.org> | 2016-08-03 09:34:27-05:00 Release sstables of failed stream sessions only when outgoing transfers are finished Patch by Paulo Motta; reviewed by Yuki Morishita for CASSANDRA-11345
40f13658c95679a84fba063cd8b83fdda701640f | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-08-02 21:01:03-03:00 Add test to reproduce CASSANDRA-12368
91f7387e1f785b18321777311a5c3416af0663c2 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-08-02 12:42:20-03:00 Only set broadcast_rpc_address on Ec2MultiRegionSnitch if it's not set Patch by Paulo Motta; reviewed by Tyler Hobbs for CASSANDRA-11356
d2344683d3100168940230768c27206af2d75d95 | Author: Stefania Alborghetti <stefania.alborghetti@datastax.com> | 2016-08-01 14:45:29+08:00 Fixed flacky SSTableRewriterTest: check file counts before calling validateCFS (CASSANDRA-12348) patch by Stefania Alborghetti; reviewed by Paulo Motta for CASSANDRA-12348
e89028d34c699916b8c94b52f4cb3e086d8b81c1 | Author: Stefania Alborghetti <stefania.alborghetti@datastax.com> | 2016-08-01 14:45:29+08:00 Fixed flacky SSTableRewriterTest: check file counts before calling validateCFS (CASSANDRA-12348) patch by Stefania Alborghetti; reviewed by Paulo Motta for CASSANDRA-12348
e1393ec54fa5525dd4bf5255d35c936be3a1c128 | Author: Jérôme Mainaud <jerome@mainaud.com> | 2016-07-26 16:59:27-03:00 Unify STDOUT and SYSTEMLOG logback format Patch by Jérôme Mainaud; Reviewed by Paulo Motta for CASSANDRA-12004
1a97ea690a279aa1ccbc88c1de311b24d3bfcf7f | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-07-26 10:50:26-03:00 Run cqlsh_tests.py:test_unicode_invalid_request_error for 2.2+ only (CASSANDRA-11895)
85822307e2d31f6a0770fb4ba060bc650a0a1e35 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-07-21 10:29:26+08:00 CASSANDRA-11850: Update test_refresh_schema_on_timeout_error after PYTHON-531 and PYTHON-303
6db39e723382c6c9583c66eabe4bf93458b26bd7 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-07-20 13:08:53-03:00 Update consistent bootstrap tests to support non-vnodes case (CASSANDRA-12235)
3e87a9e31af43167d4409cce74878aaf02210c6d | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-07-04 07:38:35-03:00 Minor update on resumable_bootstrap_test to fix CASSANDRA-11414
ea87e19b1b4497a034a7f4e500243e96b6fc52c0 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-06-29 10:16:21-03:00 ninja: remove flaky annotation from sstableloader_compression_none_to_snappy_test
b283b9b5c2f258c66faf2ab2b61fa54110e84672 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-06-29 08:32:15-03:00 Move repair_after_upgrade_test to upgrade_tests package
da2afbaccc7749eab07cd621cd0f60d61fbfa76a | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-06-29 08:30:18-03:00 Set dclocal_read_repair_chance when read_repair is specified on dtest.create_cf
2811f15bc9117fed4fb38de490d25d68df4e85b7 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-06-27 12:17:33-03:00 Remove finished incoming streaming connections from MessagingService patch by Paulo Motta; reviewed by Marcus Eriksson for CASSANDRA-11854
76e3100ffb106cab3cc665404e293c1026e5e65c | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-06-23 11:33:54-03:00 Fix hanging stream session by preventing CompressedStreamReader from blocking on IOException. Also removed retry support from streaming. Patch by Paulo Motta; Reviewed by Yuki Morishita for CASSANDRA-10992
0d8dc9a70a9c6646326a6fe14fd373cef8b6075e | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-06-22 18:14:47-03:00 Move sstableloader upgrade tests to upgrade_tests/storage_engine_upgrade_test.py
185a769995545e3a5a9175d01211faf788263db4 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-06-21 22:07:11-03:00 Add bootstrap tests to test keep-alive support (CASSANDRA-11841)
2f74831f4218142f6e118678a3c74c79c1f7e1ed | Author: Mahdi Mohammadi <mahdix@gmail.com> | 2016-06-15 11:43:27+02:00 Cache local ranges when calculating repair neighbors patch by Mahdi Mohammadi; reviewed by Paulo Motta for CASSANDRA-11933
fd893110d3b0702d07b8553c835aaffc90012170 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-06-14 23:39:15-03:00 Add sstableloader test with pre-3.0 sstables
0586d8505f63d35e3bef2f8623e6f5b593314d84 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-05-24 20:37:16-03:00 Tests to reproduce CASSANDRA-11848
5dc741497046c5c5b92ad2441db3865b90dc035e | Author: Marcus Eriksson <marcuse@apache.org> | 2016-05-20 10:37:34+02:00 Add ability to disable purgable tombstone check via startup flag Patch by marcuse; reviewed by Paulo Motta for CASSANDRA-11831
7e29ff22c031500cd35c214c575ec04b25a9c189 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-05-19 11:13:24-03:00 Add repair after upgrade dtest with pre-3.0 sstables
b851792c4e3ae32b8d863d9079cca6d135f1cf23 | Author: Yuki Morishita <yukim@apache.org> | 2016-05-18 17:03:39-05:00 Backport CASSANDRA-11578 patch by yukim; reviewed by Paulo Motta for CASSANDRA-11750
03180469d62930ef73946458719223c8b9bec245 | Author: Marcus Eriksson <marcuse@apache.org> | 2016-05-18 10:44:49+02:00 Fail parent repair session if repair coordinator dies Patch by marcuse; reviewed by Paulo Motta for CASSANDRA-11824
675591d1c55805c13db95692c78f5feb63538eb5 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-05-17 17:29:50-03:00 Avoid holding SSTableReaders for duration of incremental repair Patch by Paulo Motta; reviewed by Marcus Eriksson for CASSANDRA-11739
cc75de6912ca5d72b5465e69b2b571af11bde3d3 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-04-18 22:42:19-03:00 Validate levels when building LeveledScanner to avoid overlaps with orphaned sstables Patch by Paulo Motta; reviewed by marcuse for CASSANDRA-9935
209ebd380b641c4f065e9687186f546f8a50b242 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-04-18 18:44:07-03:00 Add unit test for CASSANDRA-11548 Patch by Paulo Motta; reviewed by Marcus Eriksson for CASSANDRA-11548
3557d2e05c8d1059562de2a91c1b33b4fcfcc6eb | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-04-05 16:58:06-03:00 Make deprecated repair methods backward-compatible with previous notification service patch by Paulo Motta; reviewed by Yuki Morishita for CASSANDRA-11430
26fd1965afc34adba3a11043c9084311d9ba408f | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-03-30 16:19:15-03:00 Add bootstrap test with -Dcassandra.write_survey and nodetool join
d68d2d2e363c4a94ca2c9034d2bf8f30b57fe7a3 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-03-24 10:25:33-03:00 Potential fix for CASSANDRA-11414
01ade0d4ba9121743de7738737aa87bc6d7912a9 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-03-14 19:58:59-03:00 Add regression test for CASSANDRA-11344
25dee7afe4ba142793847d52c4c867efff3cec95 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-03-08 16:28:25-03:00 Set streaming_socket_timeout_in_ms on flaky resumable bootstrap tests
5bd6355e292e9a60f7216c1fd8becb24632af311 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-03-08 16:26:28-03:00 Remove skipped range check on resumable_bootstrap_test (CASSANDRA-11286)
c662259fe9e1e25e10e58eb1146de80c53e69867 | Author: Yuki Morishita <yukim@apache.org> | 2016-02-16 12:45:36-06:00 Use canonical path for directory in SSTable descriptor patch by yukim; reviewed by Paulo Motta for CASSANDRA-10587
128d144c0d22238a9045cc697daf880452be974b | Author: Stefan Podkowinski <stefan.podkowinski@1und1.de> | 2016-02-11 15:00:24+01:00 cqlsh: Add local timezone support to cqlsh patch by Stefan Podkowinski; reviewed by Paulo Motta for CASSANDRA-10397
81ffa524bdab35dcd62947fcff1599f5f707d202 | Author: Stefania Alborghetti <stefania.alborghetti@datastax.com> | 2016-02-08 09:43:23+08:00 test_timestamp_output in the cqlshlib tests is failing Patch by Stefania Alborghetti; reviewed by Paulo Motta for CASSANDRA-11135
e8651b6625c7f6260852f2a9c45fb189c63ab528 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-02-05 12:38:39-03:00 Support streaming of older version sstables in 3.0 patch by Paulo Motta; reviewed by Yuki Morishita for CASSANDRA-10990
626eb76dfd09dbc7e8a301abd193b734741ce519 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-01-28 04:32:43-02:00 Add bootstrap tests with pre-3.0 sstables
ee9e38b7dc20a3b98e5a68904be35d727ed9c09c | Author: anubhavkale <anubhavk@microsoft.com> | 2016-01-19 12:56:29-08:00 Add --skip-flush option to nodetool snapshot patch by anubhavkale; reviewed by pauloricardomg for CASSANDRA-10907
58a0079c391d12dab97e036f05be070dfaddcc95 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-01-15 12:04:32-06:00 Revert CASSANDRA-10012 and add more loggings patch by Paulo Motta; reviewed by yukim for CASSANDRA-10961
9079b437d3b80dd82e62647a5a66305bc0079f3a | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-01-14 07:06:33-03:00 Add test to reproduce CASSANDRA-11010
582bdba4b201e6ab8e2a9a05cff3566f1bab9dce | Author: Paulo Motta <pauloricardomg@gmail.com> | 2016-01-13 12:51:17-06:00 Fix error streaming section more than 2GB patch by Paulo Motta; reviewed by yukim for CASSANDRA-10961
85b8d02aaebae25fa430b3d036058323a42c8e4e | Author: Stefania Alborghetti <stefania.alborghetti@datastax.com> | 2016-01-06 12:12:12+01:00 Match cassandra-loader options in COPY FROM (3.2 version) patch by Stefania; reviewed by pauloricardomg for CASSANDRA-9303
f288387917fd787f8476c2bca7dfb9d7892c24e8 | Author: Stefania Alborghetti <stefania.alborghetti@datastax.com> | 2016-01-06 12:12:12+01:00 Match cassandra-loader options in COPY FROM (3.0 version) patch by Stefania; reviewed by pauloricardomg for CASSANDRA-9303
202cf9b0bed8bbff41318f1f10043aabf3a7cd4d | Author: Stefania Alborghetti <stefania.alborghetti@datastax.com> | 2016-01-06 12:10:13+01:00 Match cassandra-loader options in COPY FROM (2.2 version) patch by Stefania; reviewed by pauloricardomg for CASSANDRA-9303
b4e3e085bcac4b56b09228557ca9106028807be3 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-12-25 13:38:33-08:00 Disable PerfDisableSharedMem in jvm.options instead of cassandra-env
0b4fb10d110f118ea5e22f80912ad361ee9a6862 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-12-22 06:32:18-08:00 Fix for CASSANDRA-10686
0e63000c3fd0029e5b620a7923ea2ac54771e8e9 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-12-18 20:33:21-06:00 Reduce heap spent when receiving many SSTables patch by Paulo Motta; reviewed by yukim for CASSANDRA-10797
c9ef25fd81501005b6484baf064081efc557f3f4 | Author: anubhavkale <anubhavk@microsoft.com> | 2015-12-15 21:39:16-08:00 Add latency logging for dropped messages Patch by akale; reviewed by pmotta for CASSANDRA-10580
7dd6b7de28aebf65e24fadf25d7e3d9809fd479c | Author: Stefania Alborghetti <stefania.alborghetti@datastax.com> | 2015-12-04 13:21:35+01:00 Fix 2 cqlshlib tests patch by Stefania; reviewed by pauloricardomg for CASSANDRA-10799
1b81ad19d33710bfa1724262f76cd3cd8114b162 | Author: Stefania <stefania.alborghetti@datastax.com> | 2015-12-01 13:52:09-05:00 Fix completion problems in cqlsh Patch by stefania; reviewed by pmotta for CASSANDRA-10753
7650fc196341bd673626054593f2ce6e895d7783 | Author: Stefania <stefania.alborghetti@datastax.com> | 2015-11-27 13:49:15+01:00 Warn or fail when changing cluster topology live patch by Stefania; reviewed by Paulo Motta for CASSANDRA-10243
b7ea5c91d18a27b9e81bc7f41fcb858f4f337bea | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-11-26 13:50:49-08:00 Add GossipingPropertyFileSnitch test for CASSANDRA-9749
94c361d1a7a63490f1b66f5b10e02579516c5eae | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-11-26 13:00:20-08:00 Add property to allow listening on broadcast_address (CASSANDRA-9748) patch by pauloricardomg; reviewed by aweisberg for CASSANDRA-9748
c184e8c14b28eddc20cbdd098f5e47d1ed832898 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-11-25 14:50:31-08:00 Avoid MV race during node decommission Patch by Paulo Motta; reviewed by Joel Knighton for CASSANDRA-10674
8b9a9161caf678bfe2ead7aa970fc6b607372c42 | Author: Chris Moos <chris@chrismoos.com> | 2015-11-23 12:31:24-06:00 Fix CompressedInputStream for proper cleanup patch by Chris Moos and yukim; reviewed by Paulo Motta for CASSANDRA-10012
a018bcb7d7ae74f9fa3f33cce2f0cc0deed6a442 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-11-18 16:00:36-08:00 Establish bootstrap stream sessions sequentially patch by Paulo Motta; reviewed by yukim for CASSANDRA-6992
9dd2b5ea0f842eb465ad38ac98f9dd987ba6b7d2 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-11-16 15:48:20-02:00 Fix cqlshlib tests on Windows patch by Paulo Motta; reviewed by Jim Witschey for CASSANDRA-10541
e291382fd00e4c7fc9258116885267515da3c49c | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-11-13 09:46:57-05:00 Fix missing host ID on hinted handoff write Patch by pauloricardomg; reviewed by aweisberg for CASSANDRA-10485
1c3ff9242a0bfc5c544c69f68ee7b17a464a5ab3 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-11-11 13:26:22-06:00 Invalidate row/counter cache after stream receive task is completed patch by Paulo Motta; reviewed by yukim for CASSANDRA-10341
318000b6d61b490f8bece112006cdd294a026837 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-11-10 13:30:43-02:00 Fix flappy incremental_repair_test on Windows (CASSANDRA-10644)
8385bb639ad8a6a86393a05813fd9b0b45876a2e | Author: Yuki Morishita <yukim@apache.org> | 2015-11-09 23:01:31-06:00 Create compression chunk when sending file only patch by yukim; reviewed by Paulo Motta for CASSANDRA-10680
0a20574f0af27ad0c26958b8b0a3bfe9d3bdb963 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-11-06 00:06:41-05:00 Skip unsupported 2.1 batch upgrade tests on Win
f658b06cf7f4bc7eef319a676a8ed58bc1782c53 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-11-05 21:36:23+00:00 Fix secondary_indexes_test after driver API update
3683a7d685f27b66e8f8ee2d4efb864d7171c516 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-11-05 11:48:46-08:00 Update repair tests with driver API changes
0b91410a29c11949cca14fe7e64924ff4fac930b | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-11-05 11:46:02-08:00 Set default session consistency level to ONE Driver changed default CL from ONE to LOCAL_QUORUM on https://github.com/datastax/python-driver/commit/97bf563b7ec30fed5a1158d815a352b0fbd75a55 This broke some tests that expect CL=ONE, so we override the default CL (which can still be overriden on a per-session basis)
a69c68993a90f1f7989aab900e1907b5239a5b1e | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-11-05 07:34:37-08:00 Fix auth tests after driver execution API update
09b41650a95c92b19049d471a95c64f76ab6081c | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-11-05 06:37:38-08:00 Fix cqlsh tests after metadata API changes
b5e809f6db00729bb4c35e5da23ab2cedfba78d1 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-10-29 11:59:24-07:00 Check that AssertionError is not thrown before join and after bootstrap
e71d7854f2d599618dd2c36ee7099f860058b496 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-10-28 07:07:34-07:00 Update cqlsh_test index ordering after 2.2 driver update
3674ad9dab8f29173d7d4ee82488a8e9ea586240 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-10-22 11:38:31-07:00 Reject counter writes in CQLSSTableWriter patch by Paulo Motta; reviewed by Aleksey Yeschenko for CASSANDRA-10258
0556fbfa595e07859f74f905779c42ee85575533 | Author: Ariel Weisberg <ariel.weisberg@datastax.com> | 2015-10-12 12:37:47-04:00 Fix TeeingAppender causing some logs to be truncated/empty patch by Ariel Weisberg; reviewed by Paulo Motta for CASSANDRA-10447
9898f52c7eadb601c2c9cebf21a4cc54ce9889ee | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-10-07 16:25:22-07:00 updated largecolumn_test to verify memory usage delta instead of total memory usage
0fe364cd07abeef50ac0eee6abfdaa14505023e2 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-10-07 16:25:22-07:00 updated largecolumn_test to verify memory usage delta instead of total memory usage
6ae46214e654c9e54d46b807d348585922f039ee | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-10-07 14:18:40-07:00 fixed version of largecolumn_test to 2.2
90fdea700bcb3c86fcc606050d9742f65e541ed5 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-10-07 14:18:40-07:00 fixed version of largecolumn_test to 2.2
ff9b6bb973db7f6ebe650d909d24dcf5aebcfae5 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-10-05 15:04:09-07:00 Improve json2sstable error reporting on nonexistent columns patch by Paulo Motta; reviewed by Ariel Weisberg for CASSANDRA-10401
9d3e627b2a5ce00154607ee5e93b539f96ffc9ca | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-09-17 13:32:03-03:00 added tests for verifying if crc_check_chance option is correctly migrated on upgrade to 3.0 (CASSANDRA-9839)
7ed6a99ce7dfbb899c14059cd72fd606211a1e78 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-09-17 13:31:29-03:00 upgraded @since annotation on upgrade_internal_auth_test.py from trunk to 3.0
cef22e7c230afa6d8795b8fdf75bf9fc45d9c7ed | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-09-17 13:12:24-03:00 added materialized view alter crc_check_chance test
ed0c26f71931bcc1285e350a73aa6f2c6db3a785 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-09-02 19:54:51-03:00 fix compression tests after crc_check_chance was moved out of compression options
e25453ba55d35cac802719c6fb906460f13a9c36 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-09-02 19:24:47-03:00 Moved crc_check_chance out of compression options Patch by Paulo Motta; reviewed by Sam Tunnicliffe for CASSANDRA-9839
966bea74bd031f92f953fa66bb1d6da3867b06b9 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-09-02 14:20:00-04:00 Fix SSTableLoaderTest on Windows Patch by pmotta; reviewed by jmckenzie for CASSANDRA-10210
66b0e1d7889d0858753c6e364e77d86fe278eee4 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-09-02 14:20:00-04:00 Fix SSTableLoaderTest on Windows Patch by pmotta; reviewed by jmckenzie for CASSANDRA-10210
64148493c2084a52db7da3a1902582b6384109dd | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-31 19:15:54-03:00 Added TestCqlsh.test_refresh_schema_on_timeout_error
55d63b1497206876d8d2f576f425be293ab3b877 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-28 18:27:49-03:00 Refactored commit log segment size tests (CASSANDRA-10098)
56ec3c86d7d1664dadca0038499b5e2c1828a7f6 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-28 15:52:24-04:00 Fix flaky CompactionsCQLTest Patch by pmotta; reviewed by jmckenzie for CASSANDRA-10223
e79bd2dfe9dc385a97f522ab8fca1ab042c852ac | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-28 15:48:20-03:00 Being more cautious with start and stop to avoid UnavailableException on repair_test.py
b678153cbbe1448c8f88c548dd67eb4edf68b207 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-27 19:07:16-03:00 Increased gc_grace_seconds of base table to 5s in materialized_views_test
ddbcfea52f566e2fd730b206c8521b8dc9e3fbe2 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-27 13:21:21-03:00 Ignoring errors before upgrade to 1.2 on Windows (CASSANDRA-10037)
5e38586788a82ee3d0414846df0eb0d408667a74 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-26 20:45:37-03:00 Fix schema_metadata_test regression for secondary indexes
fdf1bdf8c313ec667b0c4b5f00c772ddd8944aeb | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-26 19:18:54-03:00 removed watch_log_for timeout on test_commitlog_replay_on_startup
f32eac78892c834bade0d80a410d20d97f361b93 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-26 11:52:27-03:00 Fixed complex_repair_test and really_complex_repair_test (CASSANDRA-10171)
f73a2d25141c156ae45bbe8f0f31e95787b8e657 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-26 11:49:02-03:00 disabled hinted handoff on simple_repair_test and interrupt_build_process_test
06a053ddc928cb8a65c5ff6d1e83947f0bb81fc6 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-24 17:10:26-04:00 Fix NanoTimeTocurrentTimeMillisTest on Windows Patch by pmotta; reviewed by aweisberg for CASSANDRA-10139
20b1b73e4ed96e79eebc57f687f44cba2f604bae | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-24 13:37:11-03:00 Updated single_file_split_test to iterate over run_sstablesplit output instead of redirecting output to file
5a9d738f8fb8205a9c635c51d19dc6cfbf26f595 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-20 14:26:35-03:00 printing debug output on sstablesplit failure (sstablesplit_test.py)
f4918a057017fed47cdbbef688c2eef8c0e9e4b3 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-20 12:03:28-04:00 Fix testDateCompatibility on Windows Patch by pmotta; reviewed by jmckenzie for CASSANDRA-10034
598196b18afc4095b857884f66a8556fb86511ca | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-19 17:18:09-03:00 Increased TestCommitLog.small_compressed_segment_size_test error tolerance from 12% to 30%
92f68b3f827caa2642c1a9ea991123dd6697fb30 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-19 12:16:38-03:00 Setting memtable_heap_space_in_mb only on commit log segment size tests (fix for CASSANDRA-10100)
39681936161394c489820f13072256e47cdfb01f | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-19 10:24:29-03:00 removed semicollons from assertions.py
3630c705ddb8ead8169de826f46a282222c191ab | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-18 16:01:39-03:00 Increased TestCommitLog.small_segment_size_test error tolerance from 20% to 25% (CASSANDRA-10098)
a56da8588bfc06516cf8bae58f9bddc562eb96ee | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-18 13:22:45-03:00 Limiting cluster stream_throughput_outbound_megabits_per_sec on bootstrap_test.py:TestBootstrap.bootstrap_with_reset_bootstrap_state_test fails (fix for CASSANDRA-10097)
3e5faa11b2e00e288d4f4a1b3bd0d9abd72e28fb | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-13 22:18:19-03:00 added validation tests for gc_create_seconds on CREATE_MV, ALTER_MV and ALTER_TABLE
270928d9a8ca9239c440b7b503e8b56d203d34a3 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-13 22:18:19-03:00 added validation tests for gc_create_seconds on CREATE_MV, ALTER_MV and ALTER_TABLE
346c5c599a05c533f0cc69d5af5373c7f650bfea | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-13 22:00:29-03:00 tests for checking warning message on logged batches on tables with gc_grace_seconds = 0
e4766ad459dc19c2e5fa239aaf88c4749c63dc25 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-13 22:00:29-03:00 tests for checking warning message on logged batches on tables with gc_grace_seconds < 3h
76fbaf5ab97a3380dc32651275afd53cc52d821a | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-12 17:19:39-03:00 fix for CASSANDRA-10051
404e10c85eac2d0dbde49b195bee24b62c28c572 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-12 13:38:59-03:00 Added test_commitlog_replay_on_startup
67269f6992737f206e1257a83d33f7d7217cadbd | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-11 13:06:01-04:00 Fix KeyCacheTest on Windows (regression from 8099) Patch by pmotta; reviewed by jmckenzie for CASSANDRA-10033
2bed89563aa08da3769a17e3d8ebc851f5425882 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-10 23:18:43-03:00 minor fix for #10029
7715c076312c7f147a96eadac53b9876edf0ecab | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-10 19:13:20-03:00 Added authentication tests for materialized views (CASSANDRA-9927)
c645b1193444fdfae7ded2ce01bddc0de2813429 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-10 16:28:06-03:00 Extracted commit log failure policy tests from CommitLogTest to CommitLogFailurePolicyTest
3336d82ceeeadf177451165a112cf56c764f84a4 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-06 18:33:05-03:00 flushing before shutting down cluster on super_counter_test.py (CASSANDRA-9994)
b59e81560bb6b39a56ef9fb7b5499ff0962379c0 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-06 13:06:50-03:00 changed cqlsh_tests.TestCqlsh.test_eat_glass to specify utf-8 encoding
eb557001b408b63e788f8b5c85db72dbd199d902 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-06 12:05:38-03:00 Test retrieving dates in the far future and far past with cqlsh
fad0106c4e0ce0971a83723cde060c29d622d148 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-04 18:02:00-03:00 made incremental_repair_test.py:multiple_subsequent_repair_test less agressive (CASSANDRA-9983)
d4e59b518f8bba5b3ddba0f1ec38ee5227ee8a1e | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-01 00:18:30-03:00 fixed and optimized TestOfflineTools.sstablelevelreset_test
dea540efbfa0d90a3c6809f69b464b0025c5c88c | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-08-01 00:16:52-03:00 simplified and optimized TestOfflineTools.sstablelevelreset_test
e6e4a3dcdeb1b41268f7d051b4144b6d8e2a3158 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-07-30 20:35:03-03:00 added missing line to configuration_test.change_durable_writes_test (#9560)
67247a2e03d03cb358dc463cd6256bdabde95520 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-07-30 10:32:51-03:00 added tools.jar to jolokia classpath if $JAVA_HOME env var present on jmx dtests (#9901)
05d44bef38f8faa9e0514db4427f15db849fcea8 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-07-29 22:28:56-03:00 Using $JAVA_HOME to start jolokia agent (#9902)
b70f7ea0ce27b5defa0a7773d448732364e7aee0 | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-07-21 22:11:37-05:00 Remove repair snapshot leftover on startup patch by Paulo Motta; reviewed by yukim for CASSANDRA-7357
3b7934f1aa20d2210866afd9b88472e9cb1aed8d | Author: Paulo Motta <pauloricardomg@gmail.com> | 2015-07-13 19:35:50-03:00 Ensure commit log stop policy is enforced at startup patch by paulo; reviewed by benedict for CASSANDRA-8515
125b4642db63a37c560dec4615ea04662c6e45ef | Author: Paulo Motta <pauloricardomg@gmail.com> | 2014-09-17 09:46:52-05:00 Make repair -pr work with -local patch by Paulo Motta; reviewed by yukim for CASSANDRA-7450
c9cef44a1a6c10036200f410c8a26942e64c8f12 | Author: Sylvain Lebresne <sylvain@datastax.com> | 2014-06-26 10:40:22+02:00 Support Thrift tables clustering columns on CqlPagingInputFormat patch by pauloricardomg; reviewed by alexliu68 for CASSANDRA-7445
367c741931c2a20eb2213650313dc238e8b0f3aa | Author: Marcus Eriksson <marcuse@apache.org> | 2014-05-27 10:20:29+02:00 Add option to do more aggressive tombstone compaction. Patch by pauloricardomg; reviewed by marcuse for CASSANDRA-6563