Adar Dembo created KUDU-2732:
--------------------------------
Summary: ClusterVerifier no longer does a checksum scan when it
runs ksck
Key: KUDU-2732
URL: https://issues.apache.org/jira/browse/KUDU-2732
Project: Kudu
Issue Type: Bug
Components: test
Affects Versions: 1.8.0
Reporter: Adar Dembo
This appears to be a side effect of [this
commit|https://github.com/apache/kudu/commit/0355d373a744b0109f56058cefc0c6dd0f862044];
by changing {{ClusterVerifier::RunKsck}} to call {{ksck->RunAndPrintResults}}
instead of the list of individual ksck steps, not only is {{checksum_options_}}
effectively ignored, but the ksck run no longer does a checksum scan unless the
test in question explicitly sets {{--checksum_scan}}.
ClusterVerifier is used in a lot of tests which presumably did care about
checksumming the data, so we should probably restore it. At the very least, we
should remove {{checksum_options_}} since it's no longer in real use.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)