sunhaibotb commented on a change in pull request #8811: [FLINK-12777][network]
Support CheckpointBarrierHandler in StreamTwoInputSelectableProcessor
URL: https://github.com/apache/flink/pull/8811#discussion_r297559886
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/BufferSpiller.java
##########
@@ -91,14 +92,27 @@
/** The number of bytes written since the last roll over. */
private long bytesWritten;
+ @VisibleForTesting
+ BufferSpiller(IOManager ioManager, int pageSize) throws IOException {
Review comment:
It's the same problem as CachedBufferStorage(int pageSize).
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services