mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 04:40:54 +08:00
update selectdbwriter plugin
This commit is contained in:
parent
921d96b621
commit
fcc6594854
@ -169,7 +169,7 @@ public class SelectdbWriterManager {
|
|||||||
startScheduler();
|
startScheduler();
|
||||||
break;
|
break;
|
||||||
} catch (Exception e) {
|
} 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()) {
|
if (i >= options.getMaxRetries()) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user