[jira] [Commented] (HBASE-18085) Prevent parallel purge in ObjectPool

2017-05-22 Thread Yu Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020685#comment-16020685 ] Yu Li commented on HBASE-18085: --- bq. In ur test method for tryLock, there is no logic other than just try

[jira] [Commented] (HBASE-18085) Prevent parallel purge in ObjectPool

2017-05-22 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020668#comment-16020668 ] Anoop Sam John commented on HBASE-18085: In ur test method for tryLock, there is no logic other

[jira] [Commented] (HBASE-16961) FileSystem Quotas

2017-05-22 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020666#comment-16020666 ] Chia-Ping Tsai commented on HBASE-16961: Bravo!! > FileSystem Quotas > - > >

[jira] [Commented] (HBASE-17850) Backup system repair utility

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020659#comment-16020659 ] Hudson commented on HBASE-17850: SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #3060 (See

[jira] [Commented] (HBASE-18093) Overloading the meaning of 'enabled' in Quota Manager to indicate either quota disabled or quota manager not ready is not good

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020651#comment-16020651 ] Hadoop QA commented on HBASE-18093: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-18005) read replica: handle the case that region server hosting both primary replica and meta region is down

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020633#comment-16020633 ] Hadoop QA commented on HBASE-18005: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-18066) Get with closest_row_before on "hbase:meta" can return empty Cell during region merge/split

2017-05-22 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020631#comment-16020631 ] stack commented on HBASE-18066: --- bq. Yes, and I think , better to support getClosestRowBefore in master ,

[jira] [Commented] (HBASE-18066) Get with closest_row_before on "hbase:meta" can return empty Cell during region merge/split

2017-05-22 Thread Zheng Hu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020628#comment-16020628 ] Zheng Hu commented on HBASE-18066: -- bq. And for master I think we have already removed the related code

[jira] [Assigned] (HBASE-18066) Get with closest_row_before on "hbase:meta" can return empty Cell during region merge/split

2017-05-22 Thread Zheng Hu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu reassigned HBASE-18066: Assignee: Zheng Hu > Get with closest_row_before on "hbase:meta" can return empty Cell during >

[jira] [Updated] (HBASE-18013) Write response directly instead of creating a fake call when setup connection

2017-05-22 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-18013: -- Attachment: HBASE-18013-v1.patch Fix findbugs warnings. > Write response directly instead of creating

[jira] [Commented] (HBASE-18084) Improve CleanerChore to clean from directory which consumes more disk space

2017-05-22 Thread Yu Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020591#comment-16020591 ] Yu Li commented on HBASE-18084: --- Ok, at a second thought I think I got your point [~huaxiang], but here we

[jira] [Commented] (HBASE-18085) Prevent parallel purge in ObjectPool

2017-05-22 Thread Yu Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020588#comment-16020588 ] Yu Li commented on HBASE-18085: --- bq. Can we use the return value of purgeLock.tryLock() passed to BlackHole

[jira] [Commented] (HBASE-18066) Get with closest_row_before on "hbase:meta" can return empty Cell during region merge/split

2017-05-22 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020586#comment-16020586 ] Duo Zhang commented on HBASE-18066: --- I would suggest we implement it with reverse scan at server side.

[jira] [Commented] (HBASE-18066) Get with closest_row_before on "hbase:meta" can return empty Cell during region merge/split

2017-05-22 Thread Zheng Hu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020583#comment-16020583 ] Zheng Hu commented on HBASE-18066: -- bq. My question is why we implement the function with two steps? I

[jira] [Commented] (HBASE-18084) Improve CleanerChore to clean from directory which consumes more disk space

2017-05-22 Thread Yu Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020580#comment-16020580 ] Yu Li commented on HBASE-18084: --- bq. Replace it with Long.compare(long x, long y)? What's the reason

[jira] [Updated] (HBASE-18042) Client Compatibility breaks between versions 1.2 and 1.3

2017-05-22 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-18042: -- Affects Version/s: 1.4.0 1.2.5 1.1.10

[jira] [Commented] (HBASE-18068) Fix flaky test TestAsyncSnapshotAdminApi

2017-05-22 Thread Zheng Hu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020562#comment-16020562 ] Zheng Hu commented on HBASE-18068: -- Sorry for the late rely. The patch looks good and thanks for the

[jira] [Commented] (HBASE-11544) [Ergonomics] hbase.client.scanner.caching is dogged and will try to return batch even if it means OOME

2017-05-22 Thread Karan Mehta (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020554#comment-16020554 ] Karan Mehta commented on HBASE-11544: - [~jonathan.lawlor] Can the server return multiple partial

[jira] [Updated] (HBASE-18005) read replica: handle the case that region server hosting both primary replica and meta region is down

2017-05-22 Thread huaxiang sun (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] huaxiang sun updated HBASE-18005: - Attachment: HBASE-18005-master-004.patch v4 patch. Changed based on HBASE-18035, enabled

[jira] [Commented] (HBASE-18027) Replication should respect RPC size limits when batching edits

2017-05-22 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020514#comment-16020514 ] Andrew Purtell commented on HBASE-18027: Again, maybe the right patch this time > Replication

[jira] [Updated] (HBASE-18027) Replication should respect RPC size limits when batching edits

2017-05-22 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-18027: --- Attachment: HBASE-18027.patch > Replication should respect RPC size limits when batching

[jira] [Commented] (HBASE-18027) Replication should respect RPC size limits when batching edits

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020497#comment-16020497 ] Hadoop QA commented on HBASE-18027: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Updated] (HBASE-18060) Backport to branch-1 HBASE-9774 HBase native metrics and metric collection for coprocessors

2017-05-22 Thread Vincent Poon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vincent Poon updated HBASE-18060: - Attachment: HBASE-18060.branch-1.v5.patch HBASE-18060.branch-1.3.v5.patch fixed

[jira] [Assigned] (HBASE-16392) Backup delete fault tolerance

2017-05-22 Thread Vladimir Rodionov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Rodionov reassigned HBASE-16392: - Assignee: Vladimir Rodionov > Backup delete fault tolerance >

[jira] [Commented] (HBASE-17850) Backup system repair utility

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020425#comment-16020425 ] Hadoop QA commented on HBASE-17850: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Updated] (HBASE-17850) Backup system repair utility

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

[jira] [Updated] (HBASE-17850) Backup system repair utility

2017-05-22 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-17850: --- Summary: Backup system repair utility (was: Backup system restore /repair utility) > Backup system repair

[jira] [Commented] (HBASE-18093) Overloading the meaning of 'enabled' in Quota Manager to indicate either quota disabled or quota manager not ready is not good

2017-05-22 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020378#comment-16020378 ] Stephen Yuan Jiang commented on HBASE-18093: Rebase the latest change in master in V3 patch.

[jira] [Updated] (HBASE-18093) Overloading the meaning of 'enabled' in Quota Manager to indicate either quota disabled or quota manager not ready is not good

2017-05-22 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Yuan Jiang updated HBASE-18093: --- Attachment: HBASE-18093.v3-master.patch > Overloading the meaning of 'enabled' in

[jira] [Commented] (HBASE-18041) Add pylintrc file to HBase

2017-05-22 Thread Alex Leblang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020354#comment-16020354 ] Alex Leblang commented on HBASE-18041: -- [~dspivak] what do we need to do to move this forward? Do

[jira] [Commented] (HBASE-17850) Backup system restore /repair utility

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020338#comment-16020338 ] Hadoop QA commented on HBASE-17850: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Assigned] (HBASE-15602) Clean up using directives in cc files.

2017-05-22 Thread Scott Hunt (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Hunt reassigned HBASE-15602: -- Assignee: Scott Hunt > Clean up using directives in cc files. >

[jira] [Updated] (HBASE-15602) Clean up using directives in cc files.

2017-05-22 Thread Scott Hunt (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Hunt updated HBASE-15602: --- Attachment: HBASE-15602.HBASE-14850.patch This is bigger than I would have liked. My first goal

[jira] [Commented] (HBASE-17955) Commit Reviewboard comments from Vlad

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020311#comment-16020311 ] Hudson commented on HBASE-17955: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Commented] (HBASE-17981) Roll list_quota_violations into list_quota_snapshots

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020313#comment-16020313 ] Hudson commented on HBASE-17981: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Commented] (HBASE-17978) Investigate hbase superuser permissions in the face of quota violation

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020314#comment-16020314 ] Hudson commented on HBASE-17978: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Commented] (HBASE-18093) Overloading the meaning of 'enabled' in Quota Manager to indicate either quota disabled or quota manager not ready is not good

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020316#comment-16020316 ] Hadoop QA commented on HBASE-18093: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-17976) Remove stability annotation from public audience-marked classes

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020312#comment-16020312 ] Hudson commented on HBASE-17976: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Commented] (HBASE-17447) Automatically delete quota when table is deleted

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020310#comment-16020310 ] Hudson commented on HBASE-17447: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Commented] (HBASE-17977) Enabled Master observer to delete quotas on table deletion by default

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020315#comment-16020315 ] Hudson commented on HBASE-17977: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Commented] (HBASE-17557) HRegionServer#reportRegionSizesForQuotas() should respond to UnsupportedOperationException

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020294#comment-16020294 ] Hudson commented on HBASE-17557: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Updated] (HBASE-17959) Canary timeout should be configurable on a per-table basis

2017-05-22 Thread Chinmay Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinmay Kulkarni updated HBASE-17959: - Attachment: HBASE-17959.003.patch [~apurtell] I thought this would not be necessary

[jira] [Commented] (HBASE-17001) [RegionServer] Implement enforcement of quota violation policies

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020298#comment-16020298 ] Hudson commented on HBASE-17001: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Commented] (HBASE-16998) [Master] Analyze table use reports and update quota violations

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020295#comment-16020295 ] Hudson commented on HBASE-16998: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Commented] (HBASE-17002) [Master] Report quotas and active violations on Master UI and JMX metrics

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020307#comment-16020307 ] Hudson commented on HBASE-17002: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Commented] (HBASE-17478) Avoid sending FSUtilization reports to master when quota support is not enabled

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020301#comment-16020301 ] Hudson commented on HBASE-17478: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Commented] (HBASE-17003) Update book for filesystem use quotas

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020308#comment-16020308 ] Hudson commented on HBASE-17003: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Commented] (HBASE-17428) Expand on shell commands for detailed insight

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020302#comment-16020302 ] Hudson commented on HBASE-17428: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Commented] (HBASE-17025) [Shell] Support space quota get/set via the shell

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020300#comment-16020300 ] Hudson commented on HBASE-17025: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Commented] (HBASE-17516) Table quota not taking precedence over namespace quota

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020304#comment-16020304 ] Hudson commented on HBASE-17516: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Commented] (HBASE-17602) Tweak chore delay/period defaults

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020305#comment-16020305 ] Hudson commented on HBASE-17602: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Commented] (HBASE-17568) Expire region reports in the HMaster

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020306#comment-16020306 ] Hudson commented on HBASE-17568: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Commented] (HBASE-17000) [RegionServer] Compute region filesystem space use and report to Master

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020293#comment-16020293 ] Hudson commented on HBASE-17000: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Commented] (HBASE-17794) Remove lingering "violation" in favor of the accurate "snapshot"

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020309#comment-16020309 ] Hudson commented on HBASE-17794: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Commented] (HBASE-17259) Missing functionality to remove space quota

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020299#comment-16020299 ] Hudson commented on HBASE-17259: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Commented] (HBASE-16999) [Master] Inform RegionServers on size quota violations

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020297#comment-16020297 ] Hudson commented on HBASE-16999: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Commented] (HBASE-16996) Implement storage/retrieval of filesystem-use quotas into quota table

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020292#comment-16020292 ] Hudson commented on HBASE-16996: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Comment Edited] (HBASE-17959) Canary timeout should be configurable on a per-table basis

2017-05-22 Thread Chinmay Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020296#comment-16020296 ] Chinmay Kulkarni edited comment on HBASE-17959 at 5/22/17 10:19 PM:

[jira] [Commented] (HBASE-16995) Build client Java API and client protobuf messages

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020291#comment-16020291 ] Hudson commented on HBASE-16995: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See

[jira] [Commented] (HBASE-18084) Improve CleanerChore to clean from directory which consumes more disk space

2017-05-22 Thread huaxiang sun (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020288#comment-16020288 ] huaxiang sun commented on HBASE-18084: -- {code} return (f1ConsumedSpace > f2ConsumedSpace) ? -1

[jira] [Commented] (HBASE-18090) Improve TableSnapshotInputFormat to allow more multiple mappers per region

2017-05-22 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020265#comment-16020265 ] Ted Yu commented on HBASE-18090: For the new TableMapReduceUtil#initTableSnapshotMapJob method (in mapred

[jira] [Commented] (HBASE-18060) Backport to branch-1 HBASE-9774 HBase native metrics and metric collection for coprocessors

2017-05-22 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020264#comment-16020264 ] Andrew Purtell commented on HBASE-18060: [~vincentpoon] The TestInterfaceAudienceAnnotations

[jira] [Work started] (HBASE-18091) Add API for who currently holds a lock on namespace/ table/ region and log when state is LOCK_EVENT_WAIT

2017-05-22 Thread Umesh Agashe (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-18091 started by Umesh Agashe. > Add API for who currently holds a lock on namespace/ table/ region and log >

[jira] [Updated] (HBASE-18027) Replication should respect RPC size limits when batching edits

2017-05-22 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-18027: --- Attachment: HBASE-18027.patch Updated patch fixes findbugs warning. > Replication should

[jira] [Commented] (HBASE-18093) Overloading the meaning of 'enabled' in Quota Manager to indicate either quota disabled or quota manager not ready is not good

2017-05-22 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020259#comment-16020259 ] Stephen Yuan Jiang commented on HBASE-18093: The failure from V1 patch does not make sense.

[jira] [Updated] (HBASE-18093) Overloading the meaning of 'enabled' in Quota Manager to indicate either quota disabled or quota manager not ready is not good

2017-05-22 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Yuan Jiang updated HBASE-18093: --- Attachment: HBASE-18093.v2-master.patch > Overloading the meaning of 'enabled' in

[jira] [Commented] (HBASE-18027) Replication should respect RPC size limits when batching edits

2017-05-22 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020255#comment-16020255 ] Andrew Purtell commented on HBASE-18027: Eh, spoke too soon about the findbugs warning actually.

[jira] [Commented] (HBASE-18027) Replication should respect RPC size limits when batching edits

2017-05-22 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020254#comment-16020254 ] Andrew Purtell commented on HBASE-18027: Thanks [~ashu210890] Test failures and timeouts are

[jira] [Updated] (HBASE-18090) Improve TableSnapshotInputFormat to allow more multiple mappers per region

2017-05-22 Thread Mikhail Antonov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Antonov updated HBASE-18090: Status: Patch Available (was: Open) > Improve TableSnapshotInputFormat to allow more

[jira] [Updated] (HBASE-18090) Improve TableSnapshotInputFormat to allow more multiple mappers per region

2017-05-22 Thread Mikhail Antonov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Antonov updated HBASE-18090: Status: Open (was: Patch Available) > Improve TableSnapshotInputFormat to allow more

[jira] [Commented] (HBASE-18093) Overloading the meaning of 'enabled' in Quota Manager to indicate either quota disabled or quota manager not ready is not good

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020227#comment-16020227 ] Hadoop QA commented on HBASE-18093: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-18090) Improve TableSnapshotInputFormat to allow more multiple mappers per region

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020202#comment-16020202 ] Hadoop QA commented on HBASE-18090: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-18093) Overloading the meaning of 'enabled' in Quota Manager to indicate either quota disabled or quota manager not ready is not good

2017-05-22 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020190#comment-16020190 ] Ted Yu commented on HBASE-18093: {code} 62private boolean initalized = false; {code} Typo in

[jira] [Commented] (HBASE-16488) Starting namespace and quota services in master startup asynchronizely

2017-05-22 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020184#comment-16020184 ] Stephen Yuan Jiang commented on HBASE-16488: hadoop.hbase.quotas.TestQuotaAdmin failure

[jira] [Commented] (HBASE-18093) Overloading the meaning of 'enabled' in Quota Manager to indicate either quota disabled or quota manager not ready is not good

2017-05-22 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020180#comment-16020180 ] Stephen Yuan Jiang commented on HBASE-18093: V1 patch to distinguish whether quota is

[jira] [Updated] (HBASE-18093) Overloading 'enabled' in Quota Manager to indicate either quota disabled or quota manager not ready is not good

2017-05-22 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Yuan Jiang updated HBASE-18093: --- Summary: Overloading 'enabled' in Quota Manager to indicate either quota disabled or

[jira] [Updated] (HBASE-18093) Overloading the meaning of 'enabled' in Quota Manager to indicate either quota disabled or quota manager not ready is not good

2017-05-22 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Yuan Jiang updated HBASE-18093: --- Status: Patch Available (was: Open) > Overloading the meaning of 'enabled' in Quota

[jira] [Updated] (HBASE-18093) Overloading the meaning of 'enabled' in Quota Manager to indicate either quota disabled or quota manager not ready is not good

2017-05-22 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Yuan Jiang updated HBASE-18093: --- Summary: Overloading the meaning of 'enabled' in Quota Manager to indicate either

[jira] [Updated] (HBASE-18093) Overload 'enabled' in Quota Manager

2017-05-22 Thread Stephen Yuan Jiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Yuan Jiang updated HBASE-18093: --- Attachment: HBASE-18093.v1-master.patch > Overload 'enabled' in Quota Manager >

[jira] [Created] (HBASE-18093) Overload 'enabled' in Quota Manager

2017-05-22 Thread Stephen Yuan Jiang (JIRA)
Stephen Yuan Jiang created HBASE-18093: -- Summary: Overload 'enabled' in Quota Manager Key: HBASE-18093 URL: https://issues.apache.org/jira/browse/HBASE-18093 Project: HBase Issue Type:

[jira] [Commented] (HBASE-18068) Fix flaky test TestAsyncSnapshotAdminApi

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020133#comment-16020133 ] Hudson commented on HBASE-18068: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3058 (See

[jira] [Commented] (HBASE-18075) Support namespaces and tables with non-latin alphabetical characters

2017-05-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020135#comment-16020135 ] Hudson commented on HBASE-18075: FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3058 (See

[jira] [Commented] (HBASE-18060) Backport to branch-1 HBASE-9774 HBase native metrics and metric collection for coprocessors

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020131#comment-16020131 ] Hadoop QA commented on HBASE-18060: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Updated] (HBASE-17850) Backup system restore /repair utility

2017-05-22 Thread Vladimir Rodionov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Rodionov updated HBASE-17850: -- Attachment: HBASE-17850-v7.patch Patch v7 > Backup system restore /repair utility >

[jira] [Resolved] (HBASE-16961) FileSystem Quotas

2017-05-22 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved HBASE-16961. Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 2.0.0 Rebased and merged all

[jira] [Updated] (HBASE-18090) Improve TableSnapshotInputFormat to allow more multiple mappers per region

2017-05-22 Thread Mikhail Antonov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Antonov updated HBASE-18090: Status: Patch Available (was: Open) > Improve TableSnapshotInputFormat to allow more

[jira] [Commented] (HBASE-18027) Replication should respect RPC size limits when batching edits

2017-05-22 Thread Ashu Pachauri (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16020024#comment-16020024 ] Ashu Pachauri commented on HBASE-18027: --- [~apurtell] bq. Perhaps we table this change and wait and

[jira] [Updated] (HBASE-17850) Backup system restore /repair utility

2017-05-22 Thread Vladimir Rodionov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Rodionov updated HBASE-17850: -- Attachment: HBASE-17850-v6.patch patch v6. cc: [~te...@apache.org] > Backup system

[jira] [Created] (HBASE-18092) Removing a peer does not properly clean up the ReplicationSourceManager state and metrics

2017-05-22 Thread Ashu Pachauri (JIRA)
Ashu Pachauri created HBASE-18092: - Summary: Removing a peer does not properly clean up the ReplicationSourceManager state and metrics Key: HBASE-18092 URL: https://issues.apache.org/jira/browse/HBASE-18092

[jira] [Created] (HBASE-18091) Add API for who currently holds a lock on namespace/ table/ region and log when state is LOCK_EVENT_WAIT

2017-05-22 Thread Umesh Agashe (JIRA)
Umesh Agashe created HBASE-18091: Summary: Add API for who currently holds a lock on namespace/ table/ region and log when state is LOCK_EVENT_WAIT Key: HBASE-18091 URL:

[jira] [Commented] (HBASE-18087) Fix unit tests for TestTableFavoredNodes

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16019991#comment-16019991 ] Hadoop QA commented on HBASE-18087: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Updated] (HBASE-18087) Fix unit tests for TestTableFavoredNodes

2017-05-22 Thread Umesh Agashe (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Umesh Agashe updated HBASE-18087: - Status: Patch Available (was: Open) > Fix unit tests for TestTableFavoredNodes >

[jira] [Commented] (HBASE-15930) Make IntegrationTestReplication's waitForReplication() smarter

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16019989#comment-16019989 ] Hadoop QA commented on HBASE-15930: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Updated] (HBASE-18090) Improve TableSnapshotInputFormat to allow more multiple mappers per region

2017-05-22 Thread Mikhail Antonov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Antonov updated HBASE-18090: Attachment: HBASE-18090-branch-1.3-v1.patch patch for review > Improve

[jira] [Commented] (HBASE-18038) Rename StoreFile to HStoreFile and add a StoreFile interface for CP

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16019967#comment-16019967 ] Hadoop QA commented on HBASE-18038: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Updated] (HBASE-18087) Fix unit tests for TestTableFavoredNodes

2017-05-22 Thread Umesh Agashe (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Umesh Agashe updated HBASE-18087: - Attachment: HBASE-18087.hbase-14614.001.patch > Fix unit tests for TestTableFavoredNodes >

[jira] [Created] (HBASE-18090) Improve TableSnapshotInputFormat to allow more multiple mappers per region

2017-05-22 Thread Mikhail Antonov (JIRA)
Mikhail Antonov created HBASE-18090: --- Summary: Improve TableSnapshotInputFormat to allow more multiple mappers per region Key: HBASE-18090 URL: https://issues.apache.org/jira/browse/HBASE-18090

[jira] [Commented] (HBASE-18075) Support namespaces and tables with non-latin alphabetical characters

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16019920#comment-16019920 ] Hadoop QA commented on HBASE-18075: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-18085) Prevent parallel purge in ObjectPool

2017-05-22 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16019890#comment-16019890 ] Anoop Sam John commented on HBASE-18085: That looks to be so big of a diff and I fear some

[jira] [Updated] (HBASE-18075) Support namespaces and tables with non-latin alphabetical characters

2017-05-22 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-18075: --- Resolution: Fixed Status: Resolved (was: Patch Available) Pushed the addendum. Thanks again

  1   2   >