You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Manukranth Kolloju (JIRA)" <ji...@apache.org> on 2013/10/23 20:47:48 UTC

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

Manukranth Kolloju created HBASE-9828:
-----------------------------------------

             Summary: 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


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.1#6144)