Skip to content

Commit

Permalink
remove misleading comment
Browse files Browse the repository at this point in the history
Descriptions of the changes in this PR:

*Motivation*

ParallelRead is actually used internally at ledger recovery. It is used at production.

*Changes*

Removed misleading comment.




Reviewers: Enrico Olivelli <eolivelli@gmail.com>, Jia Zhai <None>

This closes apache#1671 from sijie/remove_misleading_comment
  • Loading branch information
sijie authored Dec 4, 2018
1 parent dce4fd4 commit b959f8f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ public ScheduledFuture<?> getSpeculativeTask() {
return speculativeTask;
}

// I don't think this is ever used in production code -Ivan
PendingReadOp parallelRead(boolean enabled) {
this.parallelRead = enabled;
return this;
Expand Down

0 comments on commit b959f8f

Please sign in to comment.