[30/50] [abbrv] hbase git commit: HBASE-17428 Implement informational RPCs for space quotas

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/bce0fb4e/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/AdminProtos.java -- diff --git a/hbase-protocol-shaded/src/main/java/org/apache/hadoo

[43/50] [abbrv] hbase git commit: HBASE-17955 Various reviewboard improvements to space quota work

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/50c83f2a/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/RegionServerStatusProtos.java -- diff --git a/hbase-protocol-shaded/src/main/java/org

[09/50] [abbrv] hbase git commit: HBASE-17001 Enforce quota violation policies in the RegionServer

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/cecfa66c/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaObserverChoreWithMiniCluster.java -- diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/quo

[23/50] [abbrv] hbase git commit: HBASE-16999 Implement master and regionserver synchronization of quota state

2017-05-22 Thread elserj
HBASE-16999 Implement master and regionserver synchronization of quota state * Implement the RegionServer reading violation from the quota table * Implement the Master reporting violations to the quota table * RegionServers need to track its enforced policies Project: http://git-wip-us.apache.or

[29/50] [abbrv] hbase git commit: HBASE-17428 Implement informational RPCs for space quotas

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/bce0fb4e/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/MasterProtos.java -- diff --git a/hbase-protocol-shaded/src/main/java/org/apache/hado

[22/50] [abbrv] hbase git commit: HBASE-16999 Implement master and regionserver synchronization of quota state

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/8cc14904/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestTableSpaceQuotaViolationNotifier.java -- diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/quot

[13/50] [abbrv] hbase git commit: HBASE-17001 Enforce quota violation policies in the RegionServer

2017-05-22 Thread elserj
HBASE-17001 Enforce quota violation policies in the RegionServer The nuts-and-bolts of filesystem quotas. The Master must inform RegionServers of the violation of a quota by a table. The RegionServer must apply the violation policy as configured. Need to ensure that the proper interfaces exist to

[45/50] [abbrv] hbase git commit: HBASE-17955 Various reviewboard improvements to space quota work

2017-05-22 Thread elserj
HBASE-17955 Various reviewboard improvements to space quota work Most notable change is to cache SpaceViolationPolicyEnforcement objects in the write path. When a table has no quota or there is not SpaceQuotaSnapshot for that table (yet), we want to avoid creating lots of SpaceViolationPolicyEnfor

[10/50] [abbrv] hbase git commit: HBASE-17001 Enforce quota violation policies in the RegionServer

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/cecfa66c/hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/SpaceViolationPolicyEnforcementFactory.java -- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/qu

[20/50] [abbrv] hbase git commit: HBASE-16998 Implement Master-side analysis of region space reports

2017-05-22 Thread elserj
HBASE-16998 Implement Master-side analysis of region space reports Adds a new Chore to the Master that analyzes the reports that are sent by RegionServers. The Master must then, for all tables with quotas, determine the tables that are violating quotas and move those tables into violation. Similar

[18/50] [abbrv] hbase git commit: HBASE-17000 Implement computation of online region sizes and report to the Master

2017-05-22 Thread elserj
HBASE-17000 Implement computation of online region sizes and report to the Master Includes a trivial implementation of the Master-side collection to avoid. Only enough to write a test to verify RS collection. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.a

[44/50] [abbrv] hbase git commit: HBASE-17955 Various reviewboard improvements to space quota work

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/50c83f2a/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/QuotaProtos.java -- diff --git a/hbase-protocol-shaded/src/main/java/org/apache/hadoo

[05/50] [abbrv] hbase git commit: HBASE-16995 Build client Java API and client protobuf messages (Josh Elser)

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/2908f1f6/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/QuotaProtos.java -- diff --git a/hbase-protocol-shaded/src/main/java/org/apache/hadoo

[33/50] [abbrv] hbase git commit: HBASE-17602 Reduce some quota chore periods/delays

2017-05-22 Thread elserj
HBASE-17602 Reduce some quota chore periods/delays Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9b3123ab Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9b3123ab Diff: http://git-wip-us.apache.org/repos/asf/hbase/di

[12/50] [abbrv] hbase git commit: HBASE-17001 Enforce quota violation policies in the RegionServer

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/cecfa66c/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/QuotaProtos.java -- diff --git a/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/gene

[48/50] [abbrv] hbase git commit: HBASE-17002 JMX metrics and some UI additions for space quotas

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/1e843b4d/hbase-protocol-shaded/src/main/protobuf/Master.proto -- diff --git a/hbase-protocol-shaded/src/main/protobuf/Master.proto b/hbase-protocol-shaded/src/main/protobuf/Master.

[08/50] [abbrv] hbase git commit: HBASE-17001 Enforce quota violation policies in the RegionServer

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/cecfa66c/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/policies/BaseViolationPolicyEnforcement.java -- diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/q

[36/50] [abbrv] hbase git commit: HBASE-17003 Documentation updates for space quotas

2017-05-22 Thread elserj
HBASE-17003 Documentation updates for space quotas Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/89bfd86b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/89bfd86b Diff: http://git-wip-us.apache.org/repos/asf/hbase/di

[03/50] [abbrv] hbase git commit: HBASE-16995 Build client Java API and client protobuf messages - addendum fixes white spaces (Josh Elser)

2017-05-22 Thread elserj
HBASE-16995 Build client Java API and client protobuf messages - addendum fixes white spaces (Josh Elser) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/59349254 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/593492

[07/50] [abbrv] hbase git commit: HBASE-16995 Build client Java API and client protobuf messages (Josh Elser)

2017-05-22 Thread elserj
HBASE-16995 Build client Java API and client protobuf messages (Josh Elser) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2908f1f6 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2908f1f6 Diff: http://git-wip-us.apac

[15/50] [abbrv] hbase git commit: HBASE-16996 Implement storage/retrieval of filesystem-use quotas into quota table (Josh Elser)

2017-05-22 Thread elserj
HBASE-16996 Implement storage/retrieval of filesystem-use quotas into quota table (Josh Elser) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3b6b91ac Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3b6b91ac Diff: ht

[26/50] [abbrv] hbase git commit: HBASE-17516 Correctly handle case where table and NS quotas both apply

2017-05-22 Thread elserj
HBASE-17516 Correctly handle case where table and NS quotas both apply The logic surrounding when a table and namespace quota both apply to a table was incorrect, leading to a case where a table quota violation which should have fired did not because of the less-strict namespace quota. Project:

[40/50] [abbrv] hbase git commit: HBASE-17981 Consolidate the space quota shell commands

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/dd4066a5/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/AdminProtos.java -- diff --git a/hbase-protocol-shaded/src/main/java/org/apache/hadoo

[21/50] [abbrv] hbase git commit: HBASE-17259 API to remove space quotas on a table/namespace

2017-05-22 Thread elserj
HBASE-17259 API to remove space quotas on a table/namespace Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ac213ad8 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ac213ad8 Diff: http://git-wip-us.apache.org/repos/asf

[16/50] [abbrv] hbase git commit: HBASE-17000 Implement computation of online region sizes and report to the Master

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/f1b62080/hbase-protocol-shaded/src/main/protobuf/RegionServerStatus.proto -- diff --git a/hbase-protocol-shaded/src/main/protobuf/RegionServerStatus.proto b/hbase-protocol-shaded/s

[01/50] [abbrv] hbase git commit: HBASE-18068 Fix flaky test TestAsyncSnapshotAdminApi [Forced Update!]

2017-05-22 Thread elserj
Repository: hbase Updated Branches: refs/heads/HBASE-16961 97bfe34af -> fae5f7e66 (forced update) HBASE-18068 Fix flaky test TestAsyncSnapshotAdminApi - internalRestoreSnapshot() returns future which completes by just getting proc_id from master. Changed it to wait for the procedure to comple

[41/50] [abbrv] hbase git commit: HBASE-17981 Consolidate the space quota shell commands

2017-05-22 Thread elserj
HBASE-17981 Consolidate the space quota shell commands Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/dd4066a5 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/dd4066a5 Diff: http://git-wip-us.apache.org/repos/asf/hbas

[17/50] [abbrv] hbase git commit: HBASE-17000 Implement computation of online region sizes and report to the Master

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/f1b62080/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/RegionServerStatusProtos.java -- diff --git a/hbase-protocol-shaded/src/main/java/org

[37/50] [abbrv] hbase git commit: HBASE-17976 Remove stability annotation from public audience class

2017-05-22 Thread elserj
HBASE-17976 Remove stability annotation from public audience class Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/802b5e3c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/802b5e3c Diff: http://git-wip-us.apache.org/re

[49/50] [abbrv] hbase git commit: HBASE-17002 JMX metrics and some UI additions for space quotas

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/1e843b4d/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/QuotaProtos.java -- diff --git a/hbase-protocol-shaded/src/main/java/org/apache/hadoo

[11/50] [abbrv] hbase git commit: HBASE-17001 Enforce quota violation policies in the RegionServer

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/cecfa66c/hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/QuotaObserverChore.java -- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/QuotaObserverCh

[32/50] [abbrv] hbase git commit: HBASE-17568 Better handle stale/missing region size reports

2017-05-22 Thread elserj
HBASE-17568 Better handle stale/missing region size reports * Expire region reports in the master after a timeout. * Move regions in violation out of violation when insufficient region size reports are observed. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wi

[19/50] [abbrv] hbase git commit: HBASE-16998 Implement Master-side analysis of region space reports

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/616bca5a/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaObserverChoreWithMiniCluster.java -- diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/quo

[25/50] [abbrv] hbase git commit: HBASE-17478 Avoid reporting FS use when quotas are disabled

2017-05-22 Thread elserj
HBASE-17478 Avoid reporting FS use when quotas are disabled Also, gracefully produce responses when quotas are disabled. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4109ab09 Tree: http://git-wip-us.apache.org/repos/asf/hb

[47/50] [abbrv] hbase git commit: HBASE-17978 Ensure superusers can circumvent actions restricted by space quota violations

2017-05-22 Thread elserj
HBASE-17978 Ensure superusers can circumvent actions restricted by space quota violations Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3b2de2a8 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3b2de2a8 Diff: http://

[35/50] [abbrv] hbase git commit: HBASE-17447 Implement a MasterObserver for automatically deleting space quotas

2017-05-22 Thread elserj
HBASE-17447 Implement a MasterObserver for automatically deleting space quotas When a table or namespace is deleted, it would be nice to automatically delete the quota on said table/NS. It's possible that not all people would want this functionality so we can leave it up to the user to configure t

[34/50] [abbrv] hbase git commit: HBASE-17794 Swap "violation" for "snapshot" where appropriate

2017-05-22 Thread elserj
HBASE-17794 Swap "violation" for "snapshot" where appropriate A couple of variables and comments in which violation is incorrectly used to describe what the code is doing. This was a hold over from early implementation -- need to scrub these out for clarity. Project: http://git-wip-us.apache.org

[24/50] [abbrv] hbase git commit: HBASE-17025 Add shell commands for space quotas

2017-05-22 Thread elserj
HBASE-17025 Add shell commands for space quotas Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d35f88a9 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d35f88a9 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/

[06/50] [abbrv] hbase git commit: HBASE-16995 Build client Java API and client protobuf messages (Josh Elser)

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/2908f1f6/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/MasterProtos.java -- diff --git a/hbase-protocol-shaded/src/main/java/org/apache/hado

[31/50] [abbrv] hbase git commit: HBASE-17428 Implement informational RPCs for space quotas

2017-05-22 Thread elserj
HBASE-17428 Implement informational RPCs for space quotas Create some RPCs that can expose the in-memory state that the RegionServers and Master hold to drive the space quota "state machine". Then, create some hbase shell commands to interact with those. Project: http://git-wip-us.apache.org/rep

[28/50] [abbrv] hbase git commit: HBASE-17428 Implement informational RPCs for space quotas

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/bce0fb4e/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/QuotaProtos.java -- diff --git a/hbase-protocol-shaded/src/main/java/org/apache/hadoo

[42/50] [abbrv] hbase git commit: HBASE-17955 Various reviewboard improvements to space quota work

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/50c83f2a/hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/ActivePolicyEnforcement.java -- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/ActivePoli

[02/50] [abbrv] hbase git commit: HBASE-16995 Build client Java API and client protobuf messages - addendum fixes line lengths (Josh Elser)

2017-05-22 Thread elserj
HBASE-16995 Build client Java API and client protobuf messages - addendum fixes line lengths (Josh Elser) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/dff2622f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/dff262

[27/50] [abbrv] hbase git commit: HBASE-17428 Implement informational RPCs for space quotas

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/bce0fb4e/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/RegionServerStatusProtos.java -- diff --git a/hbase-protocol-shaded/src/main/java/org

[04/50] [abbrv] hbase git commit: HBASE-16995 Build client Java API and client protobuf messages (Josh Elser)

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/2908f1f6/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/QuotaProtos.java -- diff --git a/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/gene

hbase git commit: HBASE-18068 Fix flaky test TestAsyncSnapshotAdminApi

2017-05-22 Thread appy
Repository: hbase Updated Branches: refs/heads/master 3aac047a4 -> 23ea2c36f HBASE-18068 Fix flaky test TestAsyncSnapshotAdminApi - internalRestoreSnapshot() returns future which completes by just getting proc_id from master. Changed it to wait for the procedure to complete. - Refactor TestAs

hbase git commit: HBASE-18069 Fix flaky test TestReplicationAdminWithClusters#testDisableAndEnableReplication

2017-05-22 Thread zghao
Repository: hbase Updated Branches: refs/heads/branch-1 affd6ddf3 -> 4249a1f3d HBASE-18069 Fix flaky test TestReplicationAdminWithClusters#testDisableAndEnableReplication Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/42

hbase git commit: HBASE-18069 Fix flaky test TestReplicationAdminWithClusters#testDisableAndEnableReplication

2017-05-22 Thread zghao
Repository: hbase Updated Branches: refs/heads/master 709f5a198 -> 3aac047a4 HBASE-18069 Fix flaky test TestReplicationAdminWithClusters#testDisableAndEnableReplication Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3aac

<    1   2