[
https://issues.apache.org/jira/browse/HDDS-5171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wangzhaohui updated HDDS-5171:
------------------------------
Description:
Now, when get all available reports, the max limit always Integer.MAX_VALUE,
maybe we can make it configurable.
{code:java}
public List<GeneratedMessage> getAllAvailableReports(
InetSocketAddress endpoint) {
return getReports(endpoint, Integer.MAX_VALUE);
}{code}
was:
{code:java}
public List<GeneratedMessage> getAllAvailableReports(
InetSocketAddress endpoint) {
return getReports(endpoint, Integer.MAX_VALUE);
}{code}
> Make the report max limit configurable
> --------------------------------------
>
> Key: HDDS-5171
> URL: https://issues.apache.org/jira/browse/HDDS-5171
> Project: Apache Ozone
> Issue Type: Improvement
> Reporter: wangzhaohui
> Assignee: wangzhaohui
> Priority: Major
>
> Now, when get all available reports, the max limit always Integer.MAX_VALUE,
> maybe we can make it configurable.
> {code:java}
> public List<GeneratedMessage> getAllAvailableReports(
> InetSocketAddress endpoint) {
> return getReports(endpoint, Integer.MAX_VALUE);
> }{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]