update selectdbwriter plugin

This commit is contained in:
caoliang 2022-12-29 10:17:14 +08:00
parent 921d96b621
commit fcc6594854

View File

@ -169,7 +169,7 @@ public class SelectdbWriterManager {
startScheduler();
break;
} catch (Exception e) {
LOG.warn("Failed to flush batch data to Doris, retry times = {}", i, e);
LOG.warn("Failed to flush batch data to selectdb, retry times = {}", i, e);
if (i >= options.getMaxRetries()) {
throw new RuntimeException(e);
}