hbase git commit: HBASE-17707 New More Accurate Table Skew cost function/generator

2017-03-06 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master dfc6cf307 -> 93b0cdeaa HBASE-17707 New More Accurate Table Skew cost function/generator This reverts commit 3b914df9492401fe21a3daa39a0d4481b64abb45. Signed-off-by: tedyu Project:

hbase git commit: HBASE-17707 New More Accurate Table Skew cost function/generator - revert due to missing JIRA number

2017-03-06 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master 0d3e986f7 -> dfc6cf307 HBASE-17707 New More Accurate Table Skew cost function/generator - revert due to missing JIRA number Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-15484 Correct the semantic of batch and partial

2017-03-06 Thread yangzhe1991
Repository: hbase Updated Branches: refs/heads/branch-1 ccf1f17d7 -> 6afe696e5 HBASE-15484 Correct the semantic of batch and partial Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6afe696e Tree:

hbase git commit: HBASE-15484 Correct the semantic of batch and partial

2017-03-06 Thread yangzhe1991
Repository: hbase Updated Branches: refs/heads/master 81cb29801 -> 0d3e986f7 HBASE-15484 Correct the semantic of batch and partial Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0d3e986f Tree:

[2/2] hbase git commit: HBASE-17741 [C++] rename some files to use (dash) instead of _

2017-03-06 Thread enis
HBASE-17741 [C++] rename some files to use (dash) instead of _ Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/76919a74 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/76919a74 Diff:

[1/2] hbase git commit: HBASE-17741 [C++] rename some files to use (dash) instead of _

2017-03-06 Thread enis
Repository: hbase Updated Branches: refs/heads/HBASE-14850 c9f1ab074 -> 76919a74e http://git-wip-us.apache.org/repos/asf/hbase/blob/76919a74/hbase-native-client/core/request_converter-test.cc -- diff --git

hbase git commit: HBASE-17734 Guard against possibly copying the qualifier in the ScanDeleteTracker

2017-03-06 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master 4beae9a56 -> 81cb29801 HBASE-17734 Guard against possibly copying the qualifier in the ScanDeleteTracker Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: Javadoc on what BLOCKSIZE means (related to HBASE-15248)

2017-03-06 Thread stack
Repository: hbase Updated Branches: refs/heads/master 7fa7156f2 -> 4beae9a56 Javadoc on what BLOCKSIZE means (related to HBASE-15248) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4beae9a5 Tree:

hbase git commit: HBASE-17680 Run mini cluster through JNI in tests

2017-03-06 Thread tedyu
Repository: hbase Updated Branches: refs/heads/HBASE-14850 fc2accc56 -> c9f1ab074 HBASE-17680 Run mini cluster through JNI in tests Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c9f1ab07 Tree:

hbase git commit: HBASE-17718 Difference between RS's servername and its ephemeral node cause SSH stop working

2017-03-06 Thread stack
Repository: hbase Updated Branches: refs/heads/master de25fcbd9 -> 7fa7156f2 HBASE-17718 Difference between RS's servername and its ephemeral node cause SSH stop working This patch reverts HBASE-9593 -- i.e. registering in zk before we register with master putting it back to how it was where

hbase git commit: HBASE-17602 Reduce some quota chore periods/delays

2017-03-06 Thread elserj
Repository: hbase Updated Branches: refs/heads/HBASE-16961 cc14ccd64 -> 678e73be2 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/678e73be Tree:

hbase git commit: HBASE-17717 Explicitly use "sasl" ACL scheme for hbase superuser

2017-03-06 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-1.2 ea5ac3856 -> 628490b29 HBASE-17717 Explicitly use "sasl" ACL scheme for hbase superuser The special "auth" ZK ACL scheme will always set the ACL's id (the user who is allowed) to be the authenticated user of the ZK connection. This

hbase git commit: Fixed flaky test failure for TestStochasticLoadBalancer

2017-03-06 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master d2349c6f9 -> de25fcbd9 Fixed flaky test failure for TestStochasticLoadBalancer This reverts commit 3b914df9492401fe21a3daa39a0d4481b64abb45. Signed-off-by: tedyu Project: