[2/4] hbase git commit: HBASE-19691 Removes Global(A) requirement for getClusterStatus

2018-01-03 Thread elserj
HBASE-19691 Removes Global(A) requirement for getClusterStatus 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/f0011ebf Tree:

hbase git commit: HBASE-19267 Remove compiler-plugin mapping executions as it breaks Java8 detection

2017-12-14 Thread elserj
Repository: hbase Updated Branches: refs/heads/master 2c9ef8a47 -> 4a1c3b421 HBASE-19267 Remove compiler-plugin mapping executions as it breaks Java8 detection It seems like the original reason this execution filter was added is no longer an issue for 2.0. Actually, these entries actually

[1/2] hbase git commit: HBASE-19456 RegionMover's region server hostname option is no longer case insensitive

2017-12-13 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-2 015b66103 -> 78ff501ad refs/heads/master 86043ef62 -> d0c2329aa HBASE-19456 RegionMover's region server hostname option is no longer case insensitive Signed-off-by: Josh Elser Project:

[2/2] hbase git commit: HBASE-19456 RegionMover's region server hostname option is no longer case insensitive

2017-12-13 Thread elserj
HBASE-19456 RegionMover's region server hostname option is no longer case insensitive Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d0c2329a Tree:

[1/2] hbase git commit: HBASE-19285 Implements table-level latency histograms

2017-12-01 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-2 76cb1638e -> fa5473c29 refs/heads/master 680a534ac -> 835d15bf9 HBASE-19285 Implements table-level latency histograms For a egionserver's view of a table (the regions that belong to a table hosted on a regionserver), this change tracks

[2/2] hbase git commit: HBASE-19285 Implements table-level latency histograms

2017-12-01 Thread elserj
HBASE-19285 Implements table-level latency histograms For a egionserver's view of a table (the regions that belong to a table hosted on a regionserver), this change tracks the latencies of operations that affect the regions for this table. Tracking at the per-table level avoids the memory bloat

[3/3] hbase git commit: HBASE-19285 Implements table-level latency histograms

2017-11-30 Thread elserj
HBASE-19285 Implements table-level latency histograms For a egionserver's view of a table (the regions that belong to a table hosted on a regionserver), this change tracks the latencies of operations that affect the regions for this table. Tracking at the per-table level avoids the memory bloat

[2/3] hbase git commit: HBASE-19285 Implements table-level latency histograms

2017-11-30 Thread elserj
HBASE-19285 Implements table-level latency histograms For a egionserver's view of a table (the regions that belong to a table hosted on a regionserver), this change tracks the latencies of operations that affect the regions for this table. Tracking at the per-table level avoids the memory bloat

[1/3] hbase git commit: HBASE-19285 Implements table-level latency histograms

2017-11-30 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-1 ac7fd29f7 -> 4846300c8 refs/heads/branch-1.3 561f336c1 -> 5dc97e298 refs/heads/branch-1.4 b52c424d2 -> c1a1c97e8 HBASE-19285 Implements table-level latency histograms For a egionserver's view of a table (the regions that belong to a

hbase git commit: HBASE-19267 Remove compiler-plugin mapping executions as it breaks Java8 detection

2017-11-28 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-2 12efae482 -> 4fef4cfc3 HBASE-19267 Remove compiler-plugin mapping executions as it breaks Java8 detection It seems like the original reason this execution filter was added is no longer an issue for 2.0. Actually, these entries actually

[1/2] hbase git commit: HBASE-19318 Use the PB service interface as the judge of whether some security feature exists

2017-11-27 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-2 96e63ac7b -> e42d20f8d refs/heads/master f88671661 -> 5c1acf479 HBASE-19318 Use the PB service interface as the judge of whether some security feature exists Hard-coded checks on HBase implementations (e.g. AccessController and

[2/2] hbase git commit: HBASE-19318 Use the PB service interface as the judge of whether some security feature exists

2017-11-27 Thread elserj
HBASE-19318 Use the PB service interface as the judge of whether some security feature exists Hard-coded checks on HBase implementations (e.g. AccessController and VisibilityController) preclude custom implementations of authorization and visibility labels (Apache Ranger). Signed-off-by: Ted Yu

[3/4] hbase git commit: HBASE-19310 Avoid an NPE IntegrationTestImportTsv when outside of the context of JUnit

2017-11-22 Thread elserj
HBASE-19310 Avoid an NPE IntegrationTestImportTsv when outside of the context of JUnit Signed-off-by: Michael Stack Signed-off-by: Ted Yu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[4/4] hbase git commit: HBASE-19317 Set a high NodeManager max disk utilization if not already set

2017-11-22 Thread elserj
HBASE-19317 Set a high NodeManager max disk utilization if not already set This avoids the situation where the build machine has sufficient disk space (a few GB's at most) to run an HBase test, but the default YARN configuration would preclude the NM's from starting correctly. This should

[2/4] hbase git commit: HBASE-19310 Avoid an NPE IntegrationTestImportTsv when outside of the context of JUnit

2017-11-22 Thread elserj
HBASE-19310 Avoid an NPE IntegrationTestImportTsv when outside of the context of JUnit Signed-off-by: Michael Stack Signed-off-by: Ted Yu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[1/4] hbase git commit: HBASE-19317 Set a high NodeManager max disk utilization if not already set

2017-11-22 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-2 0ef7a2424 -> 4e387a948 refs/heads/master 548ebbc57 -> 6f0c9fbfd HBASE-19317 Set a high NodeManager max disk utilization if not already set This avoids the situation where the build machine has sufficient disk space (a few GB's at most)

[1/2] hbase git commit: HBASE-16574 Book updates for backup and restore

2017-11-20 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-2 eb17a2f28 -> 086a03797 refs/heads/master 9b7b83d86 -> 8f806ab48 HBASE-16574 Book updates for backup and restore Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[2/2] hbase git commit: HBASE-16574 Book updates for backup and restore

2017-11-20 Thread elserj
HBASE-16574 Book updates for backup and restore Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/086a0379 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/086a0379 Diff:

[1/2] hbase git commit: HBASE-19224 Add "BSD 2-Clause license" to our accepted list

2017-11-09 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-2 4e83c0f95 -> da282b740 refs/heads/master ec59b0008 -> c04d17c4a HBASE-19224 Add "BSD 2-Clause license" to our accepted list Signed-off-by: Ted Yu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[2/2] hbase git commit: HBASE-19224 Add "BSD 2-Clause license" to our accepted list

2017-11-09 Thread elserj
HBASE-19224 Add "BSD 2-Clause license" to our accepted list Signed-off-by: Ted Yu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c04d17c4 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c04d17c4

[1/2] hbase git commit: HBASE-19002 Add some more RegionObserver examples

2017-11-09 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-2 6a6106523 -> 4e83c0f95 refs/heads/master 7bdff754f -> 0bdfd4f44 HBASE-19002 Add some more RegionObserver examples Signed-off-by: Michael Stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[2/2] hbase git commit: HBASE-19002 Add some more RegionObserver examples

2017-11-09 Thread elserj
HBASE-19002 Add some more RegionObserver examples 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/0bdfd4f4 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0bdfd4f4

[1/2] hbase git commit: HBASE-19111 Add CellUtil#isPut and deprecate methods returning/expecting non public-api data

2017-11-06 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-2 43b4aab64 -> f4a4144f3 refs/heads/master 33ede5516 -> 2a99b87af HBASE-19111 Add CellUtil#isPut and deprecate methods returning/expecting non public-api data KeyValue.Type, and its corresponding byte value, are not public API. We

[2/2] hbase git commit: HBASE-19111 Add CellUtil#isPut and deprecate methods returning/expecting non public-api data

2017-11-06 Thread elserj
HBASE-19111 Add CellUtil#isPut and deprecate methods returning/expecting non public-api data KeyValue.Type, and its corresponding byte value, are not public API. We shouldn't have methods that are expecting them. Added a basic sanity test for isPut and isDelete. Signed-off-by: Ramkrishna

[3/6] hbase git commit: HBASE-19156 Remove vestiges of an unused regions-per-server CLI argument

2017-11-02 Thread elserj
HBASE-19156 Remove vestiges of an unused regions-per-server CLI argument Signed-off-by: Ted Yu 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/de087931 Tree:

[2/6] hbase git commit: HBASE-19156 Remove vestiges of an unused regions-per-server CLI argument

2017-11-02 Thread elserj
HBASE-19156 Remove vestiges of an unused regions-per-server CLI argument Signed-off-by: Ted Yu 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/99cb1481 Tree:

[5/6] hbase git commit: HBASE-19156 Remove vestiges of an unused regions-per-server CLI argument

2017-11-02 Thread elserj
HBASE-19156 Remove vestiges of an unused regions-per-server CLI argument Signed-off-by: Ted Yu 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/22951dad Tree:

[6/6] hbase git commit: HBASE-19156 Remove vestiges of an unused regions-per-server CLI argument

2017-11-02 Thread elserj
HBASE-19156 Remove vestiges of an unused regions-per-server CLI argument Signed-off-by: Ted Yu 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/7903495c Tree:

[4/6] hbase git commit: HBASE-19156 Remove vestiges of an unused regions-per-server CLI argument

2017-11-02 Thread elserj
HBASE-19156 Remove vestiges of an unused regions-per-server CLI argument Signed-off-by: Ted Yu 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/59a8d1b4 Tree:

[1/6] hbase git commit: HBASE-19156 Remove vestiges of an unused regions-per-server CLI argument

2017-11-02 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-1 01cb1d99b -> de087931e refs/heads/branch-1.2 5c3db2b41 -> 7903495cf refs/heads/branch-1.3 b0f16d96f -> 22951dad0 refs/heads/branch-1.4 690498111 -> 59a8d1b41 refs/heads/branch-2 28185c517 -> 99cb14815 refs/heads/master fad7d01d8

[2/2] hbase git commit: HBASE-19118 Use SaslUtil to set Sasl.QOP in 'Thrift'

2017-11-02 Thread elserj
HBASE-19118 Use SaslUtil to set Sasl.QOP in 'Thrift' Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5c3db2b4 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5c3db2b4

[1/2] hbase git commit: HBASE-19118 Use SaslUtil to set Sasl.QOP in 'Thrift'

2017-11-02 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-1.2 492d71d5e -> 5c3db2b41 refs/heads/branch-1.3 631f4e2cc -> b0f16d96f HBASE-19118 Use SaslUtil to set Sasl.QOP in 'Thrift' Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/hbase/repo

[2/4] hbase git commit: HBASE-19118 Use SaslUtil to set Sasl.QOP in 'Thrift'

2017-11-01 Thread elserj
HBASE-19118 Use SaslUtil to set Sasl.QOP in 'Thrift' Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e6160623 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e6160623

[1/4] hbase git commit: HBASE-19118 Use SaslUtil to set Sasl.QOP in 'Thrift'

2017-11-01 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-1 61753bd13 -> 01cb1d99b refs/heads/branch-1.4 acc0ed6eb -> 690498111 refs/heads/branch-2 663f3c7b5 -> e61606231 refs/heads/master 8d1e6a3e2 -> 49abc2e1c HBASE-19118 Use SaslUtil to set Sasl.QOP in 'Thrift' Signed-off-by: Josh Elser

[3/4] hbase git commit: HBASE-19118 Use SaslUtil to set Sasl.QOP in 'Thrift'

2017-11-01 Thread elserj
HBASE-19118 Use SaslUtil to set Sasl.QOP in 'Thrift' Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/01cb1d99 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/01cb1d99

[4/4] hbase git commit: HBASE-19118 Use SaslUtil to set Sasl.QOP in 'Thrift'

2017-11-01 Thread elserj
HBASE-19118 Use SaslUtil to set Sasl.QOP in 'Thrift' Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/69049811 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/69049811

[2/2] hbase git commit: HBASE-18873 Move protobufs to private implementation on GlobalQuotaSettings

2017-10-23 Thread elserj
HBASE-18873 Move protobufs to private implementation on GlobalQuotaSettings A hack to "hide" the protobufs, but it's not going to be a trivial change to remove use of protobufs entirely as they're serialized into the hbase:quota table. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo

[1/2] hbase git commit: HBASE-18873 Move protobufs to private implementation on GlobalQuotaSettings

2017-10-23 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-2 1e98ce2c8 -> 3e0b90b94 refs/heads/master b7db62c70 -> 81133f89f HBASE-18873 Move protobufs to private implementation on GlobalQuotaSettings A hack to "hide" the protobufs, but it's not going to be a trivial change to remove use of

[1/8] hbase git commit: HBASE-18901 [C++] Provide CMAKE infrastructure

2017-10-13 Thread elserj
Repository: hbase Updated Branches: refs/heads/HBASE-14850 e2bb10a87 -> 24f7f093e http://git-wip-us.apache.org/repos/asf/hbase/blob/24f7f093/hbase-native-client/src/test/scanner-test.cc -- diff --git

[8/8] hbase git commit: HBASE-18901 [C++] Provide CMAKE infrastructure

2017-10-13 Thread elserj
HBASE-18901 [C++] Provide CMAKE infrastructure * Provided cmake files for packages in which a default module did not exist. * Moved tests to a location where we could automatically build the test suite. * Resolved minor issues with tests * Tested across OSX, RHEL7, and Ubuntu16 * Fix

[5/8] hbase git commit: HBASE-18901 [C++] Provide CMAKE infrastructure

2017-10-13 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/24f7f093/hbase-native-client/src/hbase/client/scan-result-cache-test.cc -- diff --git a/hbase-native-client/src/hbase/client/scan-result-cache-test.cc

[7/8] hbase git commit: HBASE-18901 [C++] Provide CMAKE infrastructure

2017-10-13 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/24f7f093/hbase-native-client/src/hbase/client/async-batch-rpc-retrying-test.cc -- diff --git a/hbase-native-client/src/hbase/client/async-batch-rpc-retrying-test.cc

[4/8] hbase git commit: HBASE-18901 [C++] Provide CMAKE infrastructure

2017-10-13 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/24f7f093/hbase-native-client/src/hbase/if/BUCK -- diff --git a/hbase-native-client/src/hbase/if/BUCK b/hbase-native-client/src/hbase/if/BUCK deleted file mode 100644 index

[2/8] hbase git commit: HBASE-18901 [C++] Provide CMAKE infrastructure

2017-10-13 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/24f7f093/hbase-native-client/src/test/hbase-configuration-test.cc -- diff --git a/hbase-native-client/src/test/hbase-configuration-test.cc

[6/8] hbase git commit: HBASE-18901 [C++] Provide CMAKE infrastructure

2017-10-13 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/24f7f093/hbase-native-client/src/hbase/client/filter-test.cc -- diff --git a/hbase-native-client/src/hbase/client/filter-test.cc

[3/8] hbase git commit: HBASE-18901 [C++] Provide CMAKE infrastructure

2017-10-13 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/24f7f093/hbase-native-client/src/test/bytes-util-test.cc -- diff --git a/hbase-native-client/src/test/bytes-util-test.cc b/hbase-native-client/src/test/bytes-util-test.cc new file

[1/2] hbase git commit: HBASE-17441 Fix invalid quoting around hadoop-3 build in yetus personality

2017-10-01 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-2 2cc1ea3d2 -> 8c6ed571b refs/heads/master 9f1bfbeaa -> 869b90c61 HBASE-17441 Fix invalid quoting around hadoop-3 build in yetus personality Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[2/2] hbase git commit: HBASE-17441 Fix invalid quoting around hadoop-3 build in yetus personality

2017-10-01 Thread elserj
HBASE-17441 Fix invalid quoting around hadoop-3 build in yetus personality Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/869b90c6 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/869b90c6 Diff:

[1/4] hbase git commit: HBASE-18807 Remove protobuf references from CP quota API calls

2017-09-23 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-2 27646693f -> 40a73c9be refs/heads/master b4830466d -> 154048313 http://git-wip-us.apache.org/repos/asf/hbase/blob/40a73c9b/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestGlobalQuotaSettings.java

[2/4] hbase git commit: HBASE-18807 Remove protobuf references from CP quota API calls

2017-09-23 Thread elserj
HBASE-18807 Remove protobuf references from CP quota API calls Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/40a73c9b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/40a73c9b Diff:

[4/4] hbase git commit: HBASE-18807 Remove protobuf references from CP quota API calls

2017-09-23 Thread elserj
HBASE-18807 Remove protobuf references from CP quota API calls Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/15404831 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/15404831 Diff:

[3/4] hbase git commit: HBASE-18807 Remove protobuf references from CP quota API calls

2017-09-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/15404831/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestGlobalQuotaSettings.java -- diff --git

[1/2] hbase git commit: HBASE-18851 Add "BSD" to the acceptable licenses list

2017-09-19 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-2 52c809c35 -> 1db463feb refs/heads/master b56760c73 -> a29ea3619 HBASE-18851 Add "BSD" to the acceptable licenses list org.ow2.asm:asm actually is 3-clause BSD, but it was marked as "BSD" which we need to add to our exclusions list.

[2/2] hbase git commit: HBASE-18851 Add "BSD" to the acceptable licenses list

2017-09-19 Thread elserj
HBASE-18851 Add "BSD" to the acceptable licenses list org.ow2.asm:asm actually is 3-clause BSD, but it was marked as "BSD" which we need to add to our exclusions list. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1db463fe

[5/7] hbase git commit: HBASE-18679 Add a null check around the result of getCounters() in ITBLL

2017-08-25 Thread elserj
HBASE-18679 Add a null check around the result of getCounters() in ITBLL Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4ce79774 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/4ce79774 Diff:

[6/7] hbase git commit: HBASE-18679 Add a null check around the result of getCounters() in ITBLL

2017-08-25 Thread elserj
HBASE-18679 Add a null check around the result of getCounters() in ITBLL Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5c6fb74b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5c6fb74b Diff:

[7/7] hbase git commit: HBASE-18679 Add a null check around the result of getCounters() in ITBLL

2017-08-25 Thread elserj
HBASE-18679 Add a null check around the result of getCounters() in ITBLL Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8d6e37bb Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8d6e37bb Diff:

[1/7] hbase git commit: HBASE-18679 Add a null check around the result of getCounters() in ITBLL

2017-08-25 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-1 50c67e969 -> fd4387998 refs/heads/branch-1.1 43b0a6612 -> 8d6e37bb2 refs/heads/branch-1.2 134763530 -> 5c6fb74b5 refs/heads/branch-1.3 22e8f87ae -> 4ce79774a refs/heads/branch-1.4 ca6714d54 -> a02521929 refs/heads/branch-2

[4/7] hbase git commit: HBASE-18679 Add a null check around the result of getCounters() in ITBLL

2017-08-25 Thread elserj
HBASE-18679 Add a null check around the result of getCounters() in ITBLL Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a0252192 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a0252192 Diff:

[2/7] hbase git commit: HBASE-18679 Add a null check around the result of getCounters() in ITBLL

2017-08-25 Thread elserj
HBASE-18679 Add a null check around the result of getCounters() in ITBLL Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b55b952d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b55b952d Diff:

[3/7] hbase git commit: HBASE-18679 Add a null check around the result of getCounters() in ITBLL

2017-08-25 Thread elserj
HBASE-18679 Add a null check around the result of getCounters() in ITBLL Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/fd438799 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/fd438799 Diff:

[34/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/37c65946/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupCommands.java -- diff --git

[33/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/37c65946/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupSystemTable.java -- diff --git

[16/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/2dda3712/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupCommands.java -- diff --git

[27/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/37c65946/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/BackupInfo.java -- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/BackupInfo.java

[35/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/37c65946/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/HBackupFileSystem.java -- diff --git

[09/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/2dda3712/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/BackupInfo.java -- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/BackupInfo.java

[24/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/37c65946/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupSystemTable.java -- diff --git

[21/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/37c65946/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/util/RestoreTool.java -- diff --git

[10/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/2dda3712/hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/TestIncrementalBackupMergeWithFailures.java -- diff --git

[17/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/2dda3712/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/HBackupFileSystem.java -- diff --git

[25/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/37c65946/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupManifest.java -- diff --git

[13/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/2dda3712/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/mapreduce/MapReduceHFileSplitterJob.java -- diff --git

[03/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/2dda3712/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/util/RestoreTool.java -- diff --git

[28/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/37c65946/hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/TestIncrementalBackupMergeWithFailures.java -- diff --git

[23/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/37c65946/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/impl/IncrementalBackupManager.java -- diff --git

[18/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov) Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2dda3712 Tree:

[07/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/2dda3712/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupManifest.java -- diff --git

[19/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/37c65946/hbase-server/src/test/java/org/apache/hadoop/hbase/backup/TestIncrementalBackupMergeWithFailures.java -- diff --git

[20/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/37c65946/hbase-server/src/test/java/org/apache/hadoop/hbase/backup/TestBackupMultipleDeletes.java -- diff --git

[06/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/2dda3712/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupSystemTable.java -- diff --git

[22/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/37c65946/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/mapreduce/MapReduceHFileSplitterJob.java -- diff --git

[05/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/2dda3712/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/impl/IncrementalBackupManager.java -- diff --git

[15/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/2dda3712/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupSystemTable.java -- diff --git

[36/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov) Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/37c65946 Tree:

[31/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/37c65946/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/mapreduce/MapReduceHFileSplitterJob.java -- diff --git

[32/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/37c65946/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/IncrementalBackupManager.java -- diff --git

[12/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/2dda3712/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/util/RestoreTool.java -- diff --git

[08/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/2dda3712/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupAdminImpl.java -- diff --git

[30/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/37c65946/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/util/RestoreTool.java -- diff --git

[14/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/2dda3712/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/IncrementalBackupManager.java -- diff --git

[02/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/2dda3712/hbase-server/src/test/java/org/apache/hadoop/hbase/backup/TestBackupMultipleDeletes.java -- diff --git

[04/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/2dda3712/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/mapreduce/MapReduceHFileSplitterJob.java -- diff --git

[11/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/2dda3712/hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/TestBackupMultipleDeletes.java -- diff --git

[29/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/37c65946/hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/TestBackupMultipleDeletes.java -- diff --git

[26/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/37c65946/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupAdminImpl.java -- diff --git

[01/36] hbase git commit: HBASE-17614: Move Backup/Restore into separate module (Vladimir Rodionov)

2017-08-23 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-2 af8e6aeab -> 37c659462 refs/heads/master 6c0e219dd -> 2dda37120 http://git-wip-us.apache.org/repos/asf/hbase/blob/2dda3712/hbase-server/src/test/java/org/apache/hadoop/hbase/backup/TestIncrementalBackupMergeWithFailures.java

[6/7] hbase git commit: HBASE-18631 Allow ChaosMonkey properties to be specified in hbase-site

2017-08-20 Thread elserj
HBASE-18631 Allow ChaosMonkey properties to be specified in hbase-site Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5bf83cc1 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5bf83cc1 Diff:

[3/7] hbase git commit: HBASE-18631 Allow ChaosMonkey properties to be specified in hbase-site

2017-08-20 Thread elserj
HBASE-18631 Allow ChaosMonkey properties to be specified in hbase-site Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/00a4e069 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/00a4e069 Diff:

[5/7] hbase git commit: HBASE-18631 Allow ChaosMonkey properties to be specified in hbase-site

2017-08-20 Thread elserj
HBASE-18631 Allow ChaosMonkey properties to be specified in hbase-site Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d1bd8835 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d1bd8835 Diff:

<    2   3   4   5   6   7   8   9   10   11   >