[jira] [Commented] (HBASE-6188) Remove the concept of table owner

2012-06-17 Thread Laxman (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393685#comment-13393685 ] Laxman commented on HBASE-6188: --- >From the log attached. {noformat} at org.apache.h

[jira] [Updated] (HBASE-6228) Fixup daughters twice cause daughter region assigned twice

2012-06-17 Thread chunhui shen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chunhui shen updated HBASE-6228: Attachment: HBASE-6228.patch > Fixup daughters twice cause daughter region assigned twice > --

[jira] [Commented] (HBASE-6222) Add per-KeyValue Security

2012-06-17 Thread Laxman (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393676#comment-13393676 ] Laxman commented on HBASE-6222: --- Good to see lot of interest and discussion in this. I coul

[jira] [Created] (HBASE-6228) Fixup daughters twice cause daughter region assigned twice

2012-06-17 Thread chunhui shen (JIRA)
chunhui shen created HBASE-6228: --- Summary: Fixup daughters twice cause daughter region assigned twice Key: HBASE-6228 URL: https://issues.apache.org/jira/browse/HBASE-6228 Project: HBase Issu

[jira] [Commented] (HBASE-6227) SSH and cluster startup causes data loss

2012-06-17 Thread chunhui shen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393672#comment-13393672 ] chunhui shen commented on HBASE-6227: - @ram bq.I think if the ROOT and META are assign

[jira] [Commented] (HBASE-6227) SSH and cluster startup causes data loss

2012-06-17 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393670#comment-13393670 ] ramkrishna.s.vasudevan commented on HBASE-6227: --- @Chunhui Thanks for checkin

[jira] [Commented] (HBASE-4791) Allow Secure Zookeeper JAAS configuration to be programmatically set (rather than only by reading JAAS configuration file)

2012-06-17 Thread Laxman (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393665#comment-13393665 ] Laxman commented on HBASE-4791: --- @Matt, "zookeeper.sasl.clientconfig" is only for client con

[jira] [Updated] (HBASE-6227) SSH and cluster startup causes data loss

2012-06-17 Thread chunhui shen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chunhui shen updated HBASE-6227: Attachment: HBASE-6227.patch > SSH and cluster startup causes data loss >

[jira] [Commented] (HBASE-6227) SSH and cluster startup causes data loss

2012-06-17 Thread chunhui shen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393659#comment-13393659 ] chunhui shen commented on HBASE-6227: - In my opinion, an easy way to fix this issue is

[jira] [Commented] (HBASE-6227) SSH and cluster startup causes data loss

2012-06-17 Thread chunhui shen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393658#comment-13393658 ] chunhui shen commented on HBASE-6227: - @ram I think it is caused by HBASE-5916, becaus

[jira] [Updated] (HBASE-6227) SSH and cluster startup causes data loss

2012-06-17 Thread chunhui shen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chunhui shen updated HBASE-6227: Description: In AssignmentManager#processDeadServersAndRegionsInTransition, if servershutdownhandl

[jira] [Updated] (HBASE-6227) SSH and cluster startup causes data loss

2012-06-17 Thread chunhui shen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chunhui shen updated HBASE-6227: Description: In AssignmentManager#processDeadServersAndRegionsInTransition, if servershutdownhandl

[jira] [Created] (HBASE-6227) SSH and cluster startup causes data loss

2012-06-17 Thread chunhui shen (JIRA)
chunhui shen created HBASE-6227: --- Summary: SSH and cluster startup causes data loss Key: HBASE-6227 URL: https://issues.apache.org/jira/browse/HBASE-6227 Project: HBase Issue Type: Bug

[jira] [Updated] (HBASE-6226) move DataBlockEncoding and related classes to hbase-common module

2012-06-17 Thread Matt Corgan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Corgan updated HBASE-6226: --- Attachment: HBASE-6226-v1.patch attaching initial patch > move DataBlockEncoding and

[jira] [Created] (HBASE-6226) move DataBlockEncoding and related classes to hbase-common module

2012-06-17 Thread Matt Corgan (JIRA)
Matt Corgan created HBASE-6226: -- Summary: move DataBlockEncoding and related classes to hbase-common module Key: HBASE-6226 URL: https://issues.apache.org/jira/browse/HBASE-6226 Project: HBase

[jira] [Commented] (HBASE-6224) add Pre and Post coprocessor hooks for BulkLoad

2012-06-17 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393652#comment-13393652 ] Hadoop QA commented on HBASE-6224: -- -1 overall. Here are the results of testing the late

[jira] [Commented] (HBASE-6224) add Pre and Post coprocessor hooks for BulkLoad

2012-06-17 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393649#comment-13393649 ] Hadoop QA commented on HBASE-6224: -- -1 overall. Here are the results of testing the late

[jira] [Commented] (HBASE-6169) When a RS aborts without finishing closing a region, this region will always remain "in transition".

2012-06-17 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393648#comment-13393648 ] Maryann Xue commented on HBASE-6169: Yes, you are right. looks like this problem only

[jira] [Updated] (HBASE-6169) When a RS aborts without finishing closing a region, this region will always remain "in transition".

2012-06-17 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maryann Xue updated HBASE-6169: --- Affects Version/s: (was: 0.94.0) > When a RS aborts without finishing closing a region, this

[jira] [Updated] (HBASE-6224) add Pre and Post coprocessor hooks for BulkLoad

2012-06-17 Thread Francis Liu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francis Liu updated HBASE-6224: --- Status: Patch Available (was: Open) > add Pre and Post coprocessor hooks for BulkLoad >

[jira] [Commented] (HBASE-5498) Secure Bulk Load

2012-06-17 Thread Francis Liu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393646#comment-13393646 ] Francis Liu commented on HBASE-5498: I've split this work into two sub-tasks. Task #1

[jira] [Created] (HBASE-6225) create secure bulk load endpoint

2012-06-17 Thread Francis Liu (JIRA)
Francis Liu created HBASE-6225: -- Summary: create secure bulk load endpoint Key: HBASE-6225 URL: https://issues.apache.org/jira/browse/HBASE-6225 Project: HBase Issue Type: Sub-task Com

[jira] [Updated] (HBASE-6224) add Pre and Post coprocessor hooks for BulkLoad

2012-06-17 Thread Francis Liu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francis Liu updated HBASE-6224: --- Attachment: HBASE-6224.patch After a discussion with Andy during the HBase BOF. I simplified the sign

[jira] [Created] (HBASE-6224) add Pre and Post coprocessor hooks for BulkLoad

2012-06-17 Thread Francis Liu (JIRA)
Francis Liu created HBASE-6224: -- Summary: add Pre and Post coprocessor hooks for BulkLoad Key: HBASE-6224 URL: https://issues.apache.org/jira/browse/HBASE-6224 Project: HBase Issue Type: Sub-tas

[jira] [Commented] (HBASE-6202) Medium tests fail with jdk1.7

2012-06-17 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393641#comment-13393641 ] Jimmy Xiang commented on HBASE-6202: @Stack, should I push the patch in?

[jira] [Updated] (HBASE-5360) [uberhbck] Add options for how to handle offline split parents.

2012-06-17 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang updated HBASE-5360: --- Resolution: Fixed Status: Resolved (was: Patch Available) > [uberhbck] Add options for h

[jira] [Created] (HBASE-6223) Document hbck improvements: HBASE-6173, HBASE-5360

2012-06-17 Thread Jimmy Xiang (JIRA)
Jimmy Xiang created HBASE-6223: -- Summary: Document hbck improvements: HBASE-6173, HBASE-5360 Key: HBASE-6223 URL: https://issues.apache.org/jira/browse/HBASE-6223 Project: HBase Issue Type: Tas

[jira] [Commented] (HBASE-5360) [uberhbck] Add options for how to handle offline split parents.

2012-06-17 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393640#comment-13393640 ] Hadoop QA commented on HBASE-5360: -- -1 overall. Here are the results of testing the late

[jira] [Updated] (HBASE-5360) [uberhbck] Add options for how to handle offline split parents.

2012-06-17 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang updated HBASE-5360: --- Attachment: 5360_hbase_v4.patch 5360-0.94-hbase.patch 5360-0.92-hbase.

[jira] [Updated] (HBASE-5360) [uberhbck] Add options for how to handle offline split parents.

2012-06-17 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang updated HBASE-5360: --- Fix Version/s: 0.94.1 0.96.0 0.92.2 0.90.7

[jira] [Commented] (HBASE-6211) Latencies not in jmx

2012-06-17 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393638#comment-13393638 ] Elliott Clark commented on HBASE-6211: -- I've done manual spot checks. I'll try and g

[jira] [Commented] (HBASE-6165) Replication can overrun .META scans on cluster re-start

2012-06-17 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393636#comment-13393636 ] Elliott Clark commented on HBASE-6165: -- Upping the number of privileged ipc threads i

[jira] [Commented] (HBASE-6207) Add jitter to client retry timer

2012-06-17 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393634#comment-13393634 ] Elliott Clark commented on HBASE-6207: -- That does initialize with the current time:

[jira] [Commented] (HBASE-6200) KeyComparator.compareWithoutRow can be wrong when families have the same prefix

2012-06-17 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393626#comment-13393626 ] stack commented on HBASE-6200: -- Seems like a 'hole' since elsewhere in KV we compare columns

[jira] [Commented] (HBASE-6222) Add per-KeyValue Security

2012-06-17 Thread Matt Corgan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393625#comment-13393625 ] Matt Corgan commented on HBASE-6222: {quote}Worth doing a bake-off?{quote} If we didn'

[jira] [Updated] (HBASE-6188) Remove the concept of table owner

2012-06-17 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-6188: -- Comment: was deleted (was: -1 overall. Here are the results of testing the latest attachment

[jira] [Commented] (HBASE-6222) Add per-KeyValue Security

2012-06-17 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393623#comment-13393623 ] stack commented on HBASE-6222: -- bq. I would assume the latter, a map of key values for each t

[jira] [Commented] (HBASE-6222) Add per-KeyValue Security

2012-06-17 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393622#comment-13393622 ] Andrew Purtell commented on HBASE-6222: --- @Jon, Stack: No we don't have to mimic the

[jira] [Commented] (HBASE-6222) Add per-KeyValue Security

2012-06-17 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393621#comment-13393621 ] Andrew Purtell commented on HBASE-6222: --- bq. All-in-all, the tags raise some interes

[jira] [Commented] (HBASE-6222) Add per-KeyValue Security

2012-06-17 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393618#comment-13393618 ] Andrew Purtell commented on HBASE-6222: --- @Matt {quote} bq. @Matt So attributes carr

[jira] [Commented] (HBASE-6222) Add per-KeyValue Security

2012-06-17 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393617#comment-13393617 ] Andrew Purtell commented on HBASE-6222: --- @Lars I was following up to this point: {q

[jira] [Commented] (HBASE-6188) Remove the concept of table owner

2012-06-17 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393616#comment-13393616 ] Hadoop QA commented on HBASE-6188: -- -1 overall. Here are the results of testing the late

[jira] [Updated] (HBASE-6188) Remove the concept of table owner

2012-06-17 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-6188: -- Attachment: org.apache.hadoop.hbase.security.access.TestAccessController.txt Patch v4 still fai

[jira] [Updated] (HBASE-6188) Remove the concept of table owner

2012-06-17 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-6188: -- Comment: was deleted (was: -1 overall. Here are the results of testing the latest attachment

[jira] [Updated] (HBASE-6188) Remove the concept of table owner

2012-06-17 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-6188: -- Comment: was deleted (was: -1 overall. Here are the results of testing the latest attachment

[jira] [Updated] (HBASE-6188) Remove the concept of table owner

2012-06-17 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-6188: -- Comment: was deleted (was: -1 overall. Here are the results of testing the latest attachment

[jira] [Updated] (HBASE-6188) Remove the concept of table owner

2012-06-17 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-6188: -- Comment: was deleted (was: -1 overall. Here are the results of testing the latest attachment

[jira] [Commented] (HBASE-6222) Add per-KeyValue Security

2012-06-17 Thread Matt Corgan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393589#comment-13393589 ] Matt Corgan commented on HBASE-6222: {quote}@Matt So attributes carry in information a

[jira] [Commented] (HBASE-4791) Allow Secure Zookeeper JAAS configuration to be programmatically set (rather than only by reading JAAS configuration file)

2012-06-17 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393531#comment-13393531 ] Matteo Bertozzi commented on HBASE-4791: No changes are need in ZooKeeper, it allo

[jira] [Commented] (HBASE-6200) KeyComparator.compareWithoutRow can be wrong when families have the same prefix

2012-06-17 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393517#comment-13393517 ] Lars Hofhansl commented on HBASE-6200: -- So family and qualifier are compared together

[jira] [Commented] (HBASE-6200) KeyComparator.compareWithoutRow can be wrong when families have the same prefix

2012-06-17 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393515#comment-13393515 ] Lars Hofhansl commented on HBASE-6200: -- Meh... Looking again at the code. Families ar

[jira] [Commented] (HBASE-6200) KeyComparator.compareWithoutRow can be wrong when families have the same prefix

2012-06-17 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393509#comment-13393509 ] Lars Hofhansl commented on HBASE-6200: -- The problem is that families are not compared

[jira] [Commented] (HBASE-6210) Backport HBASE-6197 to 0.94 and 0.92?

2012-06-17 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393508#comment-13393508 ] Lars Hofhansl commented on HBASE-6210: -- +1 on not releasing 0.94.1 without this.

[jira] [Commented] (HBASE-6222) Add per-KeyValue Security

2012-06-17 Thread Lars George (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393496#comment-13393496 ] Lars George commented on HBASE-6222: @Matt If you need to add this anyways, then I wou

[jira] [Commented] (HBASE-6222) Add per-KeyValue Security

2012-06-17 Thread Lars George (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393492#comment-13393492 ] Lars George commented on HBASE-6222: bq. If we add a ColumnVisibility-like expression

[jira] [Commented] (HBASE-6222) Add per-KeyValue Security

2012-06-17 Thread Lars George (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393488#comment-13393488 ] Lars George commented on HBASE-6222: bq. @Lars When you say "...I thought it might be

[jira] [Commented] (HBASE-6188) Remove the concept of table owner

2012-06-17 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393478#comment-13393478 ] Hadoop QA commented on HBASE-6188: -- -1 overall. Here are the results of testing the late