Adam Antal created YARN-9981:
--------------------------------
Summary: Fix findbugs warning in timelineservice
Key: YARN-9981
URL: https://issues.apache.org/jira/browse/YARN-9981
Project: Hadoop YARN
Issue Type: Bug
Components: timelineservice
Affects Versions: 3.3.0
Reporter: Adam Antal
Findbugs are complaining about this:
{noformat}
module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/hadoop-yarn-server-timelineservice-hbase-client
Boxed value is unboxed and then immediately reboxed in
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnRWHelper.readResultsWithTimestamps(Result,
byte[], byte[], KeyConverter, ValueConverter, boolean) At
ColumnRWHelper.java:then immediately reboxed in
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnRWHelper.readResultsWithTimestamps(Result,
byte[], byte[], KeyConverter, ValueConverter, boolean) At
ColumnRWHelper.java:[line 335]
{noformat}
Let's fix it!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]