remove comment that is no longer relevant
This commit is contained in:
parent
6ea2b9d263
commit
30127d6ed4
|
@ -698,8 +698,6 @@ public class RobinEngine extends AbstractIndexShardComponent implements Engine {
|
|||
throw new FlushNotAllowedEngineException(shardId, "Already flushing...");
|
||||
}
|
||||
|
||||
// We can't do prepareCommit here, since we rely on the the segment version for the translog version
|
||||
|
||||
try {
|
||||
|
||||
if (flush.full()) {
|
||||
|
|
Loading…
Reference in New Issue