[jira] [Commented] (HBASE-4378) [hbck] Does not complain about regions with startkey==endkey.

2011-10-21 Thread Hudson (Commented) (JIRA)

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

Hudson commented on HBASE-4378:
---

Integrated in HBase-0.92 #75 (See 
[https://builds.apache.org/job/HBase-0.92/75/])
HBASE-4378 [hbck] Does not complain about regions with startkey==endkey.

stack : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
* 
/hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java


> [hbck] Does not complain about regions with startkey==endkey.
> -
>
> Key: HBASE-4378
> URL: https://issues.apache.org/jira/browse/HBASE-4378
> Project: HBase
>  Issue Type: Bug
>  Components: hbck
>Affects Versions: 0.90.4
>Reporter: Jonathan Hsieh
>Assignee: Jonathan Hsieh
> Fix For: 0.92.0, 0.90.5
>
> Attachments: 
> 0001-HBASE-4378-hbck-Does-not-complain-about-regions-with.patch
>
>
> hbck doesn't seem to complain or have an error condition if there is a region 
> where startkey==endkey.

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




[jira] [Commented] (HBASE-4378) [hbck] Does not complain about regions with startkey==endkey.

2011-10-20 Thread Hudson (Commented) (JIRA)

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

Hudson commented on HBASE-4378:
---

Integrated in HBase-TRUNK #2345 (See 
[https://builds.apache.org/job/HBase-TRUNK/2345/])
HBASE-4378 [hbck] Does not complain about regions with startkey==endkey.

stack : 
Files : 
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java


> [hbck] Does not complain about regions with startkey==endkey.
> -
>
> Key: HBASE-4378
> URL: https://issues.apache.org/jira/browse/HBASE-4378
> Project: HBase
>  Issue Type: Bug
>  Components: hbck
>Affects Versions: 0.90.4
>Reporter: Jonathan Hsieh
>Assignee: Jonathan Hsieh
> Fix For: 0.92.0, 0.90.5
>
> Attachments: 
> 0001-HBASE-4378-hbck-Does-not-complain-about-regions-with.patch
>
>
> hbck doesn't seem to complain or have an error condition if there is a region 
> where startkey==endkey.

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




[jira] [Commented] (HBASE-4378) [hbck] Does not complain about regions with startkey==endkey.

2011-10-20 Thread jirapos...@reviews.apache.org (Commented) (JIRA)

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

jirapos...@reviews.apache.org commented on HBASE-4378:
--


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2464/#review2707
---

Ship it!


Looks good to me. 


src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java


It looks like Bytes.equals can handle nulls so this should be fine.


- Michael


On 2011-10-20 10:00:20, jmhsieh wrote:
bq.  
bq.  ---
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/2464/
bq.  ---
bq.  
bq.  (Updated 2011-10-20 10:00:20)
bq.  
bq.  
bq.  Review request for hbase.
bq.  
bq.  
bq.  Summary
bq.  ---
bq.  
bq.  commit 0e718c83d9f2a4d45271a2a065a23cc84b0dd247
bq.  Author: Jonathan Hsieh 
bq.  Date:   Thu Oct 20 02:56:55 2011 -0700
bq.  
bq.  HBASE-4378 [hbck] Does not complain about regions with startkey==endkey
bq.  
bq.  
bq.  This addresses bug HBASE-4378.
bq.  https://issues.apache.org/jira/browse/HBASE-4378
bq.  
bq.  
bq.  Diffs
bq.  -
bq.  
bq.src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java 7409c9c 
bq.src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java f5be448 
bq.  
bq.  Diff: https://reviews.apache.org/r/2464/diff
bq.  
bq.  
bq.  Testing
bq.  ---
bq.  
bq.  TestHBaseFsck passes.
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  jmhsieh
bq.  
bq.



> [hbck] Does not complain about regions with startkey==endkey.
> -
>
> Key: HBASE-4378
> URL: https://issues.apache.org/jira/browse/HBASE-4378
> Project: HBase
>  Issue Type: Bug
>  Components: hbck
>Affects Versions: 0.90.4
>Reporter: Jonathan Hsieh
>Assignee: Jonathan Hsieh
> Fix For: 0.92.0, 0.90.5
>
> Attachments: 
> 0001-HBASE-4378-hbck-Does-not-complain-about-regions-with.patch
>
>
> hbck doesn't seem to complain or have an error condition if there is a region 
> where startkey==endkey.

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




[jira] [Commented] (HBASE-4378) [hbck] Does not complain about regions with startkey==endkey.

2011-10-20 Thread jirapos...@reviews.apache.org (Commented) (JIRA)

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

jirapos...@reviews.apache.org commented on HBASE-4378:
--


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2464/
---

Review request for hbase.


Summary
---

commit 0e718c83d9f2a4d45271a2a065a23cc84b0dd247
Author: Jonathan Hsieh 
Date:   Thu Oct 20 02:56:55 2011 -0700

HBASE-4378 [hbck] Does not complain about regions with startkey==endkey


This addresses bug HBASE-4378.
https://issues.apache.org/jira/browse/HBASE-4378


Diffs
-

  src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java 7409c9c 
  src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java f5be448 

Diff: https://reviews.apache.org/r/2464/diff


Testing
---

TestHBaseFsck passes.


Thanks,

jmhsieh



> [hbck] Does not complain about regions with startkey==endkey.
> -
>
> Key: HBASE-4378
> URL: https://issues.apache.org/jira/browse/HBASE-4378
> Project: HBase
>  Issue Type: Bug
>  Components: hbck
>Affects Versions: 0.90.4
>Reporter: Jonathan Hsieh
>Assignee: Jonathan Hsieh
> Fix For: 0.92.0, 0.90.5
>
> Attachments: 
> 0001-HBASE-4378-hbck-Does-not-complain-about-regions-with.patch
>
>
> hbck doesn't seem to complain or have an error condition if there is a region 
> where startkey==endkey.

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