hbase git commit: HBASE-16081 Wait for Replication Tasks to complete before killing the ThreadPoolExecutor inside of HBaseInterClusterReplicationEndpoint

2016-07-11 Thread antonov
Repository: hbase Updated Branches: refs/heads/branch-1.3 00c91b01e -> 0fda2bc9e HBASE-16081 Wait for Replication Tasks to complete before killing the ThreadPoolExecutor inside of HBaseInterClusterReplicationEndpoint Signed-off-by: Mikhail Antonov Project: http://git-wip-us.apache.org/repo

hbase git commit: HBASE-16081 Wait for Replication Tasks to complete before killing the ThreadPoolExecutor inside of HBaseInterClusterReplicationEndpoint

2016-07-11 Thread antonov
Repository: hbase Updated Branches: refs/heads/branch-1 3ff6f4585 -> 7fa311a94 HBASE-16081 Wait for Replication Tasks to complete before killing the ThreadPoolExecutor inside of HBaseInterClusterReplicationEndpoint Signed-off-by: Mikhail Antonov Project: http://git-wip-us.apache.org/repos/

hbase git commit: HBASE-16081 Wait for Replication Tasks to complete before killing the ThreadPoolExecutor inside of HBaseInterClusterReplicationEndpoint

2016-07-11 Thread antonov
Repository: hbase Updated Branches: refs/heads/master a396ae773 -> ccf293d7f HBASE-16081 Wait for Replication Tasks to complete before killing the ThreadPoolExecutor inside of HBaseInterClusterReplicationEndpoint Signed-off-by: Mikhail Antonov Project: http://git-wip-us.apache.org/repos/as

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

2016-07-11 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/50d16726 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/50d16726 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/50d1

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

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

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

2016-07-11 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

[35/50] [abbrv] hbase git commit: HBASE-15851 Makefile update for build env

2016-07-11 Thread eclark
HBASE-15851 Makefile update for build env 1) Makefile to compile protobuf sources which are extracted in build 2) Added -O2 and -D_GLIBCXX_USE_CXX11_ABI=0 compilation flags 3) Header files added in Makefile Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apac

[45/50] [abbrv] hbase git commit: HBASE-15945 Patch for Cell

2016-07-11 Thread eclark
HBASE-15945 Patch for Cell This patch consists of Cell implementation without additional interfaces. Signed-off-by: Elliott Clark Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/fa3ab420 Tree: http://git-wip-us.apache.org/r

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

2016-07-11 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

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

2016-07-11 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/297a4dff Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/297a4dff Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/297a4d

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

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

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

2016-07-11 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

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

2016-07-11 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

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

2016-07-11 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

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

2016-07-11 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

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

2016-07-11 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/27ee8baa Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/27ee8baa Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/27ee8ba

[36/50] [abbrv] hbase git commit: HBASE-15822 Move to the latest docker base image

2016-07-11 Thread eclark
HBASE-15822 Move to the latest docker base image Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5bb7fa8b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5bb7fa8b Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff

[01/50] [abbrv] hbase git commit: HBASE-16171 Fix the potential problems in TestHCM.testConnectionCloseAllowsInterrupt (Colin Ma) [Forced Update!]

2016-07-11 Thread eclark
Repository: hbase Updated Branches: refs/heads/HBASE-14850 114817253 -> 0eb150f9d (forced update) HBASE-16171 Fix the potential problems in TestHCM.testConnectionCloseAllowsInterrupt (Colin Ma) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/re

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

2016-07-11 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

[50/50] [abbrv] hbase git commit: HBASE-16174 Hook cell test up, and fix broken cell test.

2016-07-11 Thread eclark
HBASE-16174 Hook cell test up, and fix broken cell test. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0eb150f9 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0eb150f9 Diff: http://git-wip-us.apache.org/repos/asf/hb

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

2016-07-11 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

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

2016-07-11 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/16e1de78 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/16e1de78 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/1

[04/50] [abbrv] hbase git commit: HBASE-16176 Bug fixes/improvements on HBASE-15650 Remove TimeRangeTracker as point of contention when many threads reading a StoreFile Fixes HBASE-16074 ITBLL fails,

2016-07-11 Thread eclark
HBASE-16176 Bug fixes/improvements on HBASE-15650 Remove TimeRangeTracker as point of contention when many threads reading a StoreFile Fixes HBASE-16074 ITBLL fails, reports lost big or tiny families broken scanning because of a side effect of a clean up in HBASE-15650 to make TimeRange constr

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

2016-07-11 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

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

2016-07-11 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:

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

2016-07-11 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/26ba4ed4 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/26ba4ed4 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/26ba4ed4

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

2016-07-11 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/e00e3a04 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e00e3a04 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e00e3a0

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

2016-07-11 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

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

2016-07-11 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

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

2016-07-11 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

[42/50] [abbrv] hbase git commit: HBASE-15926 Added ASF headers which were missed in last commit

2016-07-11 Thread eclark
HBASE-15926 Added ASF headers which were missed in last commit Signed-off-by: Elliott Clark Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2b6341d4 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2b6341d4 Diff: http

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

2016-07-11 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/bfabc715 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/bfabc715 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/bfab

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

2016-07-11 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

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

2016-07-11 Thread eclark
http://git-wip-us.apache.org/repos/asf/hbase/blob/8556e3a3/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

[06/50] [abbrv] hbase git commit: HBASE-16194 Should count in MSLAB chunk allocation into heap size change when adding duplicate cells

2016-07-11 Thread eclark
HBASE-16194 Should count in MSLAB chunk allocation into heap size change when adding duplicate cells Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9cf012cd Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9cf012cd Di

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

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

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

2016-07-11 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://

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

2016-07-11 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/8014cdfe Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8014cdfe Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/8014cdfe Branch:

[05/50] [abbrv] hbase git commit: HBASE-14548 Expand how table coprocessor jar and dependency path can be specified (Xiang Li)

2016-07-11 Thread eclark
HBASE-14548 Expand how table coprocessor jar and dependency path can be specified (Xiang Li) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/63296978 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/63296978 Diff: http

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

2016-07-11 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/8556e3a3 Tree: http://git-wip-us.apache.org/repos/as

[10/50] [abbrv] hbase git commit: HBASE-16044 Fix 'hbase shell' output parsing in graceful_stop.sh

2016-07-11 Thread eclark
HBASE-16044 Fix 'hbase shell' output parsing in graceful_stop.sh Change-Id: I94b2f665105837d31281be66d620b6152c3bc9d1 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a396ae77 Tree: http://git-wip-us.apache.org/repos/asf/hbase

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

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

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

2016-07-11 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/45cf5657 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/45cf5657 Diff: http://git-wip-us.apache.org/repos/asf/hbase/dif

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

2016-07-11 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

[08/50] [abbrv] hbase git commit: HBASE-16194 Should count in MSLAB chunk allocation into heap size change when adding duplicate cells, addendum

2016-07-11 Thread eclark
HBASE-16194 Should count in MSLAB chunk allocation into heap size change when adding duplicate cells, addendum Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/356c1307 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3

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

2016-07-11 Thread eclark
http://git-wip-us.apache.org/repos/asf/hbase/blob/e00e3a04/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/50] [abbrv] hbase git commit: HBASE-16185 TestReplicationSmallTests fails in master branch (Phil Yang)

2016-07-11 Thread eclark
HBASE-16185 TestReplicationSmallTests fails in master branch (Phil Yang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0875c357 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0875c357 Diff: http://git-wip-us.apache.

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

2016-07-11 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/098028c5 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/098028c5 Diff: http://git-wip-us.apache.org/repos/asf/hbas

[03/50] [abbrv] hbase git commit: HBASE-16201 NPE in RpcServer causing intermittent UT failure of TestMasterReplication#testHFileCyclicReplication

2016-07-11 Thread eclark
HBASE-16201 NPE in RpcServer causing intermittent UT failure of TestMasterReplication#testHFileCyclicReplication Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3c39cbd9 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree

[02/50] [abbrv] hbase git commit: Revert "NPE in RpcServer causing intermittent UT failure of TestMasterReplication#testHFileCyclicReplication"

2016-07-11 Thread eclark
Revert "NPE in RpcServer causing intermittent UT failure of TestMasterReplication#testHFileCyclicReplication" This reverts commit a33097e067b73be8e877b822afa90b89a0c7974f. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1578

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

2016-07-11 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)

[09/50] [abbrv] hbase git commit: HBASE-16160 Support RPC encryption with direct ByteBuffers (Colin Ma via garyh)

2016-07-11 Thread eclark
HBASE-16160 Support RPC encryption with direct ByteBuffers (Colin Ma via garyh) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3b5fbf8d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3b5fbf8d Diff: http://git-wip-us.

[18/50] [abbrv] 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-07-11 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

hbase git commit: HBASE-11625 - Verifies data before building HFileBlock. - Adds HFileBlock.Header class which contains information about location of fields. Testing: Adds CorruptedFSReaderImpl to Tes

2016-07-11 Thread appy
Repository: hbase Updated Branches: refs/heads/branch-1.1 25c7dee21 -> 79b77e354 HBASE-11625 - Verifies data before building HFileBlock. - Adds HFileBlock.Header class which contains information about location of fields. Testing: Adds CorruptedFSReaderImpl to TestChecksum. Change-Id: I107e96

hbase git commit: HBASE-16044 Fix 'hbase shell' output parsing in graceful_stop.sh

2016-07-11 Thread appy
Repository: hbase Updated Branches: refs/heads/master 3b5fbf8d7 -> a396ae773 HBASE-16044 Fix 'hbase shell' output parsing in graceful_stop.sh Change-Id: I94b2f665105837d31281be66d620b6152c3bc9d1 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/r

hbase git commit: HBASE-16160 Support RPC encryption with direct ByteBuffers (Colin Ma via garyh)

2016-07-11 Thread garyh
Repository: hbase Updated Branches: refs/heads/branch-1.3 93b00b2aa -> 00c91b01e HBASE-16160 Support RPC encryption with direct ByteBuffers (Colin Ma via garyh) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/00c91b01 Tree

hbase git commit: HBASE-16160 Support RPC encryption with direct ByteBuffers (Colin Ma via garyh)

2016-07-11 Thread garyh
Repository: hbase Updated Branches: refs/heads/branch-1 e03d4fbb0 -> 3ff6f4585 HBASE-16160 Support RPC encryption with direct ByteBuffers (Colin Ma via garyh) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3ff6f458 Tree:

hbase git commit: HBASE-16160 Support RPC encryption with direct ByteBuffers (Colin Ma via garyh)

2016-07-11 Thread garyh
Repository: hbase Updated Branches: refs/heads/master 356c13070 -> 3b5fbf8d7 HBASE-16160 Support RPC encryption with direct ByteBuffers (Colin Ma via garyh) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3b5fbf8d Tree: ht

hbase git commit: HBASE-16194 Should count in MSLAB chunk allocation into heap size change when adding duplicate cells, addendum

2016-07-11 Thread liyu
Repository: hbase Updated Branches: refs/heads/master 0875c3578 -> 356c13070 HBASE-16194 Should count in MSLAB chunk allocation into heap size change when adding duplicate cells, addendum Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/as

hbase git commit: HBASE-16194 Should count in MSLAB chunk allocation into heap size change when adding duplicate cells

2016-07-11 Thread liyu
Repository: hbase Updated Branches: refs/heads/branch-1.1 73189eb80 -> 25c7dee21 HBASE-16194 Should count in MSLAB chunk allocation into heap size change when adding duplicate cells Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbas

hbase git commit: HBASE-16194 Should count in MSLAB chunk allocation into heap size change when adding duplicate cells

2016-07-11 Thread liyu
Repository: hbase Updated Branches: refs/heads/branch-1.2 b99efe65e -> b96b04204 HBASE-16194 Should count in MSLAB chunk allocation into heap size change when adding duplicate cells Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbas

hbase git commit: HBASE-16194 Should count in MSLAB chunk allocation into heap size change when adding duplicate cells

2016-07-11 Thread liyu
Repository: hbase Updated Branches: refs/heads/branch-1.3 e7513e447 -> 93b00b2aa HBASE-16194 Should count in MSLAB chunk allocation into heap size change when adding duplicate cells Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbas

hbase git commit: HBASE-16194 Should count in MSLAB chunk allocation into heap size change when adding duplicate cells

2016-07-11 Thread liyu
Repository: hbase Updated Branches: refs/heads/branch-1 fe915e10d -> e03d4fbb0 HBASE-16194 Should count in MSLAB chunk allocation into heap size change when adding duplicate cells Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/