hbase git commit: HBASE-15805 Canary test timeout if there is failed or shutdown zookeeper node in a quorum (Vishal Khandelwal)

2016-05-18 Thread apurtell
Repository: hbase Updated Branches: refs/heads/0.98 8dfbdc9e1 -> b8cb2e43d HBASE-15805 Canary test timeout if there is failed or shutdown zookeeper node in a quorum (Vishal Khandelwal) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/h

hbase git commit: HBASE-15617 Canary in regionserver mode might not enumerate all regionservers

2016-05-18 Thread apurtell
Repository: hbase Updated Branches: refs/heads/branch-1.3 4b1221398 -> 1eb004d88 HBASE-15617 Canary in regionserver mode might not enumerate all regionservers Signed-off-by: Andrew Purtell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/

[4/4] hbase git commit: HBASE-15617 Canary in regionserver mode might not enumerate all regionservers

2016-05-18 Thread apurtell
HBASE-15617 Canary in regionserver mode might not enumerate all regionservers Signed-off-by: Andrew Purtell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8108fc86 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/810

[3/4] hbase git commit: HBASE-15617 Canary in regionserver mode might not enumerate all regionservers

2016-05-18 Thread apurtell
HBASE-15617 Canary in regionserver mode might not enumerate all regionservers Signed-off-by: Andrew Purtell Conflicts: hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/rep

[2/4] hbase git commit: HBASE-15617 Canary in regionserver mode might not enumerate all regionservers

2016-05-18 Thread apurtell
HBASE-15617 Canary in regionserver mode might not enumerate all regionservers Signed-off-by: Andrew Purtell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5eed1427 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5ee

[1/4] hbase git commit: HBASE-15617 Canary in regionserver mode might not enumerate all regionservers

2016-05-18 Thread apurtell
Repository: hbase Updated Branches: refs/heads/0.98 95df62b20 -> 8dfbdc9e1 refs/heads/branch-1 e5eea96ca -> 5eed14272 refs/heads/branch-1.2 58131946d -> 8108fc864 refs/heads/master 8aa8abfcb -> 460b41c80 HBASE-15617 Canary in regionserver mode might not enumerate all regionservers Signed

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

2016-05-18 Thread eclark
http://git-wip-us.apache.org/repos/asf/hbase/blob/2c911aeb/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 -

[07/42] hbase git commit: HBASE-15850 Localize the configuration change in testCheckTableLocks to reduce flakiness of TestHBaseFsck test suite (Stephen Yuan Jiang)

2016-05-18 Thread eclark
HBASE-15850 Localize the configuration change in testCheckTableLocks to reduce flakiness of TestHBaseFsck test suite (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/8aa8abfc Tree: http://git-wip-us.apache

[18/42] hbase git commit: HBASE-14854 Read meta location from zk

2016-05-18 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/b9881d21 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b9881d21 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b9881d21

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

2016-05-18 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/711b6619 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/711b6619 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/711b

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

2016-05-18 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/39154784 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/39154784 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/3915

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

2016-05-18 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: http://

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

2016-05-18 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: https://reviews.facebo

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

2016-05-18 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/7d7bc06e Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7d7bc06e Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/7

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

2016-05-18 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/80977a67 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/80977a67 Diff: http://git-wip-us.apache.org/repos/asf/hbase/dif

[39/42] hbase git commit: HBASE-15821 Document TestUtil

2016-05-18 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/f49f262f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f49f262f Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f49f262f Branch:

[40/42] hbase git commit: HBASE-15655 Set up doxygen for documentation

2016-05-18 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: htt

[15/42] hbase git commit: HBASE-14852 Update build env

2016-05-18 Thread eclark
http://git-wip-us.apache.org/repos/asf/hbase/blob/369fb30d/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

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

2016-05-18 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 R

[17/42] hbase git commit: HBASE-15401 Add Zookeeper to third party

2016-05-18 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/dd8bb5cc Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/dd8bb5cc Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/dd8bb5c

[11/42] 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-18 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: http://git-wip-us.apache.org/r

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

2016-05-18 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/74ff76aa Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/74ff76aa Diff: http://git-wip-us.apache.org/repos

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

2016-05-18 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: http://git-wip-us.apache.org/repos/asf/h

[35/42] hbase git commit: HBASE-14855 Connect to regionserver

2016-05-18 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 co

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

2016-05-18 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/616405a6 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/616405a6 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/616405a6

[06/42] hbase git commit: HBASE-15843 Replace RegionState.getRegionInTransition() Map with a Set

2016-05-18 Thread eclark
HBASE-15843 Replace RegionState.getRegionInTransition() Map with a Set Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5ac54e6a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5ac54e6a Diff: http://git-wip-us.apache.or

[02/42] hbase git commit: HBASE-15784 Misuse core/maxPoolSize of LinkedBlockingQueue in ThreadPoolExecutor (Jingcheng Du)

2016-05-18 Thread eclark
HBASE-15784 Misuse core/maxPoolSize of LinkedBlockingQueue in ThreadPoolExecutor (Jingcheng Du) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7b5d5394 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7b5d5394 Diff: ht

[04/42] hbase git commit: HBASE-15824 LocalHBaseCluster gets bind exception in master info port - ADDENDUM

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

[25/42] hbase git commit: HBASE-15620 Add on Call serialization

2016-05-18 Thread eclark
http://git-wip-us.apache.org/repos/asf/hbase/blob/eabb5684/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 +++

[32/42] hbase git commit: HBASE-15771 Document all the public classes

2016-05-18 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: http:

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

2016-05-18 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 compiles

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

2016-05-18 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: http://git-wip-us.apache.org/repos/asf/hbase/comm

[36/42] hbase git commit: HBASE-15766 Show working puts

2016-05-18 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)

[16/42] hbase git commit: HBASE-14852 Update build env

2016-05-18 Thread eclark
HBASE-14852 Update build env Also includes HBASE-14858 Clean up so core is ready for development on a recent version of c++ Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/369fb30d Tree: http://git-wip-us.apache.org/repos/as

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

2016-05-18 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: https://reviews.faceb

[26/42] hbase git commit: HBASE-15620 Add on Call serialization

2016-05-18 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 Commi

[08/42] hbase git commit: HBASE-15826 Clean up ASF license issues

2016-05-18 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/6bc1ab39 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6bc1ab39 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/6bc1ab39

[29/42] hbase git commit: HBASE-15724 Use explicit docker image

2016-05-18 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: http://git-wip-us.apache.org/repo

[10/42] hbase git commit: HBASE-15731 Add on a connection pool

2016-05-18 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: h

[34/42] hbase git commit: HBASE-15750 Add on meta deserialization

2016-05-18 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: http://git-wip-us.apache.org/rep

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

2016-05-18 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/2c911aeb Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2c911aeb Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2c911ae

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

2016-05-18 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 whe

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

2016-05-18 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

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

2016-05-18 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/17185fe0 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/17185fe0 Diff: http://git-wip-us.apache.org/repos/asf/hbas

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

2016-05-18 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/35b32b04 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/35b32b04 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/35b32b

[05/42] hbase git commit: HBASE-15841 Performance Evaluation tool total rows may not be set correctly

2016-05-18 Thread eclark
HBASE-15841 Performance Evaluation tool total rows may not be set correctly Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/393bcd69 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/393bcd69 Diff: http://git-wip-us.apac

[03/42] hbase git commit: HBASE-15593 Time limit of scanning should be offered by client

2016-05-18 Thread eclark
HBASE-15593 Time limit of scanning should be offered by client Signed-off-by: zhangduo Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3bd9220f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3bd9220f Diff: http://gi

[01/42] hbase git commit: Revert "HBASE-15593 Time limit of scanning should be offered by client (Phil Yang)" [Forced Update!]

2016-05-18 Thread eclark
Repository: hbase Updated Branches: refs/heads/HBASE-14850 eb4b234a1 -> f49f262f3 (forced update) Revert "HBASE-15593 Time limit of scanning should be offered by client (Phil Yang)" This reverts commit e47bfb90786df6fa794af844028a4a0f50b3433c. Project: http://git-wip-us.apache.org/repos/asf

hbase git commit: HBASE-15850 Localize the configuration change in testCheckTableLocks to reduce flakiness of TestHBaseFsck test suite (Stephen Yuan Jiang)

2016-05-18 Thread syuanjiang
Repository: hbase Updated Branches: refs/heads/master 5ac54e6ab -> 8aa8abfcb HBASE-15850 Localize the configuration change in testCheckTableLocks to reduce flakiness of TestHBaseFsck test suite (Stephen Yuan Jiang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git

[2/2] hbase git commit: HBASE-15843 Replace RegionState.getRegionInTransition() Map with a Set

2016-05-18 Thread mbertozzi
HBASE-15843 Replace RegionState.getRegionInTransition() Map with a Set Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e5eea96c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e5eea96c Diff: http://git-wip-us.apache.or

[1/2] hbase git commit: HBASE-15843 Replace RegionState.getRegionInTransition() Map with a Set

2016-05-18 Thread mbertozzi
Repository: hbase Updated Branches: refs/heads/branch-1 a9972355c -> e5eea96ca refs/heads/master 393bcd69f -> 5ac54e6ab HBASE-15843 Replace RegionState.getRegionInTransition() Map with a Set Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repo

hbase git commit: HBASE-15841 Performance Evaluation tool total rows may not be set correctly

2016-05-18 Thread jerryjch
Repository: hbase Updated Branches: refs/heads/branch-1.2 98aa826b7 -> 58131946d HBASE-15841 Performance Evaluation tool total rows may not be set correctly Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/58131946 Tree: ht

hbase git commit: HBASE-15841 Performance Evaluation tool total rows may not be set correctly

2016-05-18 Thread jerryjch
Repository: hbase Updated Branches: refs/heads/branch-1.3 8566fd0f1 -> 4b1221398 HBASE-15841 Performance Evaluation tool total rows may not be set correctly Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4b122139 Tree: ht

hbase git commit: HBASE-15841 Performance Evaluation tool total rows may not be set correctly

2016-05-18 Thread jerryjch
Repository: hbase Updated Branches: refs/heads/branch-1 49359a4ee -> a9972355c HBASE-15841 Performance Evaluation tool total rows may not be set correctly Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a9972355 Tree: http

hbase git commit: HBASE-15841 Performance Evaluation tool total rows may not be set correctly

2016-05-18 Thread jerryjch
Repository: hbase Updated Branches: refs/heads/master c1ada0a37 -> 393bcd69f HBASE-15841 Performance Evaluation tool total rows may not be set correctly Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/393bcd69 Tree: http:/

[1/5] hbase git commit: HBASE-15824 LocalHBaseCluster gets bind exception in master info port - ADDENDUM

2016-05-18 Thread enis
Repository: hbase Updated Branches: refs/heads/branch-1 007852254 -> 49359a4ee refs/heads/branch-1.1 e4ef86cbd -> cf0dd5d4f refs/heads/branch-1.2 d14803534 -> 98aa826b7 refs/heads/branch-1.3 d3d50338e -> 8566fd0f1 refs/heads/master 3bd9220f0 -> c1ada0a37 HBASE-15824 LocalHBaseCluster ge

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

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

[2/5] hbase git commit: HBASE-15824 LocalHBaseCluster gets bind exception in master info port - ADDENDUM

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

[4/5] hbase git commit: HBASE-15824 LocalHBaseCluster gets bind exception in master info port - ADDENDUM

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

[3/5] hbase git commit: HBASE-15824 LocalHBaseCluster gets bind exception in master info port - ADDENDUM

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

hbase git commit: HBASE-15125 HBaseFsck's adoptHdfsOrphan function creates region with wrong end key boundary (chenrongwei)

2016-05-18 Thread syuanjiang
Repository: hbase Updated Branches: refs/heads/branch-1.1 55212d531 -> e4ef86cbd HBASE-15125 HBaseFsck's adoptHdfsOrphan function creates region with wrong end key boundary (chenrongwei) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf

hbase git commit: HBASE-15850 Localize the configuration change in testCheckTableLocks to reduce flakiness of TestHBaseFsck test suite (Stephen Yuan Jiang)

2016-05-18 Thread syuanjiang
Repository: hbase Updated Branches: refs/heads/branch-1.2 7c0fc0d6c -> d14803534 HBASE-15850 Localize the configuration change in testCheckTableLocks to reduce flakiness of TestHBaseFsck test suite (Stephen Yuan Jiang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http:/

hbase git commit: HBASE-15850 Localize the configuration change in testCheckTableLocks to reduce flakiness of TestHBaseFsck test suite (Stephen Yuan Jiang)

2016-05-18 Thread syuanjiang
Repository: hbase Updated Branches: refs/heads/branch-1.3 fc733bd31 -> d3d50338e HBASE-15850 Localize the configuration change in testCheckTableLocks to reduce flakiness of TestHBaseFsck test suite (Stephen Yuan Jiang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http:/

hbase git commit: HBASE-15850 Localize the configuration change in testCheckTableLocks to reduce flakiness of TestHBaseFsck test suite (Stephen Yuan Jiang)

2016-05-18 Thread syuanjiang
Repository: hbase Updated Branches: refs/heads/branch-1 ce43e3387 -> 007852254 HBASE-15850 Localize the configuration change in testCheckTableLocks to reduce flakiness of TestHBaseFsck test suite (Stephen Yuan Jiang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://g

hbase git commit: HBASE-15850 Localize the configuration change in testCheckTableLocks to reduce flakiness of TestHBaseFsck test suite (Stephen Yuan Jiang)

2016-05-18 Thread syuanjiang
Repository: hbase Updated Branches: refs/heads/branch-1.1 ce6f111a3 -> 55212d531 HBASE-15850 Localize the configuration change in testCheckTableLocks to reduce flakiness of TestHBaseFsck test suite (Stephen Yuan Jiang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http:/

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

2016-05-18 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/master 7b5d5394c -> 3bd9220f0 HBASE-15593 Time limit of scanning should be offered by client Signed-off-by: zhangduo Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3bd9220f

hbase git commit: HBASE-15784 Misuse core/maxPoolSize of LinkedBlockingQueue in ThreadPoolExecutor (Jingcheng Du)

2016-05-18 Thread ramkrishna
Repository: hbase Updated Branches: refs/heads/master b2b3b1fa4 -> 7b5d5394c HBASE-15784 Misuse core/maxPoolSize of LinkedBlockingQueue in ThreadPoolExecutor (Jingcheng Du) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7