Shashikant Banerjee created HDDS-5283:
-----------------------------------------

             Summary: Pending Requeest on datanode ratis server can not be set 
beyond 2 GB
                 Key: HDDS-5283
                 URL: https://issues.apache.org/jira/browse/HDDS-5283
             Project: Apache Ozone
          Issue Type: Bug
          Components: Ozone Datanode
    Affects Versions: 1.2.0
            Reporter: Shashikant Banerjee
            Assignee: Sadanand Shenoy
             Fix For: 1.2.0


XceiverServerRatis.java:438
{code:java}
 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);
{code}
because of int limitation, the limit can not be set beyond 2 GB.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to