[35/50] hbase git commit: HBASE-15774 Fix Upgrade lock usage in connection pool.

2016-05-17 Thread eclark
HBASE-15774 Fix Upgrade lock usage in connection pool. Summary: Use upgrade lock better. Fix a clang warning around initializing the UpgradeHolder incorrectly. Remove dead code. ( We'l need to add it back when there's a better plan) Add on more comments. Test Plan: buck test --all Differential

[47/50] hbase git commit: HBASE-15821 Document TestUtil

2016-05-17 Thread eclark
HBASE-15821 Document TestUtil Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/eb4b234a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/eb4b234a Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/eb4b234a Branch:

[29/50] hbase git commit: HBASE-15649 Ignore buck-out when building docker image

2016-05-17 Thread eclark
HBASE-15649 Ignore buck-out when building docker image Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/60141ef1 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/60141ef1 Diff:

[28/50] hbase git commit: HBASE-15604 Add a good readme on the build.

2016-05-17 Thread eclark
HBASE-15604 Add a good readme on the build. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4f145649 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/4f145649 Diff:

[10/50] hbase git commit: HBASE-15769 Perform validation on cluster key for add_peer (Matt Warhaftig)

2016-05-17 Thread eclark
HBASE-15769 Perform validation on cluster key for add_peer (Matt Warhaftig) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/838c306c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/838c306c Diff:

[19/50] hbase git commit: HBASE-15078 Added ability to start/stop hbase local cluster for tests, global test_env for gtest, small changes to dockerfile and docker run.

2016-05-17 Thread eclark
HBASE-15078 Added ability to start/stop hbase local cluster for tests, global test_env for gtest, small changes to dockerfile and docker run. Added check ~/.m2 folder exists; moved scripts to ./bin Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[05/50] hbase git commit: HBASE-15780 Make AuthUtil public and rely on it for talking to secure HBase.

2016-05-17 Thread eclark
HBASE-15780 Make AuthUtil public and rely on it for talking to secure HBase. Signed-off-by: Gary Helmling Signed-off-by: Mikhail Antonov Signed-off-by: stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[13/50] hbase git commit: HBASE-15593 Time limit of scanning should be offered by client (Phil Yang)

2016-05-17 Thread eclark
HBASE-15593 Time limit of scanning should be offered by client (Phil Yang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e47bfb90 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e47bfb90 Diff:

[40/50] hbase git commit: HBASE-15748 Don't link in static libunwind.

2016-05-17 Thread eclark
HBASE-15748 Don't link in static libunwind. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/41a33027 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/41a33027 Diff:

[39/50] hbase git commit: HBASE-15771 Document all the public classes

2016-05-17 Thread eclark
HBASE-15771 Document all the public classes Summary: Add on a bunch of documentation around implementation so far. Test Plan: make doc Doxygen has no warnings Differential Revision: https://reviews.facebook.net/D57753 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[03/50] hbase git commit: HBASE-15615 Wrong sleep time when RegionServerCallable need retry (Guanghao Zhang)

2016-05-17 Thread eclark
HBASE-15615 Wrong sleep time when RegionServerCallable need retry (Guanghao Zhang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2482062d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2482062d Diff:

[43/50] hbase git commit: HBASE-15620 Add on Call serialization

2016-05-17 Thread eclark
http://git-wip-us.apache.org/repos/asf/hbase/blob/2e663b95/hbase-native-client/serde/BUCK -- diff --git a/hbase-native-client/serde/BUCK b/hbase-native-client/serde/BUCK new file mode 100644 index 000..207607f --- /dev/null

[12/50] hbase git commit: HBASE-15840 WAL.proto compilation broken for cpp

2016-05-17 Thread eclark
HBASE-15840 WAL.proto compilation broken for cpp Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9269b819 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9269b819 Diff:

[17/50] hbase git commit: HBASE-15761 Add on more server name tests

2016-05-17 Thread eclark
HBASE-15761 Add on more server name tests Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6f571eee Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6f571eee Diff:

[09/50] hbase git commit: HBASE-15725 make_patch.sh should add the branch name when -b is passed. -- addendum

2016-05-17 Thread eclark
HBASE-15725 make_patch.sh should add the branch name when -b is passed. -- addendum Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c12eaa5c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c12eaa5c Diff:

[22/50] hbase git commit: HBASE-14853 Add on protobuf to c++ chain

2016-05-17 Thread eclark
HBASE-14853 Add on protobuf to c++ chain Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/70d43eb8 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/70d43eb8 Diff:

[27/50] hbase git commit: HBASE-15418 Clean up un-used warning in test util

2016-05-17 Thread eclark
HBASE-15418 Clean up un-used warning in test util Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a66896f1 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a66896f1 Diff:

[04/50] hbase git commit: HBASE-15828 fix extant findbug NM_SAME_SIMPLE_NAME_AS_INTERFACE in Future

2016-05-17 Thread eclark
HBASE-15828 fix extant findbug NM_SAME_SIMPLE_NAME_AS_INTERFACE in Future Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c47511ba Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c47511ba Diff:

[20/50] hbase git commit: HBASE-15730 Add on script to format all .h, .cc, and BUCK files.

2016-05-17 Thread eclark
HBASE-15730 Add on script to format all .h,.cc, and BUCK files. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/dd4aa669 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/dd4aa669 Diff:

[30/50] hbase git commit: HBASE-15045 Keep hbase-native-client/if and hbase-protocol in sync.

2016-05-17 Thread eclark
HBASE-15045 Keep hbase-native-client/if and hbase-protocol in sync. Summary: On every start of docker make sure that protos are up to date. Test Plan: Added the script and it updated the protos, but didn't delete BUCK. Differential Revision: https://reviews.facebook.net/D56763 Project:

[48/50] hbase git commit: HBASE-15655 Set up doxygen for documentation

2016-05-17 Thread eclark
HBASE-15655 Set up doxygen for documentation Summary: Add on doxygen config. It outputs to the docs folder. Added on a makefile Test Plan: doxygen hbase.doxygen Differential Revision: https://reviews.facebook.net/D57663 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[06/50] hbase git commit: HBASE-15825 Fix the null pointer in DynamicLogicExpressionSuite (Zhan Zhang)

2016-05-17 Thread eclark
HBASE-15825 Fix the null pointer in DynamicLogicExpressionSuite (Zhan Zhang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/084b036c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/084b036c Diff:

[50/50] hbase git commit: HBASE-15718 Add on TableName implementation and tests

2016-05-17 Thread eclark
HBASE-15718 Add on TableName implementation and tests Summary: Table name will be needed to look up a row in meta. So this patch adds on the implementation for creating that lookup row. It also adds tests for TableName Test Plan: Added on a unit test Differential Revision:

[33/50] hbase git commit: HBASE-15766 Show working puts

2016-05-17 Thread eclark
HBASE-15766 Show working puts Summary: Add on showing how a set of puts to a single connection will work. This still needs retries and looking up what region each request is going to Test Plan: ./buck-out/gen/core/simple-client -columns 100 ../bin/hbase shell count 't' 100 row(s)

[49/50] hbase git commit: HBASE-14855 Connect to regionserver

2016-05-17 Thread eclark
HBASE-14855 Connect to regionserver Summary: * Client dispatcher to put request and response together with call id. Though right now this is a pretty empty version of that. * pipeline. The Serialization pipeline. * client-serilization-handler.h This does the work of sending the preamable, the

[07/50] hbase git commit: HBASE-15824 LocalHBaseCluster gets bind exception in master info port

2016-05-17 Thread eclark
HBASE-15824 LocalHBaseCluster gets bind exception in master info port Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c3223a59 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c3223a59 Diff:

[45/50] hbase git commit: HBASE-15777 Fix needs header in client handler

2016-05-17 Thread eclark
HBASE-15777 Fix needs header in client handler Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1e69dbe3 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1e69dbe3 Diff:

[44/50] hbase git commit: HBASE-15620 Add on Call serialization

2016-05-17 Thread eclark
HBASE-15620 Add on Call serialization Summary: Add on delimited serialization so that request headers and request payloads can be serialized. Test Plan: Add a unit test. Differential Revision: https://reviews.facebook.net/D56757 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo

[21/50] hbase git commit: HBASE-14853 Add on protobuf to c++ chain

2016-05-17 Thread eclark
http://git-wip-us.apache.org/repos/asf/hbase/blob/70d43eb8/hbase-native-client/if/Master.proto -- diff --git a/hbase-native-client/if/Master.proto b/hbase-native-client/if/Master.proto new file mode 100644 index 000..4d3a2e1

[11/50] hbase git commit: HBASE-15667 Add more clarity to Reference Guide related to importing Eclipse Formatter (Sai Teja Ranuva)

2016-05-17 Thread eclark
HBASE-15667 Add more clarity to Reference Guide related to importing Eclipse Formatter (Sai Teja Ranuva) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1dff18e3 Tree:

[26/50] hbase git commit: HBASE-14854 Read meta location from zk

2016-05-17 Thread eclark
HBASE-14854 Read meta location from zk Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/639f5a3f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/639f5a3f Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/639f5a3f

[46/50] hbase git commit: HBASE-15770 Stop using wangle's global executor

2016-05-17 Thread eclark
HBASE-15770 Stop using wangle's global executor Summary: Connection pool and connection factory now get thread pools through their constructor. This means that the client has the whole control over the threads. Test Plan: simple-client still writes. Differential Revision:

[34/50] hbase git commit: HBASE-15792 Add on a test for locating a region

2016-05-17 Thread eclark
HBASE-15792 Add on a test for locating a region Summary: Add on a TestUtil class that will start a cluster. Add on the ability to run a shell command in a cluster. Throw an exception if the table isn't the correct table when looking up a region. Add a test to test that getting a region throws

[14/50] hbase git commit: HBASE-15848 Fix possible null point dereference in RSGroupBasedLoadBalancer#getMisplacedRegions (Stephen Yuan Jiang)

2016-05-17 Thread eclark
HBASE-15848 Fix possible null point dereference in RSGroupBasedLoadBalancer#getMisplacedRegions (Stephen Yuan Jiang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2c22e200 Tree:

[18/50] hbase git commit: HBASE-15731 Add on a connection pool

2016-05-17 Thread eclark
HBASE-15731 Add on a connection pool Summary: Add on a connection pool protected by read write mutex. Add on a service filter that will remove a connection from a connection pool when closed Test Plan: Need to add on tests. Differential Revision: https://reviews.facebook.net/D57411 Project:

[01/50] hbase git commit: HBASE-13532 Make UnknownScannerException less scary by giving more information in the exception string. (Apekshit) [Forced Update!]

2016-05-17 Thread eclark
Repository: hbase Updated Branches: refs/heads/HBASE-14850 8c1b82b27 -> eb4b234a1 (forced update) HBASE-13532 Make UnknownScannerException less scary by giving more information in the exception string. (Apekshit) Signed-off-by: Matteo Bertozzi Project:

[36/50] hbase git commit: HBASE-15724 Use explicit docker image

2016-05-17 Thread eclark
HBASE-15724 Use explicit docker image Summary: Set the tag for cpp docker image Don't set the env on command line Test Plan: Build it. Differential Revision: https://reviews.facebook.net/D57315 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[15/50] hbase git commit: HBASE-15834 Correct Bloom filter documentation in section 96.4 of Reference Guide

2016-05-17 Thread eclark
HBASE-15834 Correct Bloom filter documentation in section 96.4 of Reference Guide Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/98fa263b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/98fa263b Diff:

[25/50] hbase git commit: HBASE-15401 Add Zookeeper to third party

2016-05-17 Thread eclark
HBASE-15401 Add Zookeeper to third party Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/94efc1de Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/94efc1de Diff:

[08/50] hbase git commit: HBASE-15842 SnapshotInfo should display ownership information

2016-05-17 Thread eclark
HBASE-15842 SnapshotInfo should display ownership information Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/00e61d2c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/00e61d2c Diff:

[42/50] hbase git commit: HBASE-15696 Move region location cache serialization into serde

2016-05-17 Thread eclark
HBASE-15696 Move region location cache serialization into serde Summary: Use IOBuf for zk Test Plan: Added a unit test Differential Revision: https://reviews.facebook.net/D57147 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[02/50] hbase git commit: HBASE-15811 Batch Get after batch Put does not fetch all Cells We were not waiting on all executors in a batch to complete. The test for no-more-executors was damaged by the

2016-05-17 Thread eclark
HBASE-15811 Batch Get after batch Put does not fetch all Cells We were not waiting on all executors in a batch to complete. The test for no-more-executors was damaged by the 0.99/0.98.4 fix "HBASE-11403 Fix race conditions around Object#notify" It added this in

[23/50] hbase git commit: HBASE-14852 Update build env

2016-05-17 Thread eclark
http://git-wip-us.apache.org/repos/asf/hbase/blob/b5ee82fb/hbase-native-client/src/async/hbase_result.h -- diff --git a/hbase-native-client/src/async/hbase_result.h b/hbase-native-client/src/async/hbase_result.h deleted file mode

[32/50] hbase git commit: HBASE-15690 Add utility to get current username

2016-05-17 Thread eclark
HBASE-15690 Add utility to get current username Summary: Add a class to fine the username of the current process. It will only call out once and is multithread safe Test Plan: Unit Test Differential Revision: https://reviews.facebook.net/D57081 Project:

[16/50] hbase git commit: HBASE-15826 Clean up ASF license issues

2016-05-17 Thread eclark
HBASE-15826 Clean up ASF license issues Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/23eab0db Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/23eab0db Diff:

[31/50] hbase git commit: HBASE-15687 Allow decoding more than GetResponse from the server

2016-05-17 Thread eclark
HBASE-15687 Allow decoding more than GetResponse from the server Summary: We'll need more than get's for the client to be usable. So now the Request class contains the protobufs needed to encode and decode rpc's. I also added some helper methods to create initial requests. Test Plan: It

[41/50] hbase git commit: HBASE-15750 Add on meta deserialization

2016-05-17 Thread eclark
HBASE-15750 Add on meta deserialization Summary: Add on meta region info deserialization Test Plan: Unit tests. Simple client connects. Differential Revision: https://reviews.facebook.net/D57555 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[38/50] hbase git commit: HBASE-15739 Add region location lookup from meta

2016-05-17 Thread eclark
HBASE-15739 Add region location lookup from meta Summary: Add the ability for location-cache to read from meta. There's still no cache. Or any parsing. Test Plan: Needs tests. Differential Revision: https://reviews.facebook.net/D57489 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo

hbase git commit: HBASE-15834 Correct Bloom filter documentation in section 96.4 of Reference Guide

2016-05-17 Thread jerryjch
Repository: hbase Updated Branches: refs/heads/master 2c22e2003 -> 98fa263b5 HBASE-15834 Correct Bloom filter documentation in section 96.4 of Reference Guide Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/98fa263b

hbase git commit: HBASE-15848 Fix possible null point dereference in RSGroupBasedLoadBalancer#getMisplacedRegions (Stephen Yuan Jiang)

2016-05-17 Thread syuanjiang
Repository: hbase Updated Branches: refs/heads/master e47bfb907 -> 2c22e2003 HBASE-15848 Fix possible null point dereference in RSGroupBasedLoadBalancer#getMisplacedRegions (Stephen Yuan Jiang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-15769 Perform validation on cluster key for add_peer (Matt Warhaftig)

2016-05-17 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1 c0fcce2bd -> ce43e3387 HBASE-15769 Perform validation on cluster key for add_peer (Matt Warhaftig) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ce43e338 Tree:

hbase git commit: HBASE-15593 Time limit of scanning should be offered by client (Phil Yang)

2016-05-17 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1.3 5306ceb1a -> fc733bd31 HBASE-15593 Time limit of scanning should be offered by client (Phil Yang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/fc733bd3 Tree:

hbase git commit: HBASE-15593 Time limit of scanning should be offered by client (Phil Yang)

2016-05-17 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-1 89146d85a -> c0fcce2bd HBASE-15593 Time limit of scanning should be offered by client (Phil Yang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c0fcce2b Tree:

hbase git commit: HBASE-15593 Time limit of scanning should be offered by client (Phil Yang)

2016-05-17 Thread stack
Repository: hbase Updated Branches: refs/heads/master 9269b8199 -> e47bfb907 HBASE-15593 Time limit of scanning should be offered by client (Phil Yang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e47bfb90 Tree:

hbase git commit: HBASE-15840 WAL.proto compilation broken for cpp

2016-05-17 Thread eclark
Repository: hbase Updated Branches: refs/heads/branch-1 cadebe691 -> 89146d85a HBASE-15840 WAL.proto compilation broken for cpp Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/89146d85 Tree:

hbase git commit: HBASE-15840 WAL.proto compilation broken for cpp

2016-05-17 Thread eclark
Repository: hbase Updated Branches: refs/heads/master 1dff18e33 -> 9269b8199 HBASE-15840 WAL.proto compilation broken for cpp Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9269b819 Tree:

hbase git commit: HBASE-15840 WAL.proto compilation broken for cpp

2016-05-17 Thread eclark
Repository: hbase Updated Branches: refs/heads/branch-1.3 cbcc8c34b -> 5306ceb1a HBASE-15840 WAL.proto compilation broken for cpp Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5306ceb1 Tree:

hbase git commit: HBASE-15667 Add more clarity to Reference Guide related to importing Eclipse Formatter (Sai Teja Ranuva)

2016-05-17 Thread stack
Repository: hbase Updated Branches: refs/heads/master 838c306c0 -> 1dff18e33 HBASE-15667 Add more clarity to Reference Guide related to importing Eclipse Formatter (Sai Teja Ranuva) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-15769 Perform validation on cluster key for add_peer (Matt Warhaftig)

2016-05-17 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master c12eaa5cc -> 838c306c0 HBASE-15769 Perform validation on cluster key for add_peer (Matt Warhaftig) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/838c306c Tree:

hbase git commit: HBASE-15846 Minor fix in javadoc clearing misstatement that deletes go into the Table write buffer

2016-05-17 Thread stack
Repository: hbase Updated Branches: refs/heads/0.98 a2a6b95a0 -> 95df62b20 HBASE-15846 Minor fix in javadoc clearing misstatement that deletes go into the Table write buffer Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-15821 Document TestUtil

2016-05-17 Thread eclark
Repository: hbase Updated Branches: refs/heads/HBASE-14850 20f43d2f5 -> 8c1b82b27 HBASE-15821 Document TestUtil Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8c1b82b2 Tree:

hbase git commit: HBASE-15725 make_patch.sh should add the branch name when -b is passed. -- addendum

2016-05-17 Thread eclark
Repository: hbase Updated Branches: refs/heads/master 00e61d2cf -> c12eaa5cc HBASE-15725 make_patch.sh should add the branch name when -b is passed. -- addendum Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c12eaa5c

[2/2] hbase git commit: HBASE-15823 Use call once for user util

2016-05-17 Thread eclark
HBASE-15823 Use call once for user util Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/20f43d2f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/20f43d2f Diff:

[1/2] hbase git commit: HBASE-15826 Clean up ASF license issues

2016-05-17 Thread eclark
Repository: hbase Updated Branches: refs/heads/HBASE-14850 e0025533c -> 20f43d2f5 HBASE-15826 Clean up ASF license issues Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2508b03a Tree: