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

2017-04-17 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/095fabf1/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/QuotaProtos.java -- diff --git

[04/50] [abbrv] hbase git commit: HBASE-17888: Added generic methods for updating metrics on submit and finish of a procedure execution

2017-04-17 Thread elserj
HBASE-17888: Added generic methods for updating metrics on submit and finish of a procedure execution Signed-off-by: Michael Stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c8461456 Tree:

[09/50] [abbrv] hbase git commit: HBASE-15535 Correct link to Trafodion

2017-04-17 Thread elserj
HBASE-15535 Correct link to Trafodion Signed-off-by: CHIA-PING TSAI Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/363f6275 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/363f6275 Diff:

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

2017-04-17 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:

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

2017-04-17 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:

[02/50] [abbrv] hbase git commit: HBASE-17906 When a huge amount of data writing to hbase through thrift2, there will be a deadlock error. (Albert Lee)

2017-04-17 Thread elserj
HBASE-17906 When a huge amount of data writing to hbase through thrift2, there will be a deadlock error. (Albert Lee) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9dd5cda0 Tree:

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

2017-04-11 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/4a715450/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestTableSpaceQuotaViolationNotifier.java -- diff --git

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

2017-04-11 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/79bf1888 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/79bf1888 Diff:

[06/54] [abbrv] hbase git commit: HBASE-17857 Remove IS annotations from IA.Public classes

2017-04-11 Thread elserj
HBASE-17857 Remove IS annotations from IA.Public classes Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a66d4918 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a66d4918 Diff:

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

2017-04-11 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/5def44f5/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/QuotaProtos.java -- diff --git

[03/54] [abbrv] hbase git commit: HBASE-17857 Remove IS annotations from IA.Public classes

2017-04-11 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-client/src/main/java/org/apache/hadoop/hbase/snapshot/ExportSnapshotException.java -- diff --git

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

2017-04-11 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/a1ffeea4/hbase-protocol-shaded/src/main/protobuf/Admin.proto -- diff --git a/hbase-protocol-shaded/src/main/protobuf/Admin.proto

[23/54] [abbrv] hbase git commit: HBASE-17557 HRegionServer#reportRegionSizesForQuotas() should respond to UnsupportedOperationException

2017-04-11 Thread elserj
HBASE-17557 HRegionServer#reportRegionSizesForQuotas() should respond to UnsupportedOperationException Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b8c5387f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b8c5387f

[15/54] [abbrv] hbase git commit: HBASE-17836 CellUtil#estimatedSerializedSizeOf is slow when input is ByteBufferCell

2017-04-11 Thread elserj
HBASE-17836 CellUtil#estimatedSerializedSizeOf is slow when input is ByteBufferCell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1a701ce4 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1a701ce4 Diff:

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

2017-04-11 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

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

2017-04-11 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/bae29b64 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/bae29b64 Diff:

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

2017-04-11 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/2a21313a/hbase-protocol-shaded/src/main/protobuf/RegionServerStatus.proto -- diff --git a/hbase-protocol-shaded/src/main/protobuf/RegionServerStatus.proto

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

2017-04-11 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:

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

2017-04-11 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/95603567 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/95603567 Diff:

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

2017-04-11 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:

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

2017-04-11 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/61301c47 Tree:

[14/54] [abbrv] hbase git commit: HBASE-17816 HRegion#mutateRowWithLocks should update writeRequestCount metric (Weizhan Zeng)

2017-04-11 Thread elserj
HBASE-17816 HRegion#mutateRowWithLocks should update writeRequestCount metric (Weizhan Zeng) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/48b2502a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/48b2502a Diff:

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

2017-04-11 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/76f3e7fb Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/76f3e7fb Diff:

[01/54] [abbrv] hbase git commit: HBASE-17857 Remove IS annotations from IA.Public classes [Forced Update!]

2017-04-11 Thread elserj
Repository: hbase Updated Branches: refs/heads/HBASE-16961 8271fd53f -> f46c16aa2 (forced update) http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/MultiHFileOutputFormat.java

[10/54] [abbrv] hbase git commit: HBASE-17886 Fix compatibility of ServerSideScanMetrics

2017-04-11 Thread elserj
HBASE-17886 Fix compatibility of ServerSideScanMetrics Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d7e3116a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d7e3116a Diff:

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

2017-04-11 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/376ac5d2 Tree:

[16/54] [abbrv] hbase git commit: HBASE-17881 Remove the ByteBufferCellImpl

2017-04-11 Thread elserj
HBASE-17881 Remove the ByteBufferCellImpl Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/18c5ecf6 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/18c5ecf6 Diff:

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

2017-04-11 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/51adf1e8/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/QuotaProtos.java -- diff --git

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

2017-04-11 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/341b21ad Tree:

[13/54] [abbrv] hbase git commit: HBASE-17869 UnsafeAvailChecker wrongly returns false on ppc

2017-04-11 Thread elserj
HBASE-17869 UnsafeAvailChecker wrongly returns false on ppc Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/af604f0c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/af604f0c Diff:

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

2017-04-11 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/7f42b498/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaObserverChoreWithMiniCluster.java -- diff --git

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

2017-04-11 Thread elserj
HBASE-17002 JMX metrics and some UI additions 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/51adf1e8 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/51adf1e8 Diff:

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

2017-04-11 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/7f42b498/hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/QuotaObserverChore.java -- diff --git

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

2017-04-11 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:

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

2017-04-11 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/a1ffeea4/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/QuotaProtos.java -- diff --git

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

2017-04-11 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/51adf1e8/hbase-protocol-shaded/src/main/protobuf/Master.proto -- diff --git a/hbase-protocol-shaded/src/main/protobuf/Master.proto

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

2017-04-11 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:

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

2017-04-11 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:

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

2017-04-11 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

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

2017-04-11 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/2a21313a/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/RegionServerStatusProtos.java -- diff --git

[17/54] [abbrv] hbase git commit: HBASE-17863-addendum: Reverted the order of updateStoreOnExec() and store.isRunning() in execProcedure()

2017-04-11 Thread elserj
HBASE-17863-addendum: Reverted the order of updateStoreOnExec() and store.isRunning() in execProcedure() Change-Id: I1c9d5ee264f4f593a6b2a09011853ab63693f677 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/59e8b8e2 Tree:

[07/54] [abbrv] hbase git commit: HBASE-17854 Use StealJobQueue in HFileCleaner after HBASE-17215

2017-04-11 Thread elserj
HBASE-17854 Use StealJobQueue in HFileCleaner after HBASE-17215 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/cbcbcf4d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/cbcbcf4d Diff:

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

2017-04-11 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:

[05/54] [abbrv] hbase git commit: HBASE-17857 Remove IS annotations from IA.Public classes

2017-04-11 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Increment.java -- diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Increment.java

[12/54] [abbrv] hbase git commit: HBASE-17863: Procedure V2: Some cleanup around Procedure.isFinished() and procedure executor

2017-04-11 Thread elserj
HBASE-17863: Procedure V2: Some cleanup around Procedure.isFinished() and procedure executor Signed-off-by: Michael Stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/91098038 Tree:

[09/54] [abbrv] hbase git commit: HBASE-17858 Update refguide about the IS annotation if necessary

2017-04-11 Thread elserj
HBASE-17858 Update refguide about the IS annotation if necessary Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/17737b27 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/17737b27 Diff:

[08/54] [abbrv] hbase git commit: HBASE-17785 RSGroupBasedLoadBalancer fails to assign new table regions when cloning snapshot

2017-04-11 Thread elserj
HBASE-17785 RSGroupBasedLoadBalancer fails to assign new table regions when cloning snapshot Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/029fa297 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/029fa297 Diff:

[02/54] [abbrv] hbase git commit: HBASE-17857 Remove IS annotations from IA.Public classes

2017-04-11 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-common/src/main/java/org/apache/hadoop/hbase/types/RawString.java -- diff --git a/hbase-common/src/main/java/org/apache/hadoop/hbase/types/RawString.java

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

2017-04-11 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/acf21536/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaObserverChoreWithMiniCluster.java -- diff --git

[18/54] [abbrv] hbase git commit: HBASE-17872 The MSLABImpl generates the invaild cells when unsafe is not availble

2017-04-11 Thread elserj
HBASE-17872 The MSLABImpl generates the invaild cells when unsafe is not availble Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/df96d328 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/df96d328 Diff:

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

2017-04-11 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/10b004b7 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/10b004b7 Diff:

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

2017-04-11 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/5def44f5 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5def44f5 Diff:

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

2017-04-11 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.

[04/54] [abbrv] hbase git commit: HBASE-17857 Remove IS annotations from IA.Public classes

2017-04-11 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/a66d4918/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/InclusiveStopFilter.java -- diff --git

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

2017-04-11 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/7f42b498/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/QuotaProtos.java -- diff --git

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

2017-04-11 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/7f42b498/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/policies/BaseViolationPolicyEnforcement.java -- diff --git

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

2017-04-11 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/7f42b498/hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/SpaceViolationPolicyEnforcementFactory.java -- diff --git

[11/54] [abbrv] hbase git commit: HBASE-17871 scan#setBatch(int) call leads wrong result of VerifyReplication

2017-04-11 Thread elserj
HBASE-17871 scan#setBatch(int) call leads wrong result of VerifyReplication Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ec5188df Tree:

[19/54] [abbrv] hbase git commit: HBASE-16477 Remove Writable interface and related code from WALEdit/WALKey

2017-04-11 Thread elserj
HBASE-16477 Remove Writable interface and related code from WALEdit/WALKey Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/82d554e3 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/82d554e3 Diff:

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

2017-04-11 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/5def44f5/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/QuotaProtos.java -- diff --git

[12/54] [abbrv] hbase git commit: HBASE-17803 PE always re-creates table when we specify the split policy

2017-03-20 Thread elserj
HBASE-17803 PE always re-creates table when we specify the split policy Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/23abc900 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/23abc900 Diff:

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

2017-03-20 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

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

2017-03-20 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/6e042231/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/RegionServerStatusProtos.java -- diff --git

[14/54] [abbrv] hbase git commit: HBASE-17802 Add note that minor versions can add methods to Interfaces

2017-03-20 Thread elserj
HBASE-17802 Add note that minor versions can add methods to Interfaces Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7c03a213 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7c03a213 Diff:

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

2017-03-20 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/d688893c Tree:

[17/54] [abbrv] hbase git commit: HBASE-16084 Cleaned up the stale references in Javadoc

2017-03-20 Thread elserj
HBASE-16084 Cleaned up the stale references in Javadoc Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/55d6dcaf Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/55d6dcaf

[05/54] [abbrv] hbase git commit: HBASE-14123 HBase Backup/Restore Phase 2 (Vladimir Rodionov)

2017-03-20 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/75d0f49d/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/impl/IncrementalBackupManager.java -- diff --git

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

2017-03-20 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/87fa04cc/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/QuotaProtos.java -- diff --git

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

2017-03-20 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.

[04/54] [abbrv] hbase git commit: HBASE-14123 HBase Backup/Restore Phase 2 (Vladimir Rodionov)

2017-03-20 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/75d0f49d/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/master/LogRollMasterProcedureManager.java -- diff --git

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

2017-03-20 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/517eb828 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/517eb828 Diff:

[07/54] [abbrv] hbase git commit: HBASE-14123 HBase Backup/Restore Phase 2 (Vladimir Rodionov)

2017-03-20 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/75d0f49d/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupAdminImpl.java -- diff --git

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

2017-03-20 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/b99e9cf9/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/policies/BaseViolationPolicyEnforcement.java -- diff --git

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

2017-03-20 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/201da141 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/201da141 Diff:

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

2017-03-20 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/341cf7e1/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/QuotaProtos.java -- diff --git

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

2017-03-20 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:

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

2017-03-20 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/a19a95df/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaObserverChoreWithMiniCluster.java -- diff --git

[02/54] [abbrv] hbase git commit: HBASE-14123 HBase Backup/Restore Phase 2 (Vladimir Rodionov)

2017-03-20 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/75d0f49d/hbase-server/src/test/java/org/apache/hadoop/hbase/backup/TestBackupBase.java -- diff --git

[03/54] [abbrv] hbase git commit: HBASE-14123 HBase Backup/Restore Phase 2 (Vladimir Rodionov)

2017-03-20 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/75d0f49d/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HFileInputFormat.java -- diff --git

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

2017-03-20 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/c544ed1f/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestTableSpaceQuotaViolationNotifier.java -- diff --git

[16/54] [abbrv] hbase git commit: HBASE-17806 TestRSGroups#testMoveServersAndTables is flaky in master branch (Guangxu Cheng)

2017-03-20 Thread elserj
HBASE-17806 TestRSGroups#testMoveServersAndTables is flaky in master branch (Guangxu Cheng) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4088f822 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/4088f822 Diff:

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

2017-03-20 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/6e042231/hbase-protocol-shaded/src/main/protobuf/RegionServerStatus.proto -- diff --git a/hbase-protocol-shaded/src/main/protobuf/RegionServerStatus.proto

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

2017-03-20 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/72715494 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/72715494 Diff:

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

2017-03-20 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/87fa04cc Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/87fa04cc Diff:

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

2017-03-20 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/b99e9cf9/hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/SpaceViolationPolicyEnforcementFactory.java -- diff --git

[10/54] [abbrv] hbase git commit: HBASE-14123 HBase Backup/Restore Phase 2 (Vladimir Rodionov)

2017-03-20 Thread elserj
HBASE-14123 HBase Backup/Restore Phase 2 (Vladimir Rodionov) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/75d0f49d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/75d0f49d Diff:

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

2017-03-20 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/b99e9cf9/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaObserverChoreWithMiniCluster.java -- diff --git

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

2017-03-20 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/b99e9cf9/hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/QuotaObserverChore.java -- diff --git

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

2017-03-20 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:

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

2017-03-20 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:

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

2017-03-20 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/9684493c Tree:

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

2017-03-20 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/6d1558c8/hbase-protocol-shaded/src/main/protobuf/Master.proto -- diff --git a/hbase-protocol-shaded/src/main/protobuf/Master.proto

[15/54] [abbrv] hbase git commit: HBASE-17691 Add ScanMetrics support for async scan

2017-03-20 Thread elserj
HBASE-17691 Add ScanMetrics support for async scan Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5b4bb821 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5b4bb821 Diff:

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

2017-03-20 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/87fa04cc/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/QuotaProtos.java -- diff --git

[13/54] [abbrv] hbase git commit: HBASE-17803 Addendum fix NPE

2017-03-20 Thread elserj
HBASE-17803 Addendum fix NPE Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/261aa944 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/261aa944 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/261aa944 Branch:

[11/54] [abbrv] hbase git commit: Add Eshcar Hillel to pom file

2017-03-20 Thread elserj
Add Eshcar Hillel to pom file Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b299c138 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b299c138 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b299c138 Branch:

[18/54] [abbrv] hbase git commit: HBASE-17582 Fix broken drop page cache hint (broken by HBASE-15236).

2017-03-20 Thread elserj
HBASE-17582 Fix broken drop page cache hint (broken by HBASE-15236). Change-Id: I2947ab979979f977db7b0c282c4aaf4eb1f26482 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e39e0e63 Tree:

[19/54] [abbrv] hbase git commit: Added hbase high performance cookbook to the book resources page on the website

2017-03-20 Thread elserj
Added hbase high performance cookbook to the book resources page on the website Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/16900c8c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/16900c8c Diff:

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

2017-03-20 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

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

2017-03-20 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/187a43f1 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/187a43f1 Diff:

<    6   7   8   9   10   11   12   13   >