mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 04:59:51 +08:00
feature:oceanbase plugin add direct path support
This commit is contained in:
parent
8478f7a212
commit
91e599b076
@ -343,7 +343,9 @@ public class ConcurrentTableWriterTask extends CommonRdbmsWriter.Task {
|
|||||||
print();
|
print();
|
||||||
checkMemStore();
|
checkMemStore();
|
||||||
}
|
}
|
||||||
concurrentWriter.doCommit();
|
if (directPath){
|
||||||
|
concurrentWriter.doCommit();
|
||||||
|
}
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
LOG.warn("Concurrent table writer wait task finish interrupt");
|
LOG.warn("Concurrent table writer wait task finish interrupt");
|
||||||
} finally {
|
} finally {
|
||||||
|
Loading…
Reference in New Issue
Block a user