You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Manukranth Kolloju (JIRA)" <ji...@apache.org> on 2014/03/17 20:33:50 UTC

[jira] [Resolved] (HBASE-9828) Fix the reflection call in SequenceFileLogReader

     [ https://issues.apache.org/jira/browse/HBASE-9828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manukranth Kolloju resolved HBASE-9828.
---------------------------------------

    Resolution: Fixed

> Fix the reflection call in SequenceFileLogReader
> ------------------------------------------------
>
>                 Key: HBASE-9828
>                 URL: https://issues.apache.org/jira/browse/HBASE-9828
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.89-fb
>            Reporter: Manukranth Kolloju
>            Assignee: Manukranth Kolloju
>            Priority: Trivial
>             Fix For: 0.89-fb
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> In SequenceFileLogReader, Class.getMethod() fails to get a private method in the class. So converting it to Class.getDeclaredMethod().



--
This message was sent by Atlassian JIRA
(v6.2#6252)