[jira] [Updated] (HBASE-10357) Failover RPC's for scans

2014-04-21 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das updated HBASE-10357: Attachment: 10357-3.2.txt This is a more complete patch. The way this works is that ScannerCallabl

[jira] [Commented] (HBASE-11048) Support setting custom priority per client RPC

2014-04-21 Thread Jonathan Hsieh (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976439#comment-13976439 ] Jonathan Hsieh commented on HBASE-11048: [~mbertozzi] should take a look -- he re

[jira] [Commented] (HBASE-10974) Improve DBEs read performance by avoiding byte array deep copies for key[] and value[]

2014-04-21 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976405#comment-13976405 ] Lars Hofhansl commented on HBASE-10974: --- I love the idea of pushing the decision to

[jira] [Commented] (HBASE-10929) Change ScanQueryMatcher to use Cells instead of KeyValue.

2014-04-21 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976403#comment-13976403 ] Lars Hofhansl commented on HBASE-10929: --- Belated +1. Nice change. Had been thinking

[jira] [Commented] (HBASE-11023) Port HBASE-10488 "'mvn site' is broken due to org.apache.jasper.JspC not found" to 0.98

2014-04-21 Thread Konstantin Boudnik (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976360#comment-13976360 ] Konstantin Boudnik commented on HBASE-11023: Yes, using release tarball in th

[jira] [Commented] (HBASE-11001) Shell support for granting cell permissions for testing

2014-04-21 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976352#comment-13976352 ] Hadoop QA commented on HBASE-11001: --- {color:red}-1 overall{color}. Here are the result

[jira] [Updated] (HBASE-10929) Change ScanQueryMatcher to use Cells instead of KeyValue.

2014-04-21 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ramkrishna.s.vasudevan updated HBASE-10929: --- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (w

[jira] [Commented] (HBASE-11025) Infrastructure for pluggable consensus service

2014-04-21 Thread Mikhail Antonov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976339#comment-13976339 ] Mikhail Antonov commented on HBASE-11025: - Thanks for review [~stack] ! bq. Do w

[jira] [Commented] (HBASE-11032) Replace deprecated methods in FileSystem with their replacements

2014-04-21 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976337#comment-13976337 ] Hudson commented on HBASE-11032: FAILURE: Integrated in HBase-TRUNK #5105 (See [https://

[jira] [Commented] (HBASE-10950) Add a configuration point for MaxVersion of Column Family

2014-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976319#comment-13976319 ] Andrew Purtell commented on HBASE-10950: Looks ok, or how about for description:

[jira] [Updated] (HBASE-11031) Some HTable's are not closed in TestLogRolling

2014-04-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-11031: --- Fix Version/s: (was: 0.99.0) > Some HTable's are not closed in TestLogRolling >

[jira] [Commented] (HBASE-11023) Port HBASE-10488 "'mvn site' is broken due to org.apache.jasper.JspC not found" to 0.98

2014-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976317#comment-13976317 ] Andrew Purtell commented on HBASE-11023: Don't use '-Dhadoop.profile=23' Use '-D

[jira] [Updated] (HBASE-11018) ZKUtil.getChildDataAndWatchForNewChildren() will not return null as indicated

2014-04-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-11018: --- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) Thanks for

[jira] [Updated] (HBASE-11046) New Scanner API

2014-04-21 Thread Yi Deng (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yi Deng updated HBASE-11046: Description: A new scanner API for reducing unnecessary RPC calls: Motivation: # RPC is expensive to both

[jira] [Updated] (HBASE-11046) New Scanner API

2014-04-21 Thread Yi Deng (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yi Deng updated HBASE-11046: Description: A new scanner API for reducing unnecessary RPC calls: Motivation: # RPC is expensive to both

[jira] [Updated] (HBASE-11046) New Scanner API

2014-04-21 Thread Yi Deng (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yi Deng updated HBASE-11046: Description: A new scanner API for reducing unnecessary RPC calls: Motivation: # RPC is expensive to both

[jira] [Updated] (HBASE-11046) New Scanner API

2014-04-21 Thread Yi Deng (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yi Deng updated HBASE-11046: Description: A new scanner API for reducing unnecessary RPC calls: Motivation: # RPC is expensive to both

[jira] [Updated] (HBASE-11046) New Scanner API

2014-04-21 Thread Yi Deng (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yi Deng updated HBASE-11046: Description: A new scanner API for reducing unnecessary RPC calls: Motivation: # RPC is expensive to both

[jira] [Updated] (HBASE-11001) Shell support for granting cell permissions for testing

2014-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-11001: --- Status: Patch Available (was: Open) Tested manually. Created a table with two families with

[jira] [Updated] (HBASE-11001) Shell support for granting cell permissions for testing

2014-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-11001: --- Attachment: HBASE-11001.patch > Shell support for granting cell permissions for testing > --

[jira] [Commented] (HBASE-11018) ZKUtil.getChildDataAndWatchForNewChildren() will not return null as indicated

2014-04-21 Thread chunhui shen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976285#comment-13976285 ] chunhui shen commented on HBASE-11018: -- +1 > ZKUtil.getChildDataAndWatchForNewChild

[jira] [Commented] (HBASE-10999) Cross-row Transaction : Implement Percolator Algorithm on HBase

2014-04-21 Thread cuijianwei (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976279#comment-13976279 ] cuijianwei commented on HBASE-10999: [~stack], thanks for your comment. Haeinsa is an

[jira] [Updated] (HBASE-11001) Shell support for granting cell permissions for testing

2014-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-11001: --- Description: For testing purposes it would be useful if the shell can support a simple synt

[jira] [Updated] (HBASE-11001) Shell support for granting cell permissions for testing

2014-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-11001: --- Description: For testing purposes it would be useful if the shell can support a simple synt

[jira] [Commented] (HBASE-10948) Fix hbase table file 'x' mode

2014-04-21 Thread Jerry He (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976269#comment-13976269 ] Jerry He commented on HBASE-10948: -- Good point. Should be an easy fix for 0.98 or less

[jira] [Commented] (HBASE-11001) Shell support for granting cell permissions for testing

2014-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976266#comment-13976266 ] Andrew Purtell commented on HBASE-11001: I have a working version of the patch bu

[jira] [Commented] (HBASE-10994) HBase Multi-Tenancy

2014-04-21 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976254#comment-13976254 ] Elliott Clark commented on HBASE-10994: --- Can we put this on the schedule for the af

[jira] [Commented] (HBASE-10950) Add a configuration point for MaxVersion of Column Family

2014-04-21 Thread Enoch Hsu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976250#comment-13976250 ] Enoch Hsu commented on HBASE-10950: --- Right. How does this look? hbase.column.max

[jira] [Updated] (HBASE-10994) HBase Multi-Tenancy

2014-04-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated HBASE-10994: - Labels: Phoenix multitenancy quota (was: multitenancy quota) > HBase Multi-Tenancy > --

[jira] [Commented] (HBASE-10948) Fix hbase table file 'x' mode

2014-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976239#comment-13976239 ] Andrew Purtell commented on HBASE-10948: No confusion. Fix it a different way for

[jira] [Commented] (HBASE-10994) HBase Multi-Tenancy

2014-04-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976225#comment-13976225 ] stack commented on HBASE-10994: --- bq. FWIW, a number of folks in the PhD program at Duke are

[jira] [Updated] (HBASE-11043) Users with table's read/write permission can't get table's description

2014-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-11043: --- Resolution: Not a Problem Assignee: (was: Liu Shaohui) Status: Resolved (w

[jira] [Commented] (HBASE-11043) Users with table's read/write permission can't get table's description

2014-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976224#comment-13976224 ] Andrew Purtell commented on HBASE-11043: This is by design. > Users with table'

[jira] [Updated] (HBASE-11032) Replace deprecated methods in FileSystem with their replacements

2014-04-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-11032: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Replace deprecated methods in FileSyste

[jira] [Commented] (HBASE-10994) HBase Multi-Tenancy

2014-04-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976188#comment-13976188 ] James Taylor commented on HBASE-10994: -- Correct, [~stack]. I should have been more v

[jira] [Commented] (HBASE-11048) Support setting custom priority per client RPC

2014-04-21 Thread Jesse Yates (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976173#comment-13976173 ] Jesse Yates commented on HBASE-11048: - I was trying avoid changing the interfaces. Wi

[jira] [Commented] (HBASE-11048) Support setting custom priority per client RPC

2014-04-21 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976171#comment-13976171 ] Elliott Clark commented on HBASE-11048: --- Why put it per client ? Why not per call a

[jira] [Updated] (HBASE-11048) Support setting custom priority per client RPC

2014-04-21 Thread Jesse Yates (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Yates updated HBASE-11048: Attachment: hbase-11048-trunk-v0.patch Attaching initial patch. I went with adding another factory

[jira] [Commented] (HBASE-11044) [Shell] Show groups for user in 'whoami' output

2014-04-21 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976160#comment-13976160 ] Hudson commented on HBASE-11044: SUCCESS: Integrated in HBase-0.98-on-Hadoop-1.1 #271 (Se

[jira] [Created] (HBASE-11048) Support setting custom priority per client RPC

2014-04-21 Thread Jesse Yates (JIRA)
Jesse Yates created HBASE-11048: --- Summary: Support setting custom priority per client RPC Key: HBASE-11048 URL: https://issues.apache.org/jira/browse/HBASE-11048 Project: HBase Issue Type: Impr

[jira] [Updated] (HBASE-11037) Race condition in TestZKBasedOpenCloseRegion

2014-04-21 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-11037: -- Issue Type: Test (was: Bug) > Race condition in TestZKBasedOpenCloseRegion >

[jira] [Updated] (HBASE-11024) TestSecureLoadIncrementalHFilesSplitRecovery should wait longer for ACL table

2014-04-21 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-11024: -- Issue Type: Test (was: Bug) > TestSecureLoadIncrementalHFilesSplitRecovery should wait longer

[jira] [Updated] (HBASE-11042) TestForceCacheImportantBlocks OOMs occasionally in 0.94

2014-04-21 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-11042: -- Issue Type: Test (was: Bug) > TestForceCacheImportantBlocks OOMs occasionally in 0.94 > -

[jira] [Updated] (HBASE-11022) Increase timeout for TestHBaseFsck.testSplitDaughtersNotInMeta

2014-04-21 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-11022: -- Issue Type: Test (was: Bug) > Increase timeout for TestHBaseFsck.testSplitDaughtersNotInMeta

[jira] [Updated] (HBASE-10989) TestAccessController needs better timeout

2014-04-21 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-10989: -- Issue Type: Test (was: Bug) > TestAccessController needs better timeout > ---

[jira] [Updated] (HBASE-11029) Increase wait in TestSplitTransactionOnCluster.split

2014-04-21 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-11029: -- Issue Type: Test (was: Bug) > Increase wait in TestSplitTransactionOnCluster.split >

[jira] [Updated] (HBASE-10987) Increase timeout in TestZKLeaderManager.testLeaderSelection

2014-04-21 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-10987: -- Issue Type: Test (was: Bug) > Increase timeout in TestZKLeaderManager.testLeaderSelection > -

[jira] [Updated] (HBASE-11010) TestChangingEncoding is unnecessarily slow

2014-04-21 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-11010: -- Issue Type: Test (was: Bug) > TestChangingEncoding is unnecessarily slow > --

[jira] [Updated] (HBASE-11017) TestHRegionBusyWait.testWritesWhileScanning fails frequently in 0.94

2014-04-21 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-11017: -- Issue Type: Test (was: Bug) > TestHRegionBusyWait.testWritesWhileScanning fails frequently in

[jira] [Updated] (HBASE-10988) Properly wait for server in TestThriftServerCmdLine

2014-04-21 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-10988: -- Issue Type: Test (was: Bug) > Properly wait for server in TestThriftServerCmdLine > -

[jira] [Updated] (HBASE-10996) TestTableSnapshotInputFormatScan fails frequently on 0.94

2014-04-21 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-10996: -- Issue Type: Test (was: Bug) > TestTableSnapshotInputFormatScan fails frequently on 0.94 > ---

[jira] [Updated] (HBASE-11040) TestAccessController, TestAccessControllerFilter, and TestTablePermissions need to wait longer to ACL table

2014-04-21 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-11040: -- Issue Type: Test (was: Sub-task) Parent: (was: HBASE-11024) > TestAccessControlle

[jira] [Updated] (HBASE-10982) TestZKProcedure.testMultiCohortWithMemberTimeoutDuringPrepare fails frequently in 0.94

2014-04-21 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-10982: -- Issue Type: Test (was: Bug) > TestZKProcedure.testMultiCohortWithMemberTimeoutDuringPrepare f

[jira] [Commented] (HBASE-11044) [Shell] Show groups for user in 'whoami' output

2014-04-21 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976141#comment-13976141 ] Hudson commented on HBASE-11044: FAILURE: Integrated in HBase-TRUNK #5104 (See [https://

[jira] [Updated] (HBASE-10969) TestDistributedLogSplitting fails frequently in 0.94.

2014-04-21 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-10969: -- Issue Type: Test (was: Bug) > TestDistributedLogSplitting fails frequently in 0.94. > ---

[jira] [Commented] (HBASE-11025) Infrastructure for pluggable consensus service

2014-04-21 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976137#comment-13976137 ] ryan rawson commented on HBASE-11025: - Yes doing a full DI is totally out of question

[jira] [Commented] (HBASE-11008) Align bulk load, flush, and compact to require Action.CREATE

2014-04-21 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976134#comment-13976134 ] Hadoop QA commented on HBASE-11008: --- {color:red}-1 overall{color}. Here are the result

[jira] [Commented] (HBASE-10801) Ensure DBE interfaces can work with Cell

2014-04-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976132#comment-13976132 ] stack commented on HBASE-10801: --- bq. ByteRange is also fine. But till we finalise on the AP

[jira] [Updated] (HBASE-11008) Align bulk load, flush, and compact to require Action.CREATE

2014-04-21 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans updated HBASE-11008: --- Attachment: HBASE-11008-0.94.patch Attaching the patch for 0.94. I have to force usi

[jira] [Commented] (HBASE-10999) Cross-row Transaction : Implement Percolator Algorithm on HBase

2014-04-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976125#comment-13976125 ] stack commented on HBASE-10999: --- [~cuijianwei] Looking forward to it. Any comment on how i

[jira] [Commented] (HBASE-11043) Users with table's read/write permission can't get table's description

2014-04-21 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976108#comment-13976108 ] Jean-Daniel Cryans commented on HBASE-11043: It's this way because of HBASE-8

[jira] [Commented] (HBASE-11025) Infrastructure for pluggable consensus service

2014-04-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976065#comment-13976065 ] stack commented on HBASE-11025: --- I am +1 on commit. Will let this hang out for a while in

[jira] [Commented] (HBASE-11025) Infrastructure for pluggable consensus service

2014-04-21 Thread Konstantin Boudnik (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976053#comment-13976053 ] Konstantin Boudnik commented on HBASE-11025: bq. Looks like this patch is pre

[jira] [Commented] (HBASE-10873) Control number of regions assigned to backup masters

2014-04-21 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976050#comment-13976050 ] Jimmy Xiang commented on HBASE-10873: - bq. In that case, we do not even need this iss

[jira] [Commented] (HBASE-10873) Control number of regions assigned to backup masters

2014-04-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976031#comment-13976031 ] stack commented on HBASE-10873: --- bq. In that case, we do not even need this issue? Perhap

[jira] [Commented] (HBASE-11047) Remove TimeoutMontior

2014-04-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976022#comment-13976022 ] stack commented on HBASE-11047: --- +1 > Remove TimeoutMontior > - > >

[jira] [Commented] (HBASE-11025) Infrastructure for pluggable consensus service

2014-04-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976021#comment-13976021 ] stack commented on HBASE-11025: --- Skimming the patch, it looks like you made it work Mikhai

[jira] [Updated] (HBASE-11032) Replace deprecated methods in FileSystem with their replacements

2014-04-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-11032: --- Hadoop Flags: Reviewed Integrated to trunk. Thanks for the patch, Gustavo. > Replace deprecated methods in

[jira] [Commented] (HBASE-11025) Infrastructure for pluggable consensus service

2014-04-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976015#comment-13976015 ] stack commented on HBASE-11025: --- bq. Instead of a static factory, would you consider using

[jira] [Commented] (HBASE-11031) Some HTable's are not closed in TestLogRolling

2014-04-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976013#comment-13976013 ] Ted Yu commented on HBASE-11031: If every change of priority were accompanied by proper c

[jira] [Commented] (HBASE-10873) Control number of regions assigned to backup masters

2014-04-21 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976006#comment-13976006 ] Enis Soztutar commented on HBASE-10873: --- bq. Sounds like you'd like us to replicate

[jira] [Commented] (HBASE-11044) [Shell] Show groups for user in 'whoami' output

2014-04-21 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976005#comment-13976005 ] Hudson commented on HBASE-11044: FAILURE: Integrated in HBase-0.98 #287 (See [https://bu

[jira] [Commented] (HBASE-11045) Replace deprecated method FileSystem#createNonRecursive

2014-04-21 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975988#comment-13975988 ] Enis Soztutar commented on HBASE-11045: --- [~ted_yu] can you please like the Hdfs iss

[jira] [Commented] (HBASE-11032) Replace deprecated methods in FileSystem with their replacements

2014-04-21 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975986#comment-13975986 ] Enis Soztutar commented on HBASE-11032: --- Linked HBASE-11045. +1 for the v1 patch.

[jira] [Commented] (HBASE-11032) Replace deprecated methods in FileSystem with their replacements

2014-04-21 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975984#comment-13975984 ] Hadoop QA commented on HBASE-11032: --- {color:green}+1 overall{color}. Here are the resu

[jira] [Created] (HBASE-11047) Remove TimeoutMontior

2014-04-21 Thread Jimmy Xiang (JIRA)
Jimmy Xiang created HBASE-11047: --- Summary: Remove TimeoutMontior Key: HBASE-11047 URL: https://issues.apache.org/jira/browse/HBASE-11047 Project: HBase Issue Type: Improvement Compone

[jira] [Commented] (HBASE-11026) Provide option to filter out all rows in PerformanceEvaluation tool

2014-04-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975976#comment-13975976 ] stack commented on HBASE-11026: --- I don't see filterAll option in the usage string (I think

[jira] [Commented] (HBASE-10873) Control number of regions assigned to backup masters

2014-04-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975974#comment-13975974 ] stack commented on HBASE-10873: --- bq. I was thinking of setting the value to 0, which gives

[jira] [Commented] (HBASE-10994) HBase Multi-Tenancy

2014-04-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975963#comment-13975963 ] stack commented on HBASE-10994: --- [~giacomotaylor] You are not suggesting that apache phoeni

[jira] [Commented] (HBASE-11031) Some HTable's are not closed in TestLogRolling

2014-04-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975961#comment-13975961 ] stack commented on HBASE-11031: --- [~ted_yu] I'm trying to follow along what is going on in t

[jira] [Commented] (HBASE-10929) Change ScanQueryMatcher to use Cells instead of KeyValue.

2014-04-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975955#comment-13975955 ] stack commented on HBASE-10929: --- I skimmed v4. lgtm. > Change ScanQueryMatcher to use Cel

[jira] [Commented] (HBASE-11031) Some HTable's are not closed in TestLogRolling

2014-04-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975953#comment-13975953 ] stack commented on HBASE-11031: --- [~ted_yu] Misquote. Reread. > Some HTable's are not clos

[jira] [Commented] (HBASE-11044) [Shell] Show groups for user in 'whoami' output

2014-04-21 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975948#comment-13975948 ] Hadoop QA commented on HBASE-11044: --- {color:red}-1 overall{color}. Here are the result

[jira] [Created] (HBASE-11046) New Scanner API

2014-04-21 Thread Yi Deng (JIRA)
Yi Deng created HBASE-11046: --- Summary: New Scanner API Key: HBASE-11046 URL: https://issues.apache.org/jira/browse/HBASE-11046 Project: HBase Issue Type: New Feature Components: Scanners

[jira] [Commented] (HBASE-11023) Port HBASE-10488 "'mvn site' is broken due to org.apache.jasper.JspC not found" to 0.98

2014-04-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975910#comment-13975910 ] Ted Yu commented on HBASE-11023: With the command line above, I hit the same error. > Po

[jira] [Commented] (HBASE-11023) Port HBASE-10488 "'mvn site' is broken due to org.apache.jasper.JspC not found" to 0.98

2014-04-21 Thread Konstantin Boudnik (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975903#comment-13975903 ] Konstantin Boudnik commented on HBASE-11023: Hitting this everytime. Now righ

[jira] [Commented] (HBASE-11045) Replace deprecated method FileSystem#createNonRecursive

2014-04-21 Thread Gustavo Anatoly (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975893#comment-13975893 ] Gustavo Anatoly commented on HBASE-11045: - Thanks Enis. You have any suggestion?

[jira] [Commented] (HBASE-10948) Fix hbase table file 'x' mode

2014-04-21 Thread Jerry He (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975890#comment-13975890 ] Jerry He commented on HBASE-10948: -- Hi, Andrew Thanks for the info and reminder. The me

[jira] [Commented] (HBASE-10873) Control number of regions assigned to backup masters

2014-04-21 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975883#comment-13975883 ] Jimmy Xiang commented on HBASE-10873: - The patch is just for trunk. I thought we pref

[jira] [Updated] (HBASE-10958) [dataloss] Bulk loading with seqids can prevent some log entries from being replayed

2014-04-21 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-10958: -- Fix Version/s: (was: 0.94.19) 0.94.20 Moving to 0.94.20. > [dataloss]

[jira] [Updated] (HBASE-9740) A corrupt HFile could cause endless attempts to assign the region without a chance of success

2014-04-21 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-9740: - Fix Version/s: (was: 0.94.19) 0.94.20 I am going to push this one more (la

[jira] [Commented] (HBASE-11045) Replace deprecated method FileSystem#createNonRecursive

2014-04-21 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975852#comment-13975852 ] Enis Soztutar commented on HBASE-11045: --- Any more context on this? FileSystem#cre

[jira] [Updated] (HBASE-11041) HBaseTestingUtil.createMultiRegions deals incorrectly with missing column family

2014-04-21 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-11041: -- Fix Version/s: (was: 0.94.19) 0.94.20 > HBaseTestingUtil.createMultiReg

[jira] [Commented] (HBASE-10994) HBase Multi-Tenancy

2014-04-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975849#comment-13975849 ] James Taylor commented on HBASE-10994: -- For existing support of multi-tenancy in Apa

[jira] [Commented] (HBASE-10873) Control number of regions assigned to backup masters

2014-04-21 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975844#comment-13975844 ] Enis Soztutar commented on HBASE-10873: --- bq. Should we set the default value to 1 (

[jira] [Commented] (HBASE-11031) Some HTable's are not closed in TestLogRolling

2014-04-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975826#comment-13975826 ] Ted Yu commented on HBASE-11031: The feedback I got was: bq. This fixes nothing > Some H

[jira] [Commented] (HBASE-11031) Some HTable's are not closed in TestLogRolling

2014-04-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975819#comment-13975819 ] stack commented on HBASE-11031: --- Revert but no explanation why: "-

[jira] [Commented] (HBASE-10929) Change ScanQueryMatcher to use Cells instead of KeyValue.

2014-04-21 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975803#comment-13975803 ] ramkrishna.s.vasudevan commented on HBASE-10929: Can i commit the latest

[jira] [Commented] (HBASE-11026) Provide option to filter out all rows in PerformanceEvaluation tool

2014-04-21 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975802#comment-13975802 ] ramkrishna.s.vasudevan commented on HBASE-11026: Ping!! > Provide option

[jira] [Updated] (HBASE-11044) [Shell] Show groups for user in 'whoami' output

2014-04-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-11044: --- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Availa

  1   2   >