You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "nkeywal (JIRA)" <ji...@apache.org> on 2012/11/12 16:25:12 UTC

[jira] [Created] (HBASE-7146) Fix the wrong reference to getReader survived in theFSHLog javadoc

nkeywal created HBASE-7146:
------------------------------

             Summary: Fix the wrong reference to getReader survived in theFSHLog javadoc
                 Key: HBASE-7146
                 URL: https://issues.apache.org/jira/browse/HBASE-7146
             Project: HBase
          Issue Type: Sub-task
          Components: documentation
    Affects Versions: 0.96.0
            Reporter: nkeywal
            Priority: Trivial


 In FSHLog, a wrong reference to getReader survived in the javadoc:

{noformat}
 * To read an HLog, call {@link #getReader(org.apache.hadoop.fs.FileSystem,
 * org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)}.
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7146) Fix the wrong reference to getReader survived in theFSHLog javadoc

Posted by "nkeywal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13501223#comment-13501223 ] 

nkeywal commented on HBASE-7146:
--------------------------------

Hi Gustavo,

I think the new doc is ok. I will commit this if no ones object.

Thanks;

Nicolas
                
> Fix the wrong reference to getReader survived in theFSHLog javadoc
> ------------------------------------------------------------------
>
>                 Key: HBASE-7146
>                 URL: https://issues.apache.org/jira/browse/HBASE-7146
>             Project: HBase
>          Issue Type: Sub-task
>          Components: documentation
>    Affects Versions: 0.96.0
>            Reporter: nkeywal
>            Priority: Trivial
>         Attachments: HBASE-7146.patch
>
>
>  In FSHLog, a wrong reference to getReader survived in the javadoc:
> {noformat}
>  * To read an HLog, call {@link #getReader(org.apache.hadoop.fs.FileSystem,
>  * org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)}.
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7146) Fix the wrong reference to getReader survived in theFSHLog javadoc

Posted by "Gustavo Anatoly (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13499556#comment-13499556 ] 

Gustavo Anatoly commented on HBASE-7146:
----------------------------------------

Hi, Nicolas.

Is the correct reference on javadoc? {code}HLogFactory.createReader{code}

Thanks.
                
> Fix the wrong reference to getReader survived in theFSHLog javadoc
> ------------------------------------------------------------------
>
>                 Key: HBASE-7146
>                 URL: https://issues.apache.org/jira/browse/HBASE-7146
>             Project: HBase
>          Issue Type: Sub-task
>          Components: documentation
>    Affects Versions: 0.96.0
>            Reporter: nkeywal
>            Priority: Trivial
>
>  In FSHLog, a wrong reference to getReader survived in the javadoc:
> {noformat}
>  * To read an HLog, call {@link #getReader(org.apache.hadoop.fs.FileSystem,
>  * org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)}.
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (HBASE-7146) Fix the wrong reference to getReader survived in theFSHLog javadoc

Posted by "nkeywal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nkeywal resolved HBASE-7146.
----------------------------

       Resolution: Fixed
    Fix Version/s: 0.96.0
     Hadoop Flags: Reviewed
    
> Fix the wrong reference to getReader survived in theFSHLog javadoc
> ------------------------------------------------------------------
>
>                 Key: HBASE-7146
>                 URL: https://issues.apache.org/jira/browse/HBASE-7146
>             Project: HBase
>          Issue Type: Sub-task
>          Components: documentation
>    Affects Versions: 0.96.0
>            Reporter: nkeywal
>            Assignee: Gustavo Anatoly
>            Priority: Trivial
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7146.patch
>
>
>  In FSHLog, a wrong reference to getReader survived in the javadoc:
> {noformat}
>  * To read an HLog, call {@link #getReader(org.apache.hadoop.fs.FileSystem,
>  * org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)}.
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7146) Fix the wrong reference to getReader survived in theFSHLog javadoc

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502477#comment-13502477 ] 

Hudson commented on HBASE-7146:
-------------------------------

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #269 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/269/])
    HBASE-7146 Fix the wrong reference to getReader that survived in the FSHLog javadoc (Gustavo Anatoly) (Revision 1412092)

     Result = FAILURE
nkeywal : 
Files : 
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/FSHLog.java

                
> Fix the wrong reference to getReader survived in theFSHLog javadoc
> ------------------------------------------------------------------
>
>                 Key: HBASE-7146
>                 URL: https://issues.apache.org/jira/browse/HBASE-7146
>             Project: HBase
>          Issue Type: Sub-task
>          Components: documentation
>    Affects Versions: 0.96.0
>            Reporter: nkeywal
>            Assignee: Gustavo Anatoly
>            Priority: Trivial
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7146.patch
>
>
>  In FSHLog, a wrong reference to getReader survived in the javadoc:
> {noformat}
>  * To read an HLog, call {@link #getReader(org.apache.hadoop.fs.FileSystem,
>  * org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)}.
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-7146) Fix the wrong reference to getReader survived in theFSHLog javadoc

Posted by "Gustavo Anatoly (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gustavo Anatoly updated HBASE-7146:
-----------------------------------

    Attachment: HBASE-7146.patch

Hi, Nicolas.

I submitted a patch for review.

Could you verify, please?

                
> Fix the wrong reference to getReader survived in theFSHLog javadoc
> ------------------------------------------------------------------
>
>                 Key: HBASE-7146
>                 URL: https://issues.apache.org/jira/browse/HBASE-7146
>             Project: HBase
>          Issue Type: Sub-task
>          Components: documentation
>    Affects Versions: 0.96.0
>            Reporter: nkeywal
>            Priority: Trivial
>         Attachments: HBASE-7146.patch
>
>
>  In FSHLog, a wrong reference to getReader survived in the javadoc:
> {noformat}
>  * To read an HLog, call {@link #getReader(org.apache.hadoop.fs.FileSystem,
>  * org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)}.
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7146) Fix the wrong reference to getReader survived in theFSHLog javadoc

Posted by "Gustavo Anatoly (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13501308#comment-13501308 ] 

Gustavo Anatoly commented on HBASE-7146:
----------------------------------------

Hi, Nicolas.

It's ok, to me. I don't have objections.

Thanks for your review.
                
> Fix the wrong reference to getReader survived in theFSHLog javadoc
> ------------------------------------------------------------------
>
>                 Key: HBASE-7146
>                 URL: https://issues.apache.org/jira/browse/HBASE-7146
>             Project: HBase
>          Issue Type: Sub-task
>          Components: documentation
>    Affects Versions: 0.96.0
>            Reporter: nkeywal
>            Assignee: Gustavo Anatoly
>            Priority: Trivial
>         Attachments: HBASE-7146.patch
>
>
>  In FSHLog, a wrong reference to getReader survived in the javadoc:
> {noformat}
>  * To read an HLog, call {@link #getReader(org.apache.hadoop.fs.FileSystem,
>  * org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)}.
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7146) Fix the wrong reference to getReader survived in theFSHLog javadoc

Posted by "nkeywal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13501972#comment-13501972 ] 

nkeywal commented on HBASE-7146:
--------------------------------

Yep, I hope that you don't have any objection when you propose the patch ;-).
Committed, thanks for the patch.
                
> Fix the wrong reference to getReader survived in theFSHLog javadoc
> ------------------------------------------------------------------
>
>                 Key: HBASE-7146
>                 URL: https://issues.apache.org/jira/browse/HBASE-7146
>             Project: HBase
>          Issue Type: Sub-task
>          Components: documentation
>    Affects Versions: 0.96.0
>            Reporter: nkeywal
>            Assignee: Gustavo Anatoly
>            Priority: Trivial
>         Attachments: HBASE-7146.patch
>
>
>  In FSHLog, a wrong reference to getReader survived in the javadoc:
> {noformat}
>  * To read an HLog, call {@link #getReader(org.apache.hadoop.fs.FileSystem,
>  * org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)}.
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7146) Fix the wrong reference to getReader survived in theFSHLog javadoc

Posted by "Gustavo Anatoly (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13501993#comment-13501993 ] 

Gustavo Anatoly commented on HBASE-7146:
----------------------------------------

Hi, Nicolas.

Sorry, if I did not make myself understood or was not polite. My english is not accurate yet.

Thanks for the commit. :)
                
> Fix the wrong reference to getReader survived in theFSHLog javadoc
> ------------------------------------------------------------------
>
>                 Key: HBASE-7146
>                 URL: https://issues.apache.org/jira/browse/HBASE-7146
>             Project: HBase
>          Issue Type: Sub-task
>          Components: documentation
>    Affects Versions: 0.96.0
>            Reporter: nkeywal
>            Assignee: Gustavo Anatoly
>            Priority: Trivial
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7146.patch
>
>
>  In FSHLog, a wrong reference to getReader survived in the javadoc:
> {noformat}
>  * To read an HLog, call {@link #getReader(org.apache.hadoop.fs.FileSystem,
>  * org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)}.
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-7146) Fix the wrong reference to getReader survived in theFSHLog javadoc

Posted by "nkeywal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nkeywal updated HBASE-7146:
---------------------------

    Assignee: Gustavo Anatoly
    
> Fix the wrong reference to getReader survived in theFSHLog javadoc
> ------------------------------------------------------------------
>
>                 Key: HBASE-7146
>                 URL: https://issues.apache.org/jira/browse/HBASE-7146
>             Project: HBase
>          Issue Type: Sub-task
>          Components: documentation
>    Affects Versions: 0.96.0
>            Reporter: nkeywal
>            Assignee: Gustavo Anatoly
>            Priority: Trivial
>         Attachments: HBASE-7146.patch
>
>
>  In FSHLog, a wrong reference to getReader survived in the javadoc:
> {noformat}
>  * To read an HLog, call {@link #getReader(org.apache.hadoop.fs.FileSystem,
>  * org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)}.
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7146) Fix the wrong reference to getReader survived in theFSHLog javadoc

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502011#comment-13502011 ] 

Hudson commented on HBASE-7146:
-------------------------------

Integrated in HBase-TRUNK #3555 (See [https://builds.apache.org/job/HBase-TRUNK/3555/])
    HBASE-7146 Fix the wrong reference to getReader that survived in the FSHLog javadoc (Gustavo Anatoly) (Revision 1412092)

     Result = FAILURE
nkeywal : 
Files : 
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/FSHLog.java

                
> Fix the wrong reference to getReader survived in theFSHLog javadoc
> ------------------------------------------------------------------
>
>                 Key: HBASE-7146
>                 URL: https://issues.apache.org/jira/browse/HBASE-7146
>             Project: HBase
>          Issue Type: Sub-task
>          Components: documentation
>    Affects Versions: 0.96.0
>            Reporter: nkeywal
>            Assignee: Gustavo Anatoly
>            Priority: Trivial
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7146.patch
>
>
>  In FSHLog, a wrong reference to getReader survived in the javadoc:
> {noformat}
>  * To read an HLog, call {@link #getReader(org.apache.hadoop.fs.FileSystem,
>  * org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)}.
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira