reswqa commented on code in PR #21122:
URL: https://github.com/apache/flink/pull/21122#discussion_r1005162433


##########
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/hybrid/HsFileDataManager.java:
##########
@@ -153,14 +153,18 @@ public synchronized void run() {
 
     /** This method only called by result partition to create 
subpartitionFileReader. */
     public HsDataView registerNewSubpartition(
-            int subpartitionId, HsSubpartitionViewInternalOperations 
operation) throws IOException {
+            int subpartitionId,

Review Comment:
   Rename `HsSubpartitionView ` to `HsSubpartitionConsumer`, 
`HsSubpartitionViewInternalOperations ` to 
`HsSubpartitionConsumerInternalOperations `, `HsSubpartitionMemoryDataConsumer` 
to `HsSubpartitionConsumerMemoryDataManager`.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to