Hello Alexey Serbin, Kudu Jenkins, Bankim Bhavsar,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/17787
to look at the new patch set (#3).
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
---
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(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/87/17787/3
--
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: newpatchset
Gerrit-Change-Id: Iabd9fe33f9fa21f62b513d7607bf62b6fce6bb59
Gerrit-Change-Number: 17787
Gerrit-PatchSet: 3
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)