[ 
https://issues.apache.org/jira/browse/HBASE-4969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13165451#comment-13165451
 ] 

Phabricator commented on HBASE-4969:
------------------------------------

stack has commented on the revision "HBASE-4969 [jira] tautology in 
HRegionInfo.readFields".

  How I fix this Prakash?

  h-24-30:trunk stack$ arc amend --revision D669
  Usage Exception: Failed to load library "arclib" at location ".arc_jira_lib". 
Please check the "phutil_libraries" setting in your .arcconfig file. Refer to 
page http://phabricator.com/docs/arcanist/article/Setting_Up_.arcconfig.html 
for more info.

  I'm trying to do what Mikhail asked me do,

REVISION DETAIL
  https://reviews.facebook.net/D669

                
> tautology in HRegionInfo.readFields
> -----------------------------------
>
>                 Key: HBASE-4969
>                 URL: https://issues.apache.org/jira/browse/HBASE-4969
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Prakash Khemani
>            Assignee: Prakash Khemani
>         Attachments: HBASE-4969.D669.1.patch
>
>
> In HRegionInfo.readFields() the following looks wrong to me
>     } else if (getVersion() == VERSION) {
> it is always true.
> Should it have been
>     } else if (getVersion() == version) {
> version is a local variable where the deserialized-version is stored.
> (I am struggling with another issue where after applying some patches - 
> including "HBASE-4388 Second start after migration from 90 to trunk crashes" 
> my version of hbase-92 HRegionInfo.readFields() tries to find HTD in 
> HRegionInfo and fails)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to