Commit 6cf3606a by qiuchaofei

删除停留1秒,再同步.

parent 7f6e0b7a
......@@ -2334,6 +2334,11 @@ public class MetadataServiceImpl implements IMetadataService {
while (statementResult.hasNext()){
logger.info("statementResult.next():"+statementResult.next());
}
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
e.printStackTrace();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment