Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 49D2F174EC for ; Fri, 20 Mar 2015 17:21:39 +0000 (UTC) Received: (qmail 6858 invoked by uid 500); 20 Mar 2015 17:21:39 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 6817 invoked by uid 500); 20 Mar 2015 17:21:39 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 6805 invoked by uid 99); 20 Mar 2015 17:21:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Mar 2015 17:21:39 +0000 Date: Fri, 20 Mar 2015 17:21:39 +0000 (UTC) From: "Jonathan Hsieh (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (HBASE-13302) fix new javadoc warns introduced by mob. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-13302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14371665#comment-14371665 ] Jonathan Hsieh edited comment on HBASE-13302 at 3/20/15 5:21 PM: ----------------------------------------------------------------- Thanks for the note. We save the deletions in the main write path so that mob compactions can used them to clean up the mob hfiles. They can be called "delete-tracking hfiles" but we've bee calling them "del files" in our design docs and code. was (Author: jmhsieh): Thanks for the note. We save the deletions in the main write path so that mob compactions can used them to clean up the mob hfiles. The can be called "delete-tracking hfiles" but we've bee calling them "del files" in our design docs and code. > fix new javadoc warns introduced by mob. > ----------------------------------------- > > Key: HBASE-13302 > URL: https://issues.apache.org/jira/browse/HBASE-13302 > Project: HBase > Issue Type: Sub-task > Components: regionserver, Scanners > Affects Versions: hbase-11339 > Reporter: Jonathan Hsieh > Assignee: Jonathan Hsieh > Fix For: hbase-11339 > > Attachments: hbase-13302.hbase-11339.patch > > > now that we have the qabot able to work on branches, we've detected a few javadoc issues. this will fix it. > {code} > [WARNING] Javadoc Warnings > [WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFileInfo.java:397: warning - @param argument "path" is not a parameter name. > [WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-server/src/main/java/org/apache/hadoop/hbase/mob/MobUtils.java:578: warning - @param argument "@param" is not a parameter name. > [WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-server/src/main/java/org/apache/hadoop/hbase/mob/MobUtils.java:578: warning - @param argument "path" is not a parameter name. > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)