[ 
https://issues.apache.org/jira/browse/HDFS-16301?focusedWorklogId=677062&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-677062
 ]

ASF GitHub Bot logged work on HDFS-16301:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Nov/21 15:12
            Start Date: 05/Nov/21 15:12
    Worklog Time Spent: 10m 
      Work Description: jianghuazhu opened a new pull request #3622:
URL: https://github.com/apache/hadoop/pull/3622


   
   ### Description of PR
   In the BenchmarkThroughput#run() method, there is a local variable: SIZE. 
This variable is used in the local scope, and it may be more appropriate to 
change it to a lowercase name.
   This is the purpose of this PR.
   Details: HDFS-16301
   
   ### How was this patch tested?
   This is just the change of the variable name, which is not very stressful 
for the test.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 677062)
    Remaining Estimate: 0h
            Time Spent: 10m

> Improve BenchmarkThroughput#SIZE naming standardization
> -------------------------------------------------------
>
>                 Key: HDFS-16301
>                 URL: https://issues.apache.org/jira/browse/HDFS-16301
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: benchmarks, test
>    Affects Versions: 2.9.2
>            Reporter: JiangHua Zhu
>            Assignee: JiangHua Zhu
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> In the BenchmarkThroughput#run() method, there is a local variable: SIZE. 
> This variable is used in a local scope, and it may be more appropriate to 
> change it to a lowercase name.
> public int run(String[] args) throws IOException {
> ......
> long SIZE = conf.getLong("dfsthroughput.file.size",
>          10L * 1024 * 1024 * 1024);
> ......
> }



--
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