hgromer commented on PR #6370: URL: https://github.com/apache/hbase/pull/6370#issuecomment-2426798004
The spotbugs issues seems unrelated ``` Code | Warning -- | -- DMI | Random object created and used only once in org.apache.hadoop.hbase.util.LoadTestKVGenerator.getValueForRowColumn(int, byte[][]) | Bug type DMI_RANDOM_USED_ONLY_ONCE (click for details)In class org.apache.hadoop.hbase.util.LoadTestKVGeneratorIn method org.apache.hadoop.hbase.util.LoadTestKVGenerator.getValueForRowColumn(int, byte[][])Called method java.util.Random.nextBytes(byte[])At LoadTestKVGenerator.java:[line 111] Bad practice Warnings Code Warning DMI Random object created and used only once in org.apache.hadoop.hbase.util.LoadTestKVGenerator.getValueForRowColumn(int, byte[][]) [Bug type DMI_RANDOM_USED_ONLY_ONCE (click for details)](https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6370/6/artifact/yetus-general-check/output/branch-spotbugs-hbase-server-warnings.html#DMI_RANDOM_USED_ONLY_ONCE) In class org.apache.hadoop.hbase.util.LoadTestKVGenerator In method org.apache.hadoop.hbase.util.LoadTestKVGenerator.getValueForRowColumn(int, byte[][]) Called method java.util.Random.nextBytes(byte[]) At LoadTestKVGenerator.java:[line 111] ``` -- 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]
