[Streaming] fix source loop (#9085)

This commit is contained in:
chaokunyang
2020-06-23 11:57:06 +08:00
committed by GitHub
parent 8f2564f1a6
commit acd765cb22
@@ -30,9 +30,7 @@ public class SourceStreamTask extends StreamTask {
public void run() {
LOG.info("Source stream task thread start.");
while (running) {
sourceProcessor.run();
}
sourceProcessor.run();
}
@Override