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

ramkrishna.s.vasudevan commented on HBASE-5654:
-----------------------------------------------

Yes Jon.  You can see the latest patch uploaded in that defect? This is how it 
has been handled in the latest patch
{code}
case RS_ZK_REGION_SPLITTING:
+        LOG.debug("Processed region in state : " + et);
+        break;
+      case RS_ZK_REGION_SPLIT:
+        LOG.debug("Processed region in state : " + et);
+        break;
       default:
-        throw new IllegalStateException("Received event is not valid.");
+        throw new IllegalStateException("Received region in state :" + et + " 
is not valid");
{code}

                
> [findbugs] Address dodgy bugs
> -----------------------------
>
>                 Key: HBASE-5654
>                 URL: https://issues.apache.org/jira/browse/HBASE-5654
>             Project: HBase
>          Issue Type: Sub-task
>          Components: scripts
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Ashutosh Jindal
>              Labels: patch
>             Fix For: 0.96.0
>
>         Attachments: Hbase 5654_v3.patch, Hbase-5654.patch, 
> Hbase_5654_V2.patch, hbase-5654-tweak.patch, hbase-5654_v5.patch
>
>
> See 
> https://builds.apache.org/job/PreCommit-HBASE-Build/1313//artifact/trunk/patchprocess/newPatchFindbugsWarnings.html#Warnings_STYLE
> This may be broken down further.

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