Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSimba committed Aug 7, 2024
1 parent 7ddb0ba commit c449f7c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,6 @@ public void run() {

/** execute stream load. */
public void load(String label, BatchRecordBuffer buffer) throws IOException {
try {
Thread.sleep(10000);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
if (enableGroupCommit) {
label = null;
}
Expand Down

0 comments on commit c449f7c

Please sign in to comment.