Description
If you try to cache a block that's >=2GB, the DN will silently fail to cache it since MappedByteBuffer uses a signed int to represent size. Blocks this large are rare, but we should log or alert the user somehow.
If you try to cache a block that's >=2GB, the DN will silently fail to cache it since MappedByteBuffer uses a signed int to represent size. Blocks this large are rare, but we should log or alert the user somehow.