[jira] [Commented] (HBASE-8152) Avoid creating empty reference file when splitkey is outside the range of a store file

2013-03-27 Thread clockfly (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616106#comment-13616106 ] clockfly commented on HBASE-8152: - All UT passes.(mvn test) > Avoid creat

[jira] [Updated] (HBASE-8152) Avoid creating empty reference file when splitkey is outside the range of a store file

2013-03-27 Thread clockfly (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] clockfly updated HBASE-8152: Attachment: HBASE-8152-0.94v3.patch add patch for 0.94 > Avoid creating empty reference fi

[jira] [Updated] (HBASE-8152) Avoid creating empty reference file when splitkey is outside the range of a store file

2013-03-27 Thread clockfly (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] clockfly updated HBASE-8152: Attachment: HBASE-8152-0.96v1.patch add patch HBASE-8152-0.96v1.patch for trunk > Avoid cr

[jira] [Commented] (HBASE-8127) Region of a disabling or disabled table could be stuck in transition state when RS dies during Master initialization

2013-03-27 Thread rajeshbabu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616097#comment-13616097 ] rajeshbabu commented on HBASE-8127: --- [~jeffreyz] Understood. I will update the patch wit

[jira] [Commented] (HBASE-8207) Replication could have data loss when machine name contains hyphen "-"

2013-03-27 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616060#comment-13616060 ] Jeffrey Zhong commented on HBASE-8207: -- [~te...@apache.org] It depends if log splitti

[jira] [Commented] (HBASE-8198) Backport HBASE-8063(Filter HFiles based on first/last key) into 0.94

2013-03-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616053#comment-13616053 ] Lars Hofhansl commented on HBASE-8198: -- seekBefore was mostly invented because we got

[jira] [Commented] (HBASE-8198) Backport HBASE-8063(Filter HFiles based on first/last key) into 0.94

2013-03-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616035#comment-13616035 ] Ted Yu commented on HBASE-8198: --- Looped TestChangingEncoding 5 times locally which all passe

[jira] [Commented] (HBASE-8211) Support for NN HA for 0.94

2013-03-27 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616033#comment-13616033 ] Himanshu Vashishtha commented on HBASE-8211: jenkins is green.

[jira] [Commented] (HBASE-8198) Backport HBASE-8063(Filter HFiles based on first/last key) into 0.94

2013-03-27 Thread Liang Xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616034#comment-13616034 ] Liang Xie commented on HBASE-8198: -- bq.Ahh, the dreaded seekBefore. Hi [~lhofhansl], is t

[jira] [Commented] (HBASE-8198) Backport HBASE-8063(Filter HFiles based on first/last key) into 0.94

2013-03-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616031#comment-13616031 ] Ted Yu commented on HBASE-8198: --- Finding out why this error is more easily reproducible in 0

[jira] [Commented] (HBASE-8198) Backport HBASE-8063(Filter HFiles based on first/last key) into 0.94

2013-03-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616030#comment-13616030 ] Ted Yu commented on HBASE-8198: --- Will wait for another day to see if we can find better solu

[jira] [Commented] (HBASE-8198) Backport HBASE-8063(Filter HFiles based on first/last key) into 0.94

2013-03-27 Thread Liang Xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616028#comment-13616028 ] Liang Xie commented on HBASE-8198: -- Thanks [~lhofhansl] & [~te...@apache.org] for help:)

[jira] [Commented] (HBASE-8198) Backport HBASE-8063(Filter HFiles based on first/last key) into 0.94

2013-03-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616026#comment-13616026 ] Lars Hofhansl commented on HBASE-8198: -- Looks good. The seeking done by the HalfStore

[jira] [Updated] (HBASE-8198) Backport HBASE-8063(Filter HFiles based on first/last key) into 0.94

2013-03-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-8198: -- Attachment: 8198-0.94-v2.txt Patch v2 adopts Lars' suggestion. I am looping TestChangingEncoding locally.

[jira] [Updated] (HBASE-8152) Avoid creating empty reference file when splitkey is outside the range of a store file

2013-03-27 Thread clockfly (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] clockfly updated HBASE-8152: Priority: Minor (was: Trivial) Fix Version/s: 0.95.0 > Avoid creating empty reference file wh

[jira] [Commented] (HBASE-8152) Avoid creating empty reference file when splitkey is outside the range of a store file

2013-03-27 Thread clockfly (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616011#comment-13616011 ] clockfly commented on HBASE-8152: - Ted, I will attach a new patch soon.

[jira] [Commented] (HBASE-8152) Avoid creating empty reference file when splitkey is outside the range of a store file

2013-03-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616009#comment-13616009 ] Ted Yu commented on HBASE-8152: --- nit: {code} +return null; + } +} +else

[jira] [Commented] (HBASE-8198) Backport HBASE-8063(Filter HFiles based on first/last key) into 0.94

2013-03-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616008#comment-13616008 ] Lars Hofhansl commented on HBASE-8198: -- Ahh, the dreaded seekBefore. Looks like setDa

[jira] [Resolved] (HBASE-7893) hbase.hregion.majorcompaction not taking effect.

2013-03-27 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John resolved HBASE-7893. --- Resolution: Invalid > hbase.hregion.majorcompaction not taking effect. >

[jira] [Updated] (HBASE-7585) TestAccessController tests should close HTables

2013-03-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-7585: - Fix Version/s: 0.94.5 0.95.0 > TestAccessController tests should close HTa

[jira] [Closed] (HBASE-7585) TestAccessController tests should close HTables

2013-03-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl closed HBASE-7585. > TestAccessController tests should close HTables > ---

[jira] [Commented] (HBASE-8152) Avoid creating empty reference file when splitkey is outside the range of a store file

2013-03-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616003#comment-13616003 ] Ted Yu commented on HBASE-8152: --- [~clockfly]: Can you make a new patch addressing the two ni

[jira] [Commented] (HBASE-8152) Avoid creating empty reference file when splitkey is outside the range of a store file

2013-03-27 Thread clockfly (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615998#comment-13615998 ] clockfly commented on HBASE-8152: - {quote} // pick an split point (roughly halfway) - byt

[jira] [Commented] (HBASE-8192) wrong logic in HRegion.bulkLoadHFiles(List)

2013-03-27 Thread Chenghao Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616001#comment-13616001 ] Chenghao Jiang commented on HBASE-8192: --- I'm trying to setting up the development en

[jira] [Commented] (HBASE-8198) Backport HBASE-8063(Filter HFiles based on first/last key) into 0.94

2013-03-27 Thread Liang Xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615994#comment-13615994 ] Liang Xie commented on HBASE-8198: -- I reran "mvn clean test -P localTests -Dtest=TestChan

[jira] [Commented] (HBASE-8152) Avoid creating empty reference file when splitkey is outside the range of a store file

2013-03-27 Thread chunhui shen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615981#comment-13615981 ] chunhui shen commented on HBASE-8152: - bq.Both of the compares are exclusive It seems

[jira] [Updated] (HBASE-8211) Support for NN HA for 0.94

2013-03-27 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-8211: --- Attachment: (was: HBase-8211-v1.patch) > Support for NN HA for 0.94 > ---

[jira] [Updated] (HBASE-8211) Support for NN HA for 0.94

2013-03-27 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-8211: --- Attachment: HBase-8211-v1.patch jenkins had some issue with the way it loads static m

[jira] [Commented] (HBASE-8207) Replication could have data loss when machine name contains hyphen "-"

2013-03-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615977#comment-13615977 ] Ted Yu commented on HBASE-8207: --- I wonder why trunk builds didn't encounter such problem. >F

[jira] [Commented] (HBASE-8207) Replication could have data loss when machine name contains hyphen "-"

2013-03-27 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615971#comment-13615971 ] Enis Soztutar commented on HBASE-8207: -- BTW, for future reviews, we should ensure tha

[jira] [Commented] (HBASE-8205) HBCK support for table locks

2013-03-27 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615970#comment-13615970 ] Enis Soztutar commented on HBASE-8205: -- bq. Does it worth it to add a test for TableL

[jira] [Commented] (HBASE-8207) Replication could have data loss when machine name contains hyphen "-"

2013-03-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615969#comment-13615969 ] Lars Hofhansl commented on HBASE-8207: -- I like ':' as separator. We can do this in th

[jira] [Updated] (HBASE-8211) Support for NN HA for 0.94

2013-03-27 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Himanshu Vashishtha updated HBASE-8211: --- Attachment: HBase-8211-v1.patch patch for 0.94. Running a jenkins job now. The last j

[jira] [Commented] (HBASE-8207) Replication could have data loss when machine name contains hyphen "-"

2013-03-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615966#comment-13615966 ] Lars Hofhansl commented on HBASE-8207: -- The same is in ReplicationZookeeper.copyQueue

[jira] [Commented] (HBASE-8207) Replication could have data loss when machine name contains hyphen "-"

2013-03-27 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615964#comment-13615964 ] Jeffrey Zhong commented on HBASE-8207: -- [~enis] This could be a production issue if a

[jira] [Commented] (HBASE-8207) Replication could have data loss when machine name contains hyphen "-"

2013-03-27 Thread Jean-Marc Spaggiari (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615963#comment-13615963 ] Jean-Marc Spaggiari commented on HBASE-8207: Any thing which is not allowed as

[jira] [Commented] (HBASE-8207) Replication could have data loss when machine name contains hyphen "-"

2013-03-27 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615960#comment-13615960 ] Jimmy Xiang commented on HBASE-8207: A non-printable/configurable delimiter?

[jira] [Commented] (HBASE-8207) Replication could have data loss when machine name contains hyphen "-"

2013-03-27 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615957#comment-13615957 ] Jimmy Xiang commented on HBASE-8207: We need to make sure there is a proper migration

[jira] [Created] (HBASE-8211) Support for NN HA for 0.94

2013-03-27 Thread Himanshu Vashishtha (JIRA)
Himanshu Vashishtha created HBASE-8211: -- Summary: Support for NN HA for 0.94 Key: HBASE-8211 URL: https://issues.apache.org/jira/browse/HBASE-8211 Project: HBase Issue Type: Bug

[jira] [Commented] (HBASE-8207) Replication could have data loss when machine name contains hyphen "-"

2013-03-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615952#comment-13615952 ] Ted Yu commented on HBASE-8207: --- How about using '=' as the separator ? > R

[jira] [Commented] (HBASE-8205) HBCK support for table locks

2013-03-27 Thread Jean-Marc Spaggiari (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615953#comment-13615953 ] Jean-Marc Spaggiari commented on HBASE-8205: I gave it a quick look, and it so

[jira] [Commented] (HBASE-8207) Replication could have data loss when machine name contains hyphen "-"

2013-03-27 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615950#comment-13615950 ] Enis Soztutar commented on HBASE-8207: -- I think the problem comes from: Replication

[jira] [Commented] (HBASE-8206) Thread safety issues with Compression.Algorithm.GZ and SNAPPY

2013-03-27 Thread Manukranth Kolloju (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615949#comment-13615949 ] Manukranth Kolloju commented on HBASE-8206: --- Are there any compiler optimization

[jira] [Commented] (HBASE-8208) Data could not be replicated to slaves when deferredLogSync is enabled

2013-03-27 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615946#comment-13615946 ] Enis Soztutar commented on HBASE-8208: -- We went through the problem and the proposed

[jira] [Commented] (HBASE-8209) Improve LoadTest extensibility

2013-03-27 Thread Jean-Marc Spaggiari (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615943#comment-13615943 ] Jean-Marc Spaggiari commented on HBASE-8209: Sound good to me overall. should

[jira] [Commented] (HBASE-8207) Replication could have data loss when machine name contains hyphen "-"

2013-03-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615941#comment-13615941 ] Lars Hofhansl commented on HBASE-8207: -- [~jdcryans] FYI. > Replicati

[jira] [Updated] (HBASE-8208) Data could not be replicated to slaves when deferredLogSync is enabled

2013-03-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-8208: - Fix Version/s: 0.94.7 0.98.0 0.95.0 > Data could not be

[jira] [Updated] (HBASE-8207) Replication could have data loss when machine name contains hyphen "-"

2013-03-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-8207: - Fix Version/s: 0.98.0 > Replication could have data loss when machine name contains hyphen "-

[jira] [Updated] (HBASE-8209) Improve LoadTest extensibility

2013-03-27 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-8209: -- Status: Patch Available (was: Open) > Improve LoadTest extensibility > ---

[jira] [Updated] (HBASE-8209) Improve LoadTest extensibility

2013-03-27 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-8209: -- Attachment: HBASE-8209-0.94.patch HBASE-8209-trunk.patch > Improve LoadTest

[jira] [Updated] (HBASE-8210) Backport the LoadTest portions of HBASE-7383

2013-03-27 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-8210: -- Status: Patch Available (was: Open) > Backport the LoadTest portions of HBASE-7383 > -

[jira] [Updated] (HBASE-8210) Backport the LoadTest portions of HBASE-7383

2013-03-27 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-8210: -- Attachment: HBASE-8210-0.94.patch > Backport the LoadTest portions of HBASE-7383 >

[jira] [Commented] (HBASE-8206) Thread safety issues with Compression.Algorithm.GZ and SNAPPY

2013-03-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615928#comment-13615928 ] Lars Hofhansl commented on HBASE-8206: -- Thanks for confirming, Manukranth.

[jira] [Created] (HBASE-8210) Backport the LoadTest portions of HBASE-7383

2013-03-27 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-8210: - Summary: Backport the LoadTest portions of HBASE-7383 Key: HBASE-8210 URL: https://issues.apache.org/jira/browse/HBASE-8210 Project: HBase Issue Type: Sub-

[jira] [Updated] (HBASE-8207) Replication could have data loss when machine name contains hyphen "-"

2013-03-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-8207: - Fix Version/s: 0.94.7 > Replication could have data loss when machine name contains hyphen "-

[jira] [Updated] (HBASE-8207) Replication could have data loss when machine name contains hyphen "-"

2013-03-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-8207: - Priority: Critical (was: Major) Making critical. This is bad. > Replication cou

[jira] [Created] (HBASE-8209) Improve LoadTest extensibility

2013-03-27 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-8209: - Summary: Improve LoadTest extensibility Key: HBASE-8209 URL: https://issues.apache.org/jira/browse/HBASE-8209 Project: HBase Issue Type: Improvement

[jira] [Commented] (HBASE-8179) JSON formatting for cluster status is sort of broken

2013-03-27 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615924#comment-13615924 ] Andrew Purtell commented on HBASE-8179: --- bq. Okay this patch limits the change to on

[jira] [Commented] (HBASE-8208) Data could not be replicated to slaves when deferredLogSync is enabled

2013-03-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615923#comment-13615923 ] Lars Hofhansl commented on HBASE-8208: -- The analysis and the proposed solution make s

[jira] [Commented] (HBASE-8206) Thread safety issues with Compression.Algorithm.GZ and SNAPPY

2013-03-27 Thread Manukranth Kolloju (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615920#comment-13615920 ] Manukranth Kolloju commented on HBASE-8206: --- I unfolded the function myself when

[jira] [Created] (HBASE-8208) Data could not be replicated to slaves when deferredLogSync is enabled

2013-03-27 Thread Jeffrey Zhong (JIRA)
Jeffrey Zhong created HBASE-8208: Summary: Data could not be replicated to slaves when deferredLogSync is enabled Key: HBASE-8208 URL: https://issues.apache.org/jira/browse/HBASE-8208 Project: HBase

[jira] [Created] (HBASE-8207) Replication could have data loss when machine name contains hyphen "-"

2013-03-27 Thread Jeffrey Zhong (JIRA)
Jeffrey Zhong created HBASE-8207: Summary: Replication could have data loss when machine name contains hyphen "-" Key: HBASE-8207 URL: https://issues.apache.org/jira/browse/HBASE-8207 Project: HBase

[jira] [Updated] (HBASE-8207) Replication could have data loss when machine name contains hyphen "-"

2013-03-27 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-8207: - Attachment: failed.txt Attached the log of the failed test case in case Jenkin server clean the l

[jira] [Comment Edited] (HBASE-8197) Cannot distinguish between HBase default config value and client overridden config value

2013-03-27 Thread Jonathan Hsieh (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615910#comment-13615910 ] Jonathan Hsieh edited comment on HBASE-8197 at 3/28/13 12:09 AM: ---

[jira] [Commented] (HBASE-8176) Backport HBASE-5335 "Dynamic Schema Configurations"

2013-03-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615909#comment-13615909 ] Ted Yu commented on HBASE-8176: --- I got: Running org.apache.hadoop.hbase.client.TestShell Te

[jira] [Commented] (HBASE-8197) Cannot distinguish between HBase default config value and client overridden config value

2013-03-27 Thread Jonathan Hsieh (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615910#comment-13615910 ] Jonathan Hsieh commented on HBASE-8197: --- Looks like what you need is available hm..

[jira] [Commented] (HBASE-7970) Improve file descriptor usage: currently, there are two file descriptors per storefile

2013-03-27 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615906#comment-13615906 ] Sergey Shelukhin commented on HBASE-7970: - let me try to get rid of it...

[jira] [Assigned] (HBASE-7970) Improve file descriptor usage: currently, there are two file descriptors per storefile

2013-03-27 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin reassigned HBASE-7970: --- Assignee: Sergey Shelukhin > Improve file descriptor usage: currently, there are

[jira] [Commented] (HBASE-5487) Generic framework for Master-coordinated tasks

2013-03-27 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615901#comment-13615901 ] Sergey Shelukhin commented on HBASE-5487: - bq. Is the assignment manager the only

[jira] [Updated] (HBASE-8179) JSON formatting for cluster status is sort of broken

2013-03-27 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das updated HBASE-8179: --- Attachment: 8179-2.patch Okay this patch limits the change to only the path /status/cluster on which

[jira] [Commented] (HBASE-8206) Thread safety issues with Compression.Algorithm.GZ and SNAPPY

2013-03-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615896#comment-13615896 ] Lars Hofhansl commented on HBASE-8206: -- That's exactly what the patch in HBASE-5458 d

[jira] [Resolved] (HBASE-8206) Thread safety issues with Compression.Algorithm.GZ and SNAPPY

2013-03-27 Thread Manukranth Kolloju (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manukranth Kolloju resolved HBASE-8206. --- Resolution: Fixed > Thread safety issues with Compression.Algorithm.GZ and SNAPPY

[jira] [Commented] (HBASE-8206) Thread safety issues with Compression.Algorithm.GZ and SNAPPY

2013-03-27 Thread Manukranth Kolloju (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615890#comment-13615890 ] Manukranth Kolloju commented on HBASE-8206: --- We found that double locking was no

[jira] [Created] (HBASE-8206) Thread safety issues with Compression.Algorithm.GZ and SNAPPY

2013-03-27 Thread Manukranth Kolloju (JIRA)
Manukranth Kolloju created HBASE-8206: - Summary: Thread safety issues with Compression.Algorithm.GZ and SNAPPY Key: HBASE-8206 URL: https://issues.apache.org/jira/browse/HBASE-8206 Project: HBase

[jira] [Resolved] (HBASE-4436) Remove methods deprecated in 0.90 from TRUNK and 0.92

2013-03-27 Thread Jonathan Hsieh (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Hsieh resolved HBASE-4436. --- Resolution: Won't Fix There is no development on 0.90 and 0.92 anymore, so this is not releva

[jira] [Updated] (HBASE-4436) Remove methods deprecated in 0.90 from TRUNK and 0.92

2013-03-27 Thread Jonathan Hsieh (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Hsieh updated HBASE-4436: -- Fix Version/s: (was: 0.92.3) > Remove methods deprecated in 0.90 from TRUNK and 0.92 >

[jira] [Commented] (HBASE-8176) Backport HBASE-5335 "Dynamic Schema Configurations"

2013-03-27 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615874#comment-13615874 ] Lars Hofhansl commented on HBASE-8176: -- Came here again to say the same, Andy :) If t

[jira] [Commented] (HBASE-8200) Integration Test classes are not part of the default HBase classpath. We should fix this or note workaround in documentation

2013-03-27 Thread Aleksandr Shulman (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615869#comment-13615869 ] Aleksandr Shulman commented on HBASE-8200: -- The documentation seems to say that i

[jira] [Commented] (HBASE-8197) Cannot distinguish between HBase default config value and client overridden config value

2013-03-27 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615864#comment-13615864 ] James Taylor commented on HBASE-8197: - Would there be programmatic access via the Conf

[jira] [Updated] (HBASE-7680) implement compaction policy for stripe compactions

2013-03-27 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HBASE-7680: Attachment: HBASE-7680-v5-with-7679.patch HBASE-7680-v5.patch Another impro

[jira] [Updated] (HBASE-8205) HBCK support for table locks

2013-03-27 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HBASE-8205: - Attachment: hbase-8205_v2.patch Added new file. > HBCK support for table locks

[jira] [Updated] (HBASE-8205) HBCK support for table locks

2013-03-27 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HBASE-8205: - Status: Patch Available (was: Open) > HBCK support for table locks > ---

[jira] [Commented] (HBASE-7977) Online merge should acquire table lock

2013-03-27 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615813#comment-13615813 ] Enis Soztutar commented on HBASE-7977: -- I've attached a patch at HBASE-8205, to add c

[jira] [Updated] (HBASE-8205) HBCK support for table locks

2013-03-27 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HBASE-8205: - Attachment: hbase-8205_v1.patch Attaching a patch: - Adds configuration "hbase.table.lock.expir

[jira] [Created] (HBASE-8205) HBCK support for table locks

2013-03-27 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-8205: Summary: HBCK support for table locks Key: HBASE-8205 URL: https://issues.apache.org/jira/browse/HBASE-8205 Project: HBase Issue Type: Improvement

[jira] [Commented] (HBASE-7871) HBase can be stuck when closing regions concurrently

2013-03-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615800#comment-13615800 ] Ted Yu commented on HBASE-7871: --- [~eclark]: Your opinion on this issue would be valuable.

[jira] [Updated] (HBASE-7679) implement store file management for stripe compactions

2013-03-27 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HBASE-7679: Attachment: HBASE-7679-v12.patch Updating with r feedback > implement stor

[jira] [Commented] (HBASE-7615) Add metrics for snapshots

2013-03-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615777#comment-13615777 ] Ted Yu commented on HBASE-7615: --- Went through the patch which looks good. {code} +ne

[jira] [Commented] (HBASE-7970) Improve file descriptor usage: currently, there are two file descriptors per storefile

2013-03-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615739#comment-13615739 ] Ted Yu commented on HBASE-7970: --- In HFileBlock#FSReaderV2() ctor: {code} this.useHBase

[jira] [Commented] (HBASE-7970) Improve file descriptor usage: currently, there are two file descriptors per storefile

2013-03-27 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615699#comment-13615699 ] Sergey Shelukhin commented on HBASE-7970: - Logic in readBlockData in HFileBlock ca

[jira] [Updated] (HBASE-7615) Add metrics for snapshots

2013-03-27 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-7615: --- Attachment: HBASE-7615-v1.patch Added snapshot, restore, clone time metrics

[jira] [Commented] (HBASE-8203) master ui should display region servers with host, port plus startcode

2013-03-27 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615671#comment-13615671 ] Sergey Shelukhin commented on HBASE-8203: - +1 > master ui should

[jira] [Commented] (HBASE-8204) Logging improvements and try to recover lease even when append is not activated.

2013-03-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615668#comment-13615668 ] Ted Yu commented on HBASE-8204: --- In the above case, when ex != null I think throwing ex out

[jira] [Commented] (HBASE-8204) Logging improvements and try to recover lease even when append is not activated.

2013-03-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615664#comment-13615664 ] Ted Yu commented on HBASE-8204: --- Looks like Hadoop QA is down again. {code} + if (!

[jira] [Commented] (HBASE-7878) recoverFileLease does not check return value of recoverLease

2013-03-27 Thread Eric Newton (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615651#comment-13615651 ] Eric Newton commented on HBASE-7878: Perhaps SequenceFileLogReader can be removed? Ac

[jira] [Updated] (HBASE-8204) Logging improvements and try to recover lease even when append is not activated.

2013-03-27 Thread Nicolas Liochon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Liochon updated HBASE-8204: --- Status: Patch Available (was: Open) > Logging improvements and try to recover lease even

[jira] [Updated] (HBASE-8204) Logging improvements and try to recover lease even when append is not activated.

2013-03-27 Thread Nicolas Liochon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Liochon updated HBASE-8204: --- Attachment: HBASE-8204.v1.patch > Logging improvements and try to recover lease even when

[jira] [Created] (HBASE-8204) Logging improvements and try to recover lease even when append is not activated.

2013-03-27 Thread Nicolas Liochon (JIRA)
Nicolas Liochon created HBASE-8204: -- Summary: Logging improvements and try to recover lease even when append is not activated. Key: HBASE-8204 URL: https://issues.apache.org/jira/browse/HBASE-8204 Pr

[jira] [Updated] (HBASE-8164) TestTableLockManager fails intermittently in trunk builds

2013-03-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-8164: -- Fix Version/s: 0.95.0 Hadoop Flags: Reviewed Integrated to 0.95 and trunk. Thanks for the reviews, Stack

[jira] [Commented] (HBASE-7680) implement compaction policy for stripe compactions

2013-03-27 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615632#comment-13615632 ] Sergey Shelukhin commented on HBASE-7680: - Compactor is in HBASE-7967, tests in HB

  1   2   >