Description
First, FanOutOneBlockAsyncDFSOutput can not work if the buffered data is larger than PacketReceiver.MAX_PACKET_SIZE(16MB).
Second, since we only allow one block here, we need to make sure we do not exceed the block size after writing a large chunk of data.
Attachments
Attachments
Issue Links
- blocks
-
HBASE-15536 Make AsyncFSWAL as our default WAL
- Closed