From yarn-dev-return-34319-apmail-hadoop-yarn-dev-archive=hadoop.apache.org@hadoop.apache.org Thu Nov 14 17:03:04 2019 Return-Path: X-Original-To: apmail-hadoop-yarn-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 82FCD19604 for ; Thu, 14 Nov 2019 17:03:04 +0000 (UTC) Received: (qmail 90555 invoked by uid 500); 14 Nov 2019 17:03:02 -0000 Delivered-To: apmail-hadoop-yarn-dev-archive@hadoop.apache.org Received: (qmail 90476 invoked by uid 500); 14 Nov 2019 17:03:02 -0000 Mailing-List: contact yarn-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-dev@hadoop.apache.org Received: (qmail 90464 invoked by uid 99); 14 Nov 2019 17:03:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Nov 2019 17:03:02 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C23A1E00FF for ; Thu, 14 Nov 2019 17:03:01 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 3CFCC780548 for ; Thu, 14 Nov 2019 17:03:00 +0000 (UTC) Date: Thu, 14 Nov 2019 17:03:00 +0000 (UTC) From: "Adam Antal (Jira)" To: yarn-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-9981) Fix findbugs warning in timelineservice MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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: yarn-dev-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-dev-help@hadoop.apache.org