Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.0
Description
XceiverServerRatis.java:438
final int pendingRequestsByteLimit = (int)conf.getStorageSize( OzoneConfigKeys.DFS_CONTAINER_RATIS_LEADER_PENDING_BYTES_LIMIT, OzoneConfigKeys.DFS_CONTAINER_RATIS_LEADER_PENDING_BYTES_LIMIT_DEFAULT, StorageUnit.BYTES);
because of int limitation, the limit can not be set beyond 2 GB.
Attachments
Attachments
Issue Links
- links to