Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
SegmentBufferWriter throws an ISE when it detects that a too big segment is about to be flushed. The ISE contains some details about the segment, like the amount of referenced segments, the amount of records, they payload length and the total length, but they are insufficient. SegmentBufferWriter should print a hex dump of the segment to the logger in order to speed up the debugging of this error condition.
Attachments
Attachments
Issue Links
- relates to
-
OAK-7721 Records of specific size bring SegmentBufferWriter#flush to fail
- Closed