WencongLiu commented on code in PR #22316:
URL: https://github.com/apache/flink/pull/22316#discussion_r1184919001
##########
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/hybrid/tiered/storage/TieredStorageConsumerClient.java:
##########
@@ -32,6 +34,8 @@ public class TieredStorageConsumerClient implements
SingleInputGateBufferReaderA
private final TieredStoreSubpartitionConsumerClient[]
tieredStoreSubpartitionReaders;
+ private final LocalTierFactory localTierFactory = new LocalTierFactory();
Review Comment:
All TierAgents are created in TierFactories.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]