HBASE-23145 Remove out-of-date comments in StoreFlusher.java (#709)

Signed-off-by: Viraj Jasani <virajjasani007@gmail.com>
This commit is contained in:
OlegPt 2019-10-12 02:23:56 +08:00 committed by Michael Stack
parent 38b06c7517
commit 473816d922
1 changed files with 0 additions and 3 deletions

View File

@ -127,9 +127,6 @@ abstract class StoreFlusher {
hasMore = scanner.next(kvs, scannerContext);
if (!kvs.isEmpty()) {
for (Cell c : kvs) {
// If we know that this KV is going to be included always, then let us
// set its memstoreTS to 0. This will help us save space when writing to
// disk.
sink.append(c);
if (control) {
throughputController.control(flushName, c.getSerializedSize());