You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Bharat Viswanadham (Jira)" <ji...@apache.org> on 2021/06/01 06:08:00 UTC

[jira] [Commented] (HDDS-5283) Pending Requeest on datanode ratis server can not be set beyond 2 GB

    [ https://issues.apache.org/jira/browse/HDDS-5283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17354825#comment-17354825 ] 

Bharat Viswanadham commented on HDDS-5283:
------------------------------------------

There are few other places in code in OzoneManagerRatisServer, XceiverServerRatis, Client. Can you take care of those also in this? 
Screenshot referring the usage.
!Screen Shot 2021-06-01 at 11.35.52 AM.png! 



> 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
>            Priority: Major
>             Fix For: 1.2.0
>
>         Attachments: Screen Shot 2021-06-01 at 11.35.52 AM.png
>
>
> 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: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org