mirror of https://github.com/apache/druid.git
modify comment
This commit is contained in:
parent
595ad7d21d
commit
3172383e56
|
@ -298,7 +298,7 @@ public class RealtimePlumber implements Plumber
|
|||
);
|
||||
}
|
||||
|
||||
// Submits persist-n-merge task for a Sink to the persistExecutor
|
||||
// Submits persist-n-merge task for a Sink to the mergeExecutor
|
||||
private void persistAndMerge(final long truncatedTime, final Sink sink)
|
||||
{
|
||||
final String threadName = String.format(
|
||||
|
|
Loading…
Reference in New Issue