Skip to content

Commit

Permalink
fix flink
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Dec 31, 2024
1 parent e2de372 commit 7dc3531
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public FlinkTransportClientFactory(
TransportContext context, List<TransportClientBootstrap> bootstraps, int bufferSizeBytes) {
super(context, bootstraps);
bufferSuppliers = JavaUtils.newConcurrentHashMap();
this.pooledAllocator = new UnpooledByteBufAllocator(true);
this.allocator = new UnpooledByteBufAllocator(true);
this.bufferSizeBytes = bufferSizeBytes;
}

Expand Down

0 comments on commit 7dc3531

Please sign in to comment.