Will Berkeley has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/11869 )

Change subject: [compaction] KUDU-1400: Improve rowset compaction policy to 
consider merging small DRSs
......................................................................


Patch Set 3:

> I'm not sure about the kudu-tool-test failure. TSAN reports a
 > deadlock on a rowset's compact_flush_lock

It's not a deadlock. Instead, the test flushes many rowsets and, as expected, 
the new rowset compaction wants to compact them. There end up being so many to 
compact at once (60+) that taking all the rowsets compact_flush_locks overflows 
the fixed (64) size of an array that the TSAN code uses as part of tracking 
lock acquisitions and their order.


--
To view, visit http://gerrit.cloudera.org:8080/11869
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I7b421c6ed77d28ebab9b91a4d6fcb1e825997e6c
Gerrit-Change-Number: 11869
Gerrit-PatchSet: 3
Gerrit-Owner: Will Berkeley <wdberke...@gmail.com>
Gerrit-Reviewer: Adar Dembo <a...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <aser...@cloudera.com>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: Todd Lipcon <t...@apache.org>
Gerrit-Reviewer: Will Berkeley <wdberke...@gmail.com>
Gerrit-Comment-Date: Mon, 05 Nov 2018 23:02:33 +0000
Gerrit-HasComments: No

Reply via email to