Skip to content

Commit 31f1ea1

Browse files
author
dapeng
committed
fix compilie
1 parent a6634f7 commit 31f1ea1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tidb/tidb-side/tidb-async-side/src/main/java/com/dtstack/flink/sql/side/tidb/TidbAsyncReqRow.java

-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,5 @@ public void open(Configuration parameters) throws Exception {
7272
vo.setFileResolverCachingEnabled(false);
7373
Vertx vertx = Vertx.vertx(vo);
7474
setRdbSqlClient(JDBCClient.createNonShared(vertx, tidbClientConfig));
75-
setExecutor(new ThreadPoolExecutor(50, 50, 0, TimeUnit.MILLISECONDS,
76-
new LinkedBlockingQueue<>(10000), new DTThreadFactory("TidbAsyncExec"), new ThreadPoolExecutor.CallerRunsPolicy()));
7775
}
7876
}

0 commit comments

Comments
 (0)