[jira] [Updated] (HBASE-3872) Hole in split transaction rollback; edits to .META. need to be rolled back even if it seems like they didn't make it

2011-06-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-3872: - Attachment: 3872-v2.txt Update patch to apply to trunk. > Hole in split transaction rollback; edits to .META. ne

[jira] [Commented] (HBASE-4042) TestDistributedLogSplitting broke on trunk

2011-06-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13057020#comment-13057020 ] stack commented on HBASE-4042: -- More. More interesting deadlocks when servers carrying both

[jira] [Commented] (HBASE-4036) Implementing a MultipleColumnPrefixFilter

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13057008#comment-13057008 ] Hudson commented on HBASE-4036: --- Integrated in HBase-TRUNK #1997 (See [https://builds.apach

[jira] [Created] (HBASE-4043) 0.90 jenkins build failing because of 'too many open files'

2011-06-28 Thread stack (JIRA)
0.90 jenkins build failing because of 'too many open files' --- Key: HBASE-4043 URL: https://issues.apache.org/jira/browse/HBASE-4043 Project: HBase Issue Type: Bug Reporter

[jira] [Created] (HBASE-4042) TestDistributedLogSplitting broke on trunk

2011-06-28 Thread stack (JIRA)
TestDistributedLogSplitting broke on trunk -- Key: HBASE-4042 URL: https://issues.apache.org/jira/browse/HBASE-4042 Project: HBase Issue Type: Bug Reporter: stack There's a couple of issu

[jira] [Commented] (HBASE-4039) Users should be able to choose custom TableInputFormats without modifying TableMapReduceUtil.initTableMapperJob().

2011-06-28 Thread Edward Choi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056998#comment-13056998 ] Edward Choi commented on HBASE-4039: @stack No problem. The least I can do for this pr

[jira] [Commented] (HBASE-4039) Users should be able to choose custom TableInputFormats without modifying TableMapReduceUtil.initTableMapperJob().

2011-06-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056996#comment-13056996 ] stack commented on HBASE-4039: -- @Edward There is no need for you to make a patch. I was just

[jira] [Updated] (HBASE-4039) Users should be able to choose custom TableInputFormats without modifying TableMapReduceUtil.initTableMapperJob().

2011-06-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-4039: - Tags: tableinputformat noob (was: tableinputformat) > Users should be able to choose custom TableInputFormats wi

[jira] [Commented] (HBASE-4039) Users should be able to choose custom TableInputFormats without modifying TableMapReduceUtil.initTableMapperJob().

2011-06-28 Thread Edward Choi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056995#comment-13056995 ] Edward Choi commented on HBASE-4039: I haven't created a patch. This is the first time

[jira] [Commented] (HBASE-3872) Hole in split transaction rollback; edits to .META. need to be rolled back even if it seems like they didn't make it

2011-06-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056981#comment-13056981 ] stack commented on HBASE-3872: -- Yeah, what Ted says. If region is gone from filesystem then

[jira] [Commented] (HBASE-4041) createTable(splitKeys) should be synchronous

2011-06-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056976#comment-13056976 ] Ted Yu commented on HBASE-4041: --- Patch version 5 for HBASE-3904 solves this issue. > create

[jira] [Commented] (HBASE-4039) Users should be able to choose custom TableInputFormats without modifying TableMapReduceUtil.initTableMapperJob().

2011-06-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056975#comment-13056975 ] stack commented on HBASE-4039: -- Do you have a patch for us Edward? > Users should be able to

[jira] [Resolved] (HBASE-4036) Implementing a MultipleColumnPrefixFilter

2011-06-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-4036. -- Resolution: Fixed Fix Version/s: 0.92.0 Hadoop Flags: [Reviewed] Committed to TRUNK. Thanks for th

[jira] [Commented] (HBASE-4012) Further optimize byte comparison methods

2011-06-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056969#comment-13056969 ] stack commented on HBASE-4012: -- Interesting. It looks like we've now picked up the below on

[jira] [Created] (HBASE-4041) createTable(splitKeys) should be synchronous

2011-06-28 Thread Ita Pai (JIRA)
createTable(splitKeys) should be synchronous Key: HBASE-4041 URL: https://issues.apache.org/jira/browse/HBASE-4041 Project: HBase Issue Type: Bug Reporter: Ita Pai Assignee

[jira] [Commented] (HBASE-4012) Further optimize byte comparison methods

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056937#comment-13056937 ] Hudson commented on HBASE-4012: --- Integrated in HBase-TRUNK #1996 (See [https://builds.apach

[jira] [Commented] (HBASE-4016) HRegion.incrementColumnValue() doesn't have a consistent behavior when the field that we are incrementing is less than 8 bytes long

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056938#comment-13056938 ] Hudson commented on HBASE-4016: --- Integrated in HBase-TRUNK #1996 (See [https://builds.apach

[jira] [Commented] (HBASE-4014) Coprocessors: Flag the presence of coprocessors in logged exceptions

2011-06-28 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056932#comment-13056932 ] jirapos...@reviews.apache.org commented on HBASE-4014: --

[jira] [Commented] (HBASE-4012) Further optimize byte comparison methods

2011-06-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056902#comment-13056902 ] Ted Yu commented on HBASE-4012: --- Integrated to TRUNK. Thanks for the review Todd and Stack.

[jira] [Commented] (HBASE-3939) Some crossports of Hadoop IPC fixes

2011-06-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056896#comment-13056896 ] Ted Yu commented on HBASE-3939: --- @Stack, I think you're right. I don't have stack trace. Cu

[jira] [Commented] (HBASE-4012) Further optimize byte comparison methods

2011-06-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056894#comment-13056894 ] stack commented on HBASE-4012: -- This looks fine to me. +1 > Further optimize byte compariso

[jira] [Commented] (HBASE-3939) Some crossports of Hadoop IPC fixes

2011-06-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056891#comment-13056891 ] stack commented on HBASE-3939: -- The 'java.lang.IllegalArgumentException: Not a host:port pair

[jira] [Updated] (HBASE-4016) HRegion.incrementColumnValue() doesn't have a consistent behavior when the field that we are incrementing is less than 8 bytes long

2011-06-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-4016: - Resolution: Fixed Fix Version/s: 0.92.0 Hadoop Flags: [Reviewed] Status: Resolved (was: Pa

[jira] [Commented] (HBASE-1744) Thrift server to match the new java api.

2011-06-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056883#comment-13056883 ] Ted Yu commented on HBASE-1744: --- @Tim, any update ? > Thrift server to match the new java a

[jira] [Updated] (HBASE-4040) HFile JSON Converter

2011-06-28 Thread Riley Patterson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Riley Patterson updated HBASE-4040: --- Remaining Estimate: (was: 24h) Original Estimate: (was: 24h) > HFile JSON Conver

[jira] [Commented] (HBASE-3990) troubleshooting.xml - adding section for NameNode with hadoop shell cmds for disk utilization

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056852#comment-13056852 ] Hudson commented on HBASE-3990: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-3994) SplitTransaction has a window where clients can get RegionOfflineException

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056855#comment-13056855 ] Hudson commented on HBASE-3994: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-4013) Make ZooKeeperListener Abstract

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056859#comment-13056859 ] Hudson commented on HBASE-4013: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-4010) HMaster.createTable could be heavily optimized

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056856#comment-13056856 ] Hudson commented on HBASE-4010: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-3969) Outdated data can not be cleaned in time

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056861#comment-13056861 ] Hudson commented on HBASE-3969: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-4011) New MasterObserver hook: post startup of active master

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056858#comment-13056858 ] Hudson commented on HBASE-4011: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-3946) The splitted region can be online again while the standby hmaster becomes the active one

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056860#comment-13056860 ] Hudson commented on HBASE-3946: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-2077) NullPointerException with an open scanner that expired causing an immediate region server shutdown

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056854#comment-13056854 ] Hudson commented on HBASE-2077: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-3998) book.xml / configuration.xml - reorganize LZO compression info

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056850#comment-13056850 ] Hudson commented on HBASE-3998: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-3506) Allow table name expressed in regex in drop, disable, enable operations

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056851#comment-13056851 ] Hudson commented on HBASE-3506: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-451) Remove HTableDescriptor from HRegionInfo

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056857#comment-13056857 ] Hudson commented on HBASE-451: -- Integrated in HBase-TRUNK #1995 (See [https://builds.apache.o

[jira] [Commented] (HBASE-3995) HBASE-3946 broke TestMasterFailover

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056853#comment-13056853 ] Hudson commented on HBASE-3995: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-3534) Action should not store or serialize regionName

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056840#comment-13056840 ] Hudson commented on HBASE-3534: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-4004) book.xml - adding schema maintenance code example

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056846#comment-13056846 ] Hudson commented on HBASE-4004: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-4020) "testWritesWhileGetting" unit test needs to be fixed.

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056841#comment-13056841 ] Hudson commented on HBASE-4020: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-4005) close_region bugs

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056845#comment-13056845 ] Hudson commented on HBASE-4005: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-4006) HBase book - overhaul of configuration information

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056843#comment-13056843 ] Hudson commented on HBASE-4006: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-4024) Major compaction may not be triggered, even though region server log says it is triggered

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056844#comment-13056844 ] Hudson commented on HBASE-4024: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-4025) Server startup fails during startup due to failure in loading all table descriptors. We should ignore .logs,.oldlogs,.corrupt,.META.,-ROOT- folders while reading descri

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056842#comment-13056842 ] Hudson commented on HBASE-4025: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-4003) Cleanup Calls Conservatively On Timeout

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056847#comment-13056847 ] Hudson commented on HBASE-4003: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-4028) Hmaster crashes caused by splitting log.

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056849#comment-13056849 ] Hudson commented on HBASE-4028: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-4029) Inappropriate checking of Logging Mode in HRegionServer

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056848#comment-13056848 ] Hudson commented on HBASE-4029: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-4037) Add timeout annotations to preempt surefire killing all tests

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056839#comment-13056839 ] Hudson commented on HBASE-4037: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-3984) CT.verifyRegionLocation isn't doing a very good check, can delay cluster recovery

2011-06-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056835#comment-13056835 ] Ted Yu commented on HBASE-3984: --- In TestSplitTransactionOnCluster.java: {code} +while (c

[jira] [Commented] (HBASE-4035) Fix local-master-backup.sh - parameter order wrong

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056836#comment-13056836 ] Hudson commented on HBASE-4035: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-3986) troubleshooting.xml - adding client long-pause and NotServingRegionException entries

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056838#comment-13056838 ] Hudson commented on HBASE-3986: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-3516) Coprocessors: add test cases for loading coprocessor jars from hdfs and local fs.

2011-06-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056837#comment-13056837 ] Hudson commented on HBASE-3516: --- Integrated in HBase-TRUNK #1995 (See [https://builds.apach

[jira] [Commented] (HBASE-3984) CT.verifyRegionLocation isn't doing a very good check, can delay cluster recovery

2011-06-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056832#comment-13056832 ] stack commented on HBASE-3984: -- +1 > CT.verifyRegionLocation isn't doing a very good check,

[jira] [Commented] (HBASE-4038) Hot Region : Write Diagnosis

2011-06-28 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056825#comment-13056825 ] Jason Rutherglen commented on HBASE-4038: - @Nicolas Hot row handling would benefit

[jira] [Updated] (HBASE-3984) CT.verifyRegionLocation isn't doing a very good check, can delay cluster recovery

2011-06-28 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans updated HBASE-3984: -- Attachment: HBASE-3984-trunk-v2.patch New patch for trunk that introduces a new excepti

[jira] [Updated] (HBASE-4038) Hot Region : Write Diagnosis

2011-06-28 Thread Nicolas Spiegelberg (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Spiegelberg updated HBASE-4038: --- Summary: Hot Region : Write Diagnosis (was: Hot Region Diagnosis) > Hot Region : Wri

[jira] [Assigned] (HBASE-4038) Hot Region Diagnosis

2011-06-28 Thread Nicolas Spiegelberg (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Spiegelberg reassigned HBASE-4038: -- Assignee: Riley Patterson (was: Nicolas Spiegelberg) > Hot Region Diagnosis >

[jira] [Commented] (HBASE-4037) Add timeout annotations to preempt surefire killing all tests

2011-06-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056817#comment-13056817 ] Ted Yu commented on HBASE-4037: --- Maybe we should implement our own test discovery algorithm

[jira] [Created] (HBASE-4040) HFile JSON Converter

2011-06-28 Thread Riley Patterson (JIRA)
HFile JSON Converter Key: HBASE-4040 URL: https://issues.apache.org/jira/browse/HBASE-4040 Project: HBase Issue Type: New Feature Components: io, util Reporter: Riley Patterson Assignee:

[jira] [Commented] (HBASE-4034) HRegionServer should be stopped even if no META regions are hosted by the HRegionServer

2011-06-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056748#comment-13056748 ] Ted Yu commented on HBASE-4034: --- I think allUserRegionsOffline should be declared inside {co

[jira] [Updated] (HBASE-4012) Further optimize byte comparison methods

2011-06-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-4012: -- Attachment: 4012-v2.txt > Further optimize byte comparison methods > >

[jira] [Updated] (HBASE-4012) Further optimize byte comparison methods

2011-06-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-4012: -- Attachment: (was: 4012-v2.txt) > Further optimize byte comparison methods > ---

[jira] [Updated] (HBASE-4036) Implementing a MultipleColumnPrefixFilter

2011-06-28 Thread Anirudh Todi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anirudh Todi updated HBASE-4036: Attachment: RevisedTestMultipleColumnPrefixFilter.java Hi Stack - could you try it with the updated

[jira] [Commented] (HBASE-3488) Add CellCounter to count multiple versions of rows

2011-06-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056724#comment-13056724 ] Ted Yu commented on HBASE-3488: --- Integrated to 0.90 branch. > Add CellCounter to count mult

[jira] [Assigned] (HBASE-3484) Replace memstore's ConcurrentSkipListMap with our own implementation

2011-06-28 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon reassigned HBASE-3484: -- Assignee: (was: Todd Lipcon) > Replace memstore's ConcurrentSkipListMap with our own implem

[jira] [Commented] (HBASE-3968) HLog Pretty Printer

2011-06-28 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056718#comment-13056718 ] Todd Lipcon commented on HBASE-3968: seems reasonable > HLog Pretty Printer > ---

[jira] [Updated] (HBASE-4034) HRegionServer should be stopped even if no META regions are hosted by the HRegionServer

2011-06-28 Thread Akash Ashok (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akash Ashok updated HBASE-4034: --- Component/s: regionserver > HRegionServer should be stopped even if no META regions are hosted by the

[jira] [Updated] (HBASE-4034) HRegionServer should be stopped even if no META regions are hosted by the HRegionServer

2011-06-28 Thread Akash Ashok (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akash Ashok updated HBASE-4034: --- Fix Version/s: 0.92.0 Status: Patch Available (was: In Progress) > HRegionServer should b

[jira] [Updated] (HBASE-4034) HRegionServer should be stopped even if no META regions are hosted by the HRegionServer

2011-06-28 Thread Akash Ashok (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akash Ashok updated HBASE-4034: --- Attachment: hbase-4034.patch > HRegionServer should be stopped even if no META regions are hosted by

[jira] [Assigned] (HBASE-4034) HRegionServer should be stopped even if no META regions are hosted by the HRegionServer

2011-06-28 Thread Akash Ashok (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akash Ashok reassigned HBASE-4034: -- Assignee: Akash Ashok > HRegionServer should be stopped even if no META regions are hosted by t

[jira] [Work started] (HBASE-4034) HRegionServer should be stopped even if no META regions are hosted by the HRegionServer

2011-06-28 Thread Akash Ashok (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-4034 started by Akash Ashok. > HRegionServer should be stopped even if no META regions are hosted by the > HRegionServer >

[jira] [Commented] (HBASE-3968) HLog Pretty Printer

2011-06-28 Thread Nicolas Spiegelberg (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056712#comment-13056712 ] Nicolas Spiegelberg commented on HBASE-3968: @Todd: our internal branches do n

[jira] [Updated] (HBASE-4012) Further optimize byte comparison methods

2011-06-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-4012: -- Attachment: 4012-v2.txt Version 2 created a Comparer interface to accommodate the original compareTo() method.

[jira] [Resolved] (HBASE-3516) Coprocessors: add test cases for loading coprocessor jars from hdfs and local fs.

2011-06-28 Thread Gary Helmling (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Helmling resolved HBASE-3516. -- Resolution: Fixed Fix Version/s: 0.92.0 Committed to trunk. Thanks for the patch Mingji

[jira] [Commented] (HBASE-4038) Hot Region Diagnosis

2011-06-28 Thread Nicolas Spiegelberg (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056701#comment-13056701 ] Nicolas Spiegelberg commented on HBASE-4038: @Todd: Correct. We also have a

[jira] [Updated] (HBASE-3516) Coprocessors: add test cases for loading coprocessor jars from hdfs and local fs.

2011-06-28 Thread Mingjie Lai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingjie Lai updated HBASE-3516: --- Attachment: HBase3516-2.patch > Coprocessors: add test cases for loading coprocessor jars from hdfs a

[jira] [Commented] (HBASE-3968) HLog Pretty Printer

2011-06-28 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056667#comment-13056667 ] Todd Lipcon commented on HBASE-3968: One possible route would be to write a converter

[jira] [Commented] (HBASE-4038) Hot Region Diagnosis

2011-06-28 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056662#comment-13056662 ] Todd Lipcon commented on HBASE-4038: Analyzing the HLogs only gets you hot write, not

[jira] [Commented] (HBASE-4012) Further optimize byte comparison methods

2011-06-28 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056656#comment-13056656 ] Todd Lipcon commented on HBASE-4012: The current implementation won't work on non-sun

[jira] [Commented] (HBASE-3692) Handle RejectedExecutionException in HTable

2011-06-28 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056635#comment-13056635 ] Jean-Daniel Cryans commented on HBASE-3692: --- Jeff, Most likely, somewhere, an H

[jira] [Commented] (HBASE-3692) Handle RejectedExecutionException in HTable

2011-06-28 Thread Jeff Whiting (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056627#comment-13056627 ] Jeff Whiting commented on HBASE-3692: - We have seen the same stack trace and have had

[jira] [Commented] (HBASE-4012) Further optimize byte comparison methods

2011-06-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056595#comment-13056595 ] Ted Yu commented on HBASE-4012: --- Test suite got stuck in TestSplitTransactionOnCluster There

[jira] [Updated] (HBASE-4039) Users should be able to choose custom TableInputFormats without modifying TableMapReduceUtil.initTableMapperJob().

2011-06-28 Thread Edward Choi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Choi updated HBASE-4039: --- Description: Currently, org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil.initTableMapperJob() f

[jira] [Created] (HBASE-4039) Users should be able to choose custom TableInputFormats without modifying TableMapReduceUtil.initTableMapperJob().

2011-06-28 Thread Edward Choi (JIRA)
Users should be able to choose custom TableInputFormats without modifying TableMapReduceUtil.initTableMapperJob(). -- Key: HBASE-4039 URL: https://issu

[jira] [Updated] (HBASE-4012) Further optimize byte comparison methods

2011-06-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-4012: -- Attachment: 4012.txt TestBytes passed. Running test suite. > Further optimize byte comparison methods > --

[jira] [Assigned] (HBASE-4012) Further optimize byte comparison methods

2011-06-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reassigned HBASE-4012: - Assignee: Ted Yu (was: Todd Lipcon) > Further optimize byte comparison methods > ---

[jira] [Commented] (HBASE-4033) The shutdown RegionServer could be added to AssignmentManager.servers again

2011-06-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056490#comment-13056490 ] stack commented on HBASE-4033: -- BTW, nice diagram. > The shutdown RegionServer could be adde

[jira] [Commented] (HBASE-4033) The shutdown RegionServer could be added to AssignmentManager.servers again

2011-06-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056489#comment-13056489 ] stack commented on HBASE-4033: -- You could check in OpenedRegionHandler but the regionserver m

[jira] [Commented] (HBASE-4012) Further optimize byte comparison methods

2011-06-28 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056356#comment-13056356 ] Todd Lipcon commented on HBASE-4012: was figuring I might work on this on Thursday at