Andrew Wong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17787 )
Change subject: [fuzz-itest] add WAL GCs ...................................................................... [fuzz-itest] add WAL GCs In the past we've had bugs that only surface when WALs were GCed. Additionally, implementing certain changes to the tablet key-value store typically must also account for being able to correctly bootstrap from the WALs. To facilitate testing such changes, this patch adds a WAL GC op to the fuzz test. This also adds a bytes equivalent of the --log_segment_size_mb flag, to speed up the generation of WAL segments. I had to add some error handling to allow writes to collide with the destruction of the server. Change-Id: Iabd9fe33f9fa21f62b513d7607bf62b6fce6bb59 Reviewed-on: http://gerrit.cloudera.org:8080/17787 Tested-by: Andrew Wong <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/consensus/consensus_queue.cc M src/kudu/consensus/log.cc M src/kudu/integration-tests/fuzz-itest.cc 3 files changed, 36 insertions(+), 2 deletions(-) Approvals: Andrew Wong: Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/17787 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Iabd9fe33f9fa21f62b513d7607bf62b6fce6bb59 Gerrit-Change-Number: 17787 Gerrit-PatchSet: 5 Gerrit-Owner: Andrew Wong <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Bankim Bhavsar <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
