You are viewing a plain text version of this content. The canonical link for it is here.
- [hbase] branch branch-1 updated: HBASE-21883 Enhancements to Major Compaction tool - posted by ap...@apache.org on 2019/05/01 00:29:39 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-21883 Enhancements to Major Compaction tool - posted by ap...@apache.org on 2019/05/01 00:29:40 UTC, 0 replies.
- [hbase] branch master updated: HBASE-21883 Enhancements to Major Compaction tool - posted by ap...@apache.org on 2019/05/01 00:29:41 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at 32250e55ba7deff5a1b50f9b861a5077c6677956. - posted by gi...@apache.org on 2019/05/01 14:50:24 UTC, 0 replies.
- [hbase-site] branch asf-site updated: INFRA-10751 Empty commit - posted by gi...@apache.org on 2019/05/01 14:50:33 UTC, 28 replies.
- [hbase] branch master updated: HBASE-22277 Addendum Also changed references in hbase-shell - posted by ja...@apache.org on 2019/05/01 16:44:56 UTC, 0 replies.
- svn commit: r33874 - /dev/hbase/hbase-1.3.4RC0/ /release/hbase/1.3.4/ - posted by to...@apache.org on 2019/05/01 20:26:21 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22190 SnapshotFileCache may fail to load the correct snapshot file list when there is an on-going snapshot operation - posted by zh...@apache.org on 2019/05/01 23:50:07 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22301 Consider rolling the WAL if the HDFS write pipeline is slow - posted by ap...@apache.org on 2019/05/02 01:25:52 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22301 Consider rolling the WAL if the HDFS write pipeline is slow - posted by ap...@apache.org on 2019/05/02 01:25:53 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22301 Consider rolling the WAL if the HDFS write pipeline is slow - posted by ap...@apache.org on 2019/05/02 01:25:54 UTC, 0 replies.
- [hbase] branch HBASE-21512 updated (d308592 -> ba924c9) - posted by zh...@apache.org on 2019/05/02 09:05:12 UTC, 0 replies.
- [hbase] 01/25: HBASE-21515 Also initialize an AsyncClusterConnection in HRegionServer - posted by zh...@apache.org on 2019/05/02 09:05:13 UTC, 5 replies.
- [hbase] 02/25: HBASE-21516 Use AsyncConnection instead of Connection in SecureBulkLoadManager - posted by zh...@apache.org on 2019/05/02 09:05:14 UTC, 5 replies.
- [hbase] 03/25: HBASE-21526 Use AsyncClusterConnection in ServerManager for getRsAdmin - posted by zh...@apache.org on 2019/05/02 09:05:15 UTC, 5 replies.
- [hbase] 04/25: HBASE-21579 Use AsyncClusterConnection for HBaseInterClusterReplicationEndpoint - posted by zh...@apache.org on 2019/05/02 09:05:16 UTC, 5 replies.
- [hbase] 05/25: HBASE-21538 Rewrite RegionReplicaFlushHandler to use AsyncClusterConnection - posted by zh...@apache.org on 2019/05/02 09:05:17 UTC, 5 replies.
- [hbase] 06/25: HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use AsyncClusterConnection - posted by zh...@apache.org on 2019/05/02 09:05:18 UTC, 5 replies.
- [hbase] 07/25: HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait to use AsyncClusterConnection - posted by zh...@apache.org on 2019/05/02 09:05:19 UTC, 5 replies.
- [hbase] 08/25: HBASE-21719 Rewrite RegionPlacementMaintainer to use AsyncClusterConnection - posted by zh...@apache.org on 2019/05/02 09:05:20 UTC, 5 replies.
- [hbase] 09/25: HBASE-21778 Remove the usage of the locateRegion related methods in ClusterConnection - posted by zh...@apache.org on 2019/05/02 09:05:21 UTC, 5 replies.
- [hbase] 10/25: HBASE-21779 Reimplement BulkLoadHFilesTool to use AsyncClusterConnection - posted by zh...@apache.org on 2019/05/02 09:05:22 UTC, 5 replies.
- [hbase] 11/25: HBASE-21585 Remove ClusterConnection - posted by zh...@apache.org on 2019/05/02 09:05:23 UTC, 5 replies.
- [hbase] 12/25: HBASE-21717 Implement Connection based on AsyncConnection - posted by zh...@apache.org on 2019/05/02 09:05:24 UTC, 5 replies.
- [hbase] 13/25: HBASE-21718 Implement Admin based on AsyncAdmin - posted by zh...@apache.org on 2019/05/02 09:05:25 UTC, 5 replies.
- [hbase] 14/25: HBASE-22241 Fix TestRegionServerCoprocessorEndpoint - posted by zh...@apache.org on 2019/05/02 09:05:26 UTC, 5 replies.
- [hbase] 15/25: HBASE-21725 Implement BufferedMutator Based on AsyncBufferedMutator - posted by zh...@apache.org on 2019/05/02 09:05:27 UTC, 5 replies.
- [hbase] 16/25: HBASE-22238 Fix TestRpcControllerFactory - posted by zh...@apache.org on 2019/05/02 09:05:28 UTC, 5 replies.
- [hbase] 17/25: HBASE-22223 Implement RegionLocator based on AsyncTableRegionLocator - posted by zh...@apache.org on 2019/05/02 09:05:29 UTC, 5 replies.
- [hbase] 18/25: HBASE-22281 Fix failed shell UTs - posted by zh...@apache.org on 2019/05/02 09:05:30 UTC, 5 replies.
- [hbase] 19/25: HBASE-22295 Fix TestClientOperationTimeout - posted by zh...@apache.org on 2019/05/02 09:05:31 UTC, 5 replies.
- [hbase] 20/25: HBASE-22297 Fix TestRegionMergeTransitionOnCluster and TestSplitTransactionOnCluster - posted by zh...@apache.org on 2019/05/02 09:05:32 UTC, 5 replies.
- [hbase] 21/25: HBASE-22302 Fix TestHbck - posted by zh...@apache.org on 2019/05/02 09:05:33 UTC, 5 replies.
- [hbase] 22/25: HBASE-22239 Also catch RemoteException in SyncReplicationTestBase.verifyReplicationRequestRejection - posted by zh...@apache.org on 2019/05/02 09:05:34 UTC, 5 replies.
- [hbase] 23/25: HBASE-22036 Rewrite TestScannerHeartbeatMessages - posted by zh...@apache.org on 2019/05/02 09:05:35 UTC, 5 replies.
- [hbase] 24/25: HBASE-22295 Addendum create table before all tests - posted by zh...@apache.org on 2019/05/02 09:05:36 UTC, 0 replies.
- [hbase] 25/25: HBASE-22328 NPE in RegionReplicaReplicationEndpoint - posted by zh...@apache.org on 2019/05/02 09:05:37 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22340 Corrupt KeyValue is silently ignored (#207) - posted by ps...@apache.org on 2019/05/02 09:17:33 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22340 Corrupt KeyValue is silently ignored (#207) - posted by ps...@apache.org on 2019/05/02 09:23:04 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22340 Corrupt KeyValue is silently ignored (#207) - posted by ps...@apache.org on 2019/05/02 09:31:25 UTC, 0 replies.
- [hbase] branch branch-2.0 updated: HBASE-22340 Corrupt KeyValue is silently ignored (#207) - posted by ps...@apache.org on 2019/05/02 09:42:50 UTC, 0 replies.
- [hbase-connectors] branch master updated: HBASE-22336 Add CHANGELOG, README and RELEASENOTES to binary tarball - posted by ps...@apache.org on 2019/05/02 12:03:06 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at 94122f6a742a430b61869f07ed721bdf93185efd. - posted by gi...@apache.org on 2019/05/02 14:49:31 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22350 Rewrite TestClientOperationTimeout so we do not timeout when creating table - posted by ps...@apache.org on 2019/05/02 15:19:54 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22350 Rewrite TestClientOperationTimeout so we do not timeout when creating table - posted by ps...@apache.org on 2019/05/02 15:39:22 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22350 Rewrite TestClientOperationTimeout so we do not timeout when creating table - posted by ps...@apache.org on 2019/05/02 15:39:23 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22350 Rewrite TestClientOperationTimeout so we do not timeout when creating table - posted by ps...@apache.org on 2019/05/02 15:39:24 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22354 master never sets abortRequested, and thus abort timeout doesn't work for it - posted by se...@apache.org on 2019/05/03 01:19:33 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22354 master never sets abortRequested, and thus abort timeout doesn't work for it - posted by se...@apache.org on 2019/05/03 01:19:34 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22354 master never sets abortRequested, and thus abort timeout doesn't work for it - posted by ps...@apache.org on 2019/05/03 07:34:02 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22354 master never sets abortRequested, and thus abort timeout doesn't work for it - posted by ps...@apache.org on 2019/05/03 07:34:03 UTC, 0 replies.
- [hbase-connectors] annotated tag rel/1.0.0 created (now 07346f8) - posted by me...@apache.org on 2019/05/03 08:17:30 UTC, 0 replies.
- [hbase-connectors] branch master updated: Preparing development version 1.0.1-SNAPSHOT - posted by me...@apache.org on 2019/05/03 10:24:38 UTC, 0 replies.
- [hbase] branch HBASE-21512 updated (ba924c9 -> 828196c) - posted by zh...@apache.org on 2019/05/03 11:38:52 UTC, 0 replies.
- [hbase] 24/25: HBASE-22328 NPE in RegionReplicaReplicationEndpoint - posted by zh...@apache.org on 2019/05/03 11:39:16 UTC, 4 replies.
- [hbase] 25/25: HBASE-22351 Increase the wait time when creating table for TestProcedurePriority - posted by zh...@apache.org on 2019/05/03 11:39:17 UTC, 4 replies.
- [hbase-site] branch asf-site updated: Published site at 0c0d59541a2c17fa97c0d662d558f341103ad514. - posted by gi...@apache.org on 2019/05/03 14:49:47 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22345 REST Server must have specific version of javax.annotations available at runtime - posted by bu...@apache.org on 2019/05/03 16:25:22 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22345 REST Server must have specific version of javax.annotations available at runtime - posted by bu...@apache.org on 2019/05/03 16:25:23 UTC, 0 replies.
- svn commit: r33893 - /release/hbase/hbase-connectors-1.0.0/ - posted by bu...@apache.org on 2019/05/03 16:25:45 UTC, 0 replies.
- svn commit: r33897 - in /dev/hbase/hbase-1.4.10RC0: hbase-1.4.10-bin.tar.gz hbase-1.4.10-bin.tar.gz.asc hbase-1.4.10-bin.tar.gz.sha512 hbase-1.4.10-src.tar.gz.asc - posted by ap...@apache.org on 2019/05/04 00:59:39 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22343 Make procedure retry interval configurable in test - posted by zh...@apache.org on 2019/05/04 05:04:12 UTC, 0 replies.
- [hbase] branch revert-133-retry-backoff deleted (was 731c425) - posted by zh...@apache.org on 2019/05/04 05:11:21 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22190 SnapshotFileCache may fail to load the correct snapshot file list when there is an on-going snapshot operation - posted by zh...@apache.org on 2019/05/04 05:14:38 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22190 SnapshotFileCache may fail to load the correct snapshot file list when there is an on-going snapshot operation - posted by zh...@apache.org on 2019/05/04 05:14:57 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22190 SnapshotFileCache may fail to load the correct snapshot file list when there is an on-going snapshot operation - posted by zh...@apache.org on 2019/05/04 05:18:31 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22343 Make procedure retry interval configurable in test - posted by zh...@apache.org on 2019/05/04 05:40:38 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22343 Make procedure retry interval configurable in test - posted by zh...@apache.org on 2019/05/04 05:40:54 UTC, 0 replies.
- [hbase] branch HBASE-21512 updated (828196c -> 6f5fef4) - posted by zh...@apache.org on 2019/05/04 05:45:22 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at e884a25f8dd19f542ab5ea1ca9809095bd15dd0d. - posted by gi...@apache.org on 2019/05/04 17:42:21 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22359 Backport of HBASE-21371 misses activation-api license information - posted by ps...@apache.org on 2019/05/05 11:06:27 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22359 Backport of HBASE-21371 misses activation-api license information - posted by ps...@apache.org on 2019/05/05 11:06:28 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22359 Backport of HBASE-21371 misses activation-api license information - posted by ps...@apache.org on 2019/05/05 11:06:29 UTC, 0 replies.
- [hbase] branch branch-2 updated (77ed576 -> db28cc5) - posted by bu...@apache.org on 2019/05/06 03:23:10 UTC, 0 replies.
- [hbase] 01/04: HBASE-22312 Hadoop 3 profile for hbase-shaded-mapreduce should list mapreduce as a provided dependency - posted by bu...@apache.org on 2019/05/06 03:23:11 UTC, 0 replies.
- [hbase] 02/04: HBASE-22314 shaded byo-hadoop client should list needed hadoop modules as provided scope to avoid inclusion of unnecessary transitive depednencies - posted by bu...@apache.org on 2019/05/06 03:23:12 UTC, 0 replies.
- [hbase] 03/04: HBASE-22109 Update hbase shaded client for new transitive dependencies of guava after hadoop update - posted by bu...@apache.org on 2019/05/06 03:23:13 UTC, 0 replies.
- [hbase] 04/04: HBASE-22087 Update LICENSE/shading for the dependencies from the latest Hadoop trunk. - posted by bu...@apache.org on 2019/05/06 03:23:14 UTC, 0 replies.
- [hbase] branch branch-2.1 updated (443da32 -> 19042a9) - posted by bu...@apache.org on 2019/05/06 03:23:15 UTC, 0 replies.
- [hbase] 01/06: HBASE-22268 Exclude javax.activation coming from Hadoop 3.2+ from shaded artifacts - posted by bu...@apache.org on 2019/05/06 03:23:16 UTC, 0 replies.
- [hbase] 02/06: HBASE-22222 Site build fails after hbase-thirdparty upgrade - posted by bu...@apache.org on 2019/05/06 03:23:17 UTC, 0 replies.
- [hbase] 03/06: HBASE-22312 Hadoop 3 profile for hbase-shaded-mapreduce should list mapreduce as a provided dependency - posted by bu...@apache.org on 2019/05/06 03:23:18 UTC, 0 replies.
- [hbase] 04/06: HBASE-22314 shaded byo-hadoop client should list needed hadoop modules as provided scope to avoid inclusion of unnecessary transitive depednencies - posted by bu...@apache.org on 2019/05/06 03:23:19 UTC, 0 replies.
- [hbase] 05/06: HBASE-22109 Update hbase shaded client for new transitive dependencies of guava after hadoop update - posted by bu...@apache.org on 2019/05/06 03:23:20 UTC, 0 replies.
- [hbase] 06/06: HBASE-22087 Update LICENSE/shading for the dependencies from the latest Hadoop trunk. - posted by bu...@apache.org on 2019/05/06 03:23:21 UTC, 0 replies.
- [hbase] branch branch-2.2 updated (516f53f -> a86979a) - posted by bu...@apache.org on 2019/05/06 03:23:22 UTC, 0 replies.
- [hbase] 01/05: HBASE-22268 Exclude javax.activation coming from Hadoop 3.2+ from shaded artifacts - posted by bu...@apache.org on 2019/05/06 03:23:23 UTC, 0 replies.
- [hbase] 02/05: HBASE-22312 Hadoop 3 profile for hbase-shaded-mapreduce should list mapreduce as a provided dependency - posted by bu...@apache.org on 2019/05/06 03:23:24 UTC, 0 replies.
- [hbase] 03/05: HBASE-22314 shaded byo-hadoop client should list needed hadoop modules as provided scope to avoid inclusion of unnecessary transitive depednencies - posted by bu...@apache.org on 2019/05/06 03:23:25 UTC, 0 replies.
- [hbase] 04/05: HBASE-22109 Update hbase shaded client for new transitive dependencies of guava after hadoop update - posted by bu...@apache.org on 2019/05/06 03:23:26 UTC, 0 replies.
- [hbase] 05/05: HBASE-22087 Update LICENSE/shading for the dependencies from the latest Hadoop trunk. - posted by bu...@apache.org on 2019/05/06 03:23:27 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22364 Fixed remaining Checkstyle issue in hbase-hadoop2-compat - posted by ja...@apache.org on 2019/05/06 08:14:28 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at 45bcb4f3072986ab887893ad911464086c3420ed. - posted by gi...@apache.org on 2019/05/06 15:03:26 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-21467 Fix flaky test TestCoprocessorClassLoader.testCleanupOldJars - posted by st...@apache.org on 2019/05/06 16:45:59 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-21467 Fix flaky test TestCoprocessorClassLoader.testCleanupOldJars - posted by st...@apache.org on 2019/05/06 16:46:18 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-21467 Fix flaky test TestCoprocessorClassLoader.testCleanupOldJars - posted by st...@apache.org on 2019/05/06 16:46:37 UTC, 0 replies.
- [hbase] branch master updated: HBASE-21070 Add Test for SnapshotFileCache for HBase backed by S3 (#209) - posted by zy...@apache.org on 2019/05/06 18:52:17 UTC, 0 replies.
- [hbase] branch HBASE-22346 created (now 0780b84) - posted by se...@apache.org on 2019/05/06 22:22:55 UTC, 0 replies.
- [hbase] 01/02: Merge branch 'master' into HBASE-22346 - posted by se...@apache.org on 2019/05/06 22:22:56 UTC, 0 replies.
- [hbase] 02/02: HBASE-22346 scanner priorities/deadline units are invalid for non-huge scanners - CR feedback - posted by se...@apache.org on 2019/05/06 22:22:57 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-21070 Add Test for SnapshotFileCache for HBase backed by S3 (#209) - posted by zy...@apache.org on 2019/05/06 23:47:02 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-21070 Add Test for SnapshotFileCache for HBase backed by S3 (#209) - posted by zy...@apache.org on 2019/05/07 00:18:49 UTC, 0 replies.
- [hbase] branch master updated: HBASE-21714 Deprecated isTableAvailableWithSplit method in thrift module - posted by zh...@apache.org on 2019/05/07 05:23:44 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-21714 Deprecated isTableAvailableWithSplit method in thrift module - posted by zh...@apache.org on 2019/05/07 05:49:30 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-21714 Deprecated isTableAvailableWithSplit method in thrift module - posted by zh...@apache.org on 2019/05/07 05:53:26 UTC, 0 replies.
- [hbase] branch HBASE-21879 updated: HBASE-21921 Notify users if the ByteBufAllocator is always allocating ByteBuffers from heap which means the increacing GC pressure - posted by op...@apache.org on 2019/05/07 10:17:09 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at 6de308c5bca1a7f225a6757970ceb4fc7a65b937. - posted by gi...@apache.org on 2019/05/07 14:49:12 UTC, 0 replies.
- [hbase] annotated tag rel/1.3.4 created (now ff6ce99) - posted by ap...@apache.org on 2019/05/07 16:46:15 UTC, 0 replies.
- [hbase] branch master updated: HBASE-20851 Change rubocop config for max line length of 100 - posted by ja...@apache.org on 2019/05/07 18:16:19 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-20851 Change rubocop config for max line length of 100 - posted by ja...@apache.org on 2019/05/07 18:26:03 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-21777 Only log compaction pressure throughput when changed or traced - posted by li...@apache.org on 2019/05/07 18:28:13 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-20851 Change rubocop config for max line length of 100 - posted by ja...@apache.org on 2019/05/07 18:32:57 UTC, 0 replies.
- [hbase] branch master updated: HBASE-21777 Only log compaction pressure throughput when changed or traced - posted by li...@apache.org on 2019/05/07 18:38:49 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-20851 Change rubocop config for max line length of 100 - posted by ja...@apache.org on 2019/05/07 18:39:38 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-21777 Only log compaction pressure throughput when changed or traced - posted by li...@apache.org on 2019/05/07 18:41:30 UTC, 0 replies.
- [hbase] branch branch-2.0 updated: HBASE-20851 Change rubocop config for max line length of 100 - posted by ja...@apache.org on 2019/05/07 18:59:24 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-20851 Change rubocop config for max line length of 100 - posted by ja...@apache.org on 2019/05/07 19:03:32 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-20851 Change rubocop config for max line length of 100 - posted by ja...@apache.org on 2019/05/07 19:07:28 UTC, 0 replies.
- [hbase] branch branch-1.3 updated: HBASE-22341 Extended the documentation for deprecating APIs - posted by ja...@apache.org on 2019/05/07 19:12:35 UTC, 0 replies.
- [hbase] branch branch-1.3 updated: HBASE-20851 Change rubocop config for max line length of 100 - posted by ja...@apache.org on 2019/05/07 19:17:15 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22360 Abort timer doesn't set when abort is called during graceful shutdown process - posted by se...@apache.org on 2019/05/07 23:04:21 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22360 Abort timer doesn't set when abort is called during graceful shutdown process - posted by se...@apache.org on 2019/05/07 23:04:22 UTC, 0 replies.
- [hbase] branch branch-1.3 updated: HBASE-17170 HBase is also retrying DoNotRetryIOException because of class loader differences (Ankit Singhal) - posted by ap...@apache.org on 2019/05/08 01:55:43 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22072 High read/write intensive regions may cause long crash (#214) - posted by ra...@apache.org on 2019/05/08 10:00:12 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22072 High read/write intensive regions may cause long crash (#214) - posted by ra...@apache.org on 2019/05/08 10:18:38 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22072 High read/write intensive regions may cause long crash (#214) - posted by ra...@apache.org on 2019/05/08 10:21:03 UTC, 0 replies.
- [hbase] branch branch-2.0 updated: HBASE-22072 High read/write intensive regions may cause long crash (#214) - posted by ra...@apache.org on 2019/05/08 10:22:36 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22072 High read/write intensive regions may cause long crash (#214) - posted by ra...@apache.org on 2019/05/08 10:24:52 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at 46fe9833a915c14e2513f5e9c2c7945cd6e09d19. - posted by gi...@apache.org on 2019/05/08 14:49:11 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22379 Fixed Markdown in 'Voting on Release Candidates' section - posted by ja...@apache.org on 2019/05/08 14:59:48 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22379 Fixed Markdown in 'Voting on Release Candidates' section - posted by ja...@apache.org on 2019/05/08 16:01:31 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22379 Fixed Markdown in 'Voting on Release Candidates' section - posted by ja...@apache.org on 2019/05/08 16:43:34 UTC, 0 replies.
- [hbase] branch master updated: HBASE-21777 Only log compaction pressure throughput when changed or traced (addendum) - posted by li...@apache.org on 2019/05/08 17:02:09 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-21777 Only log compaction pressure throughput when changed or traced (addendum) - posted by li...@apache.org on 2019/05/08 17:02:25 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-21777 Only log compaction pressure throughput when changed or traced (addendum) - posted by li...@apache.org on 2019/05/08 17:02:43 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22379 Fixed Markdown in 'Voting on Release Candidates' section - posted by ja...@apache.org on 2019/05/08 21:19:12 UTC, 0 replies.
- [hbase] branch branch-2.0 updated: HBASE-22379 Fixed Markdown in 'Voting on Release Candidates' section - posted by ja...@apache.org on 2019/05/08 21:58:47 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22379 Fixed Markdown in 'Voting on Release Candidates' section - posted by ja...@apache.org on 2019/05/08 22:11:28 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-22379 Fixed Markdown in 'Voting on Release Candidates' section - posted by ja...@apache.org on 2019/05/08 22:21:13 UTC, 0 replies.
- [hbase] branch branch-1.3 updated: HBASE-22379 Fixed Markdown in 'Voting on Release Candidates' section - posted by ja...@apache.org on 2019/05/08 22:26:36 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22330 Backport HBASE-20724 (Sometimes some compacted storefiles are still opened after region failover) to branch-1 - posted by ac...@apache.org on 2019/05/08 23:36:30 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-22330 Backport HBASE-20724 (Sometimes some compacted storefiles are still opened after region failover) to branch-1 - posted by ac...@apache.org on 2019/05/08 23:38:16 UTC, 0 replies.
- [hbase] branch branch-1.3 updated: HBASE-22330 Backport HBASE-20724 (Sometimes some compacted storefiles are still opened after region failover) to branch-1 - posted by ac...@apache.org on 2019/05/08 23:39:40 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22375 Promote AccessChecker to LimitedPrivate(Coprocessor) - posted by ap...@apache.org on 2019/05/09 01:31:33 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-22375 Promote AccessChecker to LimitedPrivate(Coprocessor) - posted by ap...@apache.org on 2019/05/09 01:31:34 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22375 Promote AccessChecker to LimitedPrivate(Coprocessor) - posted by ap...@apache.org on 2019/05/09 01:31:35 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22375 Promote AccessChecker to LimitedPrivate(Coprocessor) - posted by ap...@apache.org on 2019/05/09 01:31:36 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22375 Promote AccessChecker to LimitedPrivate(Coprocessor) - posted by ap...@apache.org on 2019/05/09 01:31:37 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22375 Promote AccessChecker to LimitedPrivate(Coprocessor) - posted by ap...@apache.org on 2019/05/09 01:31:38 UTC, 0 replies.
- [hbase] branch branch-1.3 updated: HBASE-22374 Backport AccessChecker refactor to branch-1.3 - posted by ap...@apache.org on 2019/05/09 01:33:25 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22324:loss a mass of data when the sequenceId of cells greater than Integer.Max - posted by op...@apache.org on 2019/05/09 07:44:44 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22324 loss a mass of data when the sequenceId of cells greater than Integer.Max - posted by op...@apache.org on 2019/05/09 08:00:17 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22324 loss a mass of data when the sequenceId of cells greater than Integer.Max - posted by op...@apache.org on 2019/05/09 08:07:29 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22324 loss a mass of data when the sequenceId of cells greater than Integer.Max - posted by op...@apache.org on 2019/05/09 08:14:07 UTC, 0 replies.
- [hbase] branch branch-2.0 updated: HBASE-22324 loss a mass of data when the sequenceId of cells greater than Integer.Max - posted by op...@apache.org on 2019/05/09 08:19:53 UTC, 0 replies.
- [hbase] branch HBASE-21879 updated: HBASE-22090 The HFileBlock#CacheableDeserializer should pass ByteBuffAllocator to the newly created HFileBlock - posted by op...@apache.org on 2019/05/09 08:42:13 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22358 Change rubocop configuration for method length - posted by ja...@apache.org on 2019/05/09 09:22:11 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22358 Change rubocop configuration for method length - posted by ja...@apache.org on 2019/05/09 09:43:48 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22358 Change rubocop configuration for method length - posted by ja...@apache.org on 2019/05/09 09:49:51 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22358 Change rubocop configuration for method length - posted by ja...@apache.org on 2019/05/09 09:57:08 UTC, 0 replies.
- [hbase] branch branch-2.0 updated: HBASE-22358 Change rubocop configuration for method length - posted by ja...@apache.org on 2019/05/09 10:30:30 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22358 Change rubocop configuration for method length - posted by ja...@apache.org on 2019/05/09 10:34:26 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-22358 Change rubocop configuration for method length - posted by ja...@apache.org on 2019/05/09 10:37:18 UTC, 0 replies.
- [hbase] branch branch-1.3 updated: HBASE-22358 Change rubocop configuration for method length - posted by ja...@apache.org on 2019/05/09 10:42:11 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22220 Release hbase-connectors-1.0.0 - posted by ps...@apache.org on 2019/05/09 12:40:32 UTC, 0 replies.
- [hbase-filesystem] branch master updated: HBASE-22149 HBOSS: A FileSystem implementation to provide HBase's required semantics on object stores. - posted by bu...@apache.org on 2019/05/09 14:03:20 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at 4d64dd2e82c163f4f247e5f4fb5ca75c5a3803a2. - posted by gi...@apache.org on 2019/05/09 14:49:19 UTC, 0 replies.
- [hbase] branch branch-1 updated: Addendum HBASE-22330 Backport HBASE-20724 (Sometimes some compacted storefiles are still opened after region failover) to branch-1 - posted by ac...@apache.org on 2019/05/09 22:56:37 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: Addendum HBASE-22330 Backport HBASE-20724 (Sometimes some compacted storefiles are still opened after region failover) to branch-1 - posted by ac...@apache.org on 2019/05/09 22:57:36 UTC, 0 replies.
- [hbase] branch branch-1.3 updated: Addendum HBASE-22330 Backport HBASE-20724 (Sometimes some compacted storefiles are still opened after region failover) to branch-1 - posted by ac...@apache.org on 2019/05/09 22:57:58 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22390 Backport HBASE-22190 to branch-1 - posted by zy...@apache.org on 2019/05/09 23:57:36 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-22390 Backport HBASE-22190 to branch-1 - posted by zy...@apache.org on 2019/05/10 00:05:03 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22389 Revert "HBASE-19275 TestSnapshotFileCache never worked properly" (#229) - posted by zy...@apache.org on 2019/05/10 00:17:33 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-22389 Revert "HBASE-19275 TestSnapshotFileCache never worked properly" (#229) - posted by zy...@apache.org on 2019/05/10 00:23:56 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22274 Cell size limit check on append considers cell's previous size - posted by xu...@apache.org on 2019/05/10 03:29:15 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22274 Cell size limit check on append considers cell's previous size - posted by xu...@apache.org on 2019/05/10 03:52:19 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-22274 Cell size limit check on append considers cell's previous size - posted by xu...@apache.org on 2019/05/10 04:28:09 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22274 Cell size limit check on append considers cell's previous size - posted by xu...@apache.org on 2019/05/10 05:44:53 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22274 Cell size limit check on append considers cell's previous size - posted by xu...@apache.org on 2019/05/10 06:24:49 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22274 Cell size limit check on append considers cell's previous size - posted by xu...@apache.org on 2019/05/10 07:12:18 UTC, 0 replies.
- [hbase] branch master updated: HBASE-20494 Updated the version of metrics-core to 3.2.6 - posted by ja...@apache.org on 2019/05/10 07:45:32 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-20494 Updated the version of metrics-core to 3.2.6 - posted by ja...@apache.org on 2019/05/10 07:58:55 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-20494 Updated the version of metrics-core to 3.2.6 - posted by ja...@apache.org on 2019/05/10 08:04:25 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-20494 Updated the version of metrics-core to 3.2.6 - posted by ja...@apache.org on 2019/05/10 08:14:19 UTC, 0 replies.
- [hbase] branch branch-2.0 updated: HBASE-20494 Updated the version of metrics-core to 3.2.6 - posted by ja...@apache.org on 2019/05/10 08:23:52 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-21536 Fix completebulkload usage instructions - posted by ps...@apache.org on 2019/05/10 08:37:20 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-21536 Fix completebulkload usage instructions - posted by ps...@apache.org on 2019/05/10 08:37:21 UTC, 0 replies.
- [hbase] branch master updated: HBASE-21536 Fix completebulkload usage instructions - posted by ps...@apache.org on 2019/05/10 08:37:22 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at 420fbba6aefa58bb6ff252ff0c33e9b4ccae64b0. - posted by gi...@apache.org on 2019/05/10 14:50:37 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22376 master can fail to start w/NPE if lastflushedseqids file is empty - posted by se...@apache.org on 2019/05/10 22:39:26 UTC, 0 replies.
- [hbase] branch master updated: HBASE-21658 Should get the meta replica number from zk instead of config at client side - posted by zh...@apache.org on 2019/05/11 01:22:06 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-21658 Should get the meta replica number from zk instead of config at client side - posted by zh...@apache.org on 2019/05/11 01:36:19 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-21658 Should get the meta replica number from zk instead of config at client side - posted by zh...@apache.org on 2019/05/11 01:36:48 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-21658 Should get the meta replica number from zk instead of config at client side - posted by zh...@apache.org on 2019/05/11 01:37:24 UTC, 0 replies.
- [hbase] branch HBASE-21512 updated (6f5fef4 -> a20731b) - posted by zh...@apache.org on 2019/05/11 13:02:26 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at df278209588a8bf08b46f28d99a6fa903a0c825d. - posted by gi...@apache.org on 2019/05/11 14:50:13 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22392. Remove extra/useless + - posted by ja...@apache.org on 2019/05/12 19:30:50 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22392. Remove extra/useless + - posted by ja...@apache.org on 2019/05/12 19:37:09 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22392. Remove extra/useless + - posted by ja...@apache.org on 2019/05/12 19:44:26 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22392. Remove extra/useless + - posted by ja...@apache.org on 2019/05/12 19:52:03 UTC, 0 replies.
- [hbase] branch branch-2.0 updated: HBASE-22392. Remove extra/useless + - posted by ja...@apache.org on 2019/05/12 19:58:43 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22392. Remove extra/useless + - posted by ja...@apache.org on 2019/05/12 20:06:20 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-22392. Remove extra/useless + - posted by ja...@apache.org on 2019/05/12 20:09:28 UTC, 0 replies.
- [hbase] branch branch-1.3 updated: HBASE-22392. Remove extra/useless + - posted by ja...@apache.org on 2019/05/12 20:19:58 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22365 Region may be opened on two RegionServers - posted by zh...@apache.org on 2019/05/13 06:42:34 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22365 Region may be opened on two RegionServers - posted by zh...@apache.org on 2019/05/13 08:17:42 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22365 Region may be opened on two RegionServers - posted by zh...@apache.org on 2019/05/13 08:20:49 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at 62ad94c2b5d278210d24329850402c22c26c928c. - posted by gi...@apache.org on 2019/05/13 14:50:37 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22406 skip generating rdoc when building gems in our docker image for running yetus - posted by bu...@apache.org on 2019/05/13 16:21:35 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22406 skip generating rdoc when building gems in our docker image for running yetus - posted by bu...@apache.org on 2019/05/13 16:25:33 UTC, 0 replies.
- [hbase] branch branch-2.0 updated: HBASE-22406 skip generating rdoc when building gems in our docker image for running yetus - posted by bu...@apache.org on 2019/05/13 16:25:34 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22406 skip generating rdoc when building gems in our docker image for running yetus - posted by bu...@apache.org on 2019/05/13 16:25:35 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22406 skip generating rdoc when building gems in our docker image for running yetus - posted by bu...@apache.org on 2019/05/13 16:25:36 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22405 Update Ref Guide for EOL of Hadoop 2.7 - posted by bu...@apache.org on 2019/05/13 18:19:12 UTC, 0 replies.
- [hbase] branch branch-2 updated (b1752fa -> 6733025) - posted by bu...@apache.org on 2019/05/13 18:31:31 UTC, 0 replies.
- [hbase] 01/04: HBASE-21091 Update Hadoop and Java "supported" versions tables - posted by bu...@apache.org on 2019/05/13 18:31:32 UTC, 0 replies.
- [hbase] 02/04: HBASE-21295 Update compatibility matrices - posted by bu...@apache.org on 2019/05/13 18:31:33 UTC, 0 replies.
- [hbase] 03/04: HBASE-22321 Add 1.5 release line to the Hadoop supported versions table - posted by bu...@apache.org on 2019/05/13 18:31:34 UTC, 0 replies.
- [hbase] 04/04: HBASE-22405 Update Ref Guide for EOL of Hadoop 2.7 - posted by bu...@apache.org on 2019/05/13 18:31:35 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at feee97fffb7a25e7a9c0343e74c44607f423b32a. - posted by gi...@apache.org on 2019/05/13 18:45:32 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22378. HBase Canary fails with TableNotFoundException when table deleted during Canary run - posted by xu...@apache.org on 2019/05/13 19:19:58 UTC, 0 replies.
- [hbase] branch branch-1.3 updated: HBASE-22378. HBase Canary fails with TableNotFoundException when table deleted during Canary run - posted by xu...@apache.org on 2019/05/13 19:25:59 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-22378. HBase Canary fails with TableNotFoundException when table deleted during Canary run - posted by xu...@apache.org on 2019/05/13 19:28:32 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22378. HBase Canary fails with TableNotFoundException when table deleted during Canary run - posted by xu...@apache.org on 2019/05/13 19:35:22 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22378. HBase Canary fails with TableNotFoundException when table deleted during Canary run - posted by xu...@apache.org on 2019/05/13 19:40:46 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22378. HBase Canary fails with TableNotFoundException when table deleted during Canary run - posted by xu...@apache.org on 2019/05/13 19:41:44 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22378. HBase Canary fails with TableNotFoundException when table deleted during Canary run - posted by xu...@apache.org on 2019/05/13 19:46:02 UTC, 0 replies.
- [hbase] branch master updated: HBASE-21658 Addendum fix infinite wait when there are no meta locations yet - posted by zh...@apache.org on 2019/05/14 00:12:55 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-21658 Addendum fix infinite wait when there are no meta locations yet - posted by zh...@apache.org on 2019/05/14 00:13:15 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-21658 Addendum fix infinite wait when there are no meta locations yet - posted by zh...@apache.org on 2019/05/14 00:13:37 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-21658 Addendum fix infinite wait when there are no meta locations yet - posted by zh...@apache.org on 2019/05/14 00:14:09 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22399 Change default hadoop-two.version to 2.8.x and remove the 2.7.x hadoop checks - posted by zh...@apache.org on 2019/05/14 08:54:12 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22399 Change default hadoop-two.version to 2.8.x and remove the 2.7.x hadoop checks - posted by zh...@apache.org on 2019/05/14 08:55:33 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22399 Change default hadoop-two.version to 2.8.x and remove the 2.7.x hadoop checks - posted by zh...@apache.org on 2019/05/14 08:55:55 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at 083605df8f68ba5bfb702c11f4bd152c9b259182. - posted by gi...@apache.org on 2019/05/14 14:51:51 UTC, 0 replies.
- [hbase-filesystem] branch master updated: HBASE-22386 HBOSS: Limit depth that listing locks check for other locks - posted by el...@apache.org on 2019/05/14 15:37:27 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22384 Fixed formatting issues in administration section of book - posted by ja...@apache.org on 2019/05/14 16:30:10 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22384 Fixed formatting issues in administration section of book - posted by ja...@apache.org on 2019/05/14 17:07:04 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22384 Fixed formatting issues in administration section of book - posted by ja...@apache.org on 2019/05/14 17:47:28 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22377 Provide API to check the existence of a namespace which does not require ADMIN permissions (#225) - posted by ap...@apache.org on 2019/05/14 18:56:20 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22384 Fixed formatting issues in administration section of book - posted by ja...@apache.org on 2019/05/14 19:42:41 UTC, 0 replies.
- [hbase] branch branch-2.0 updated: HBASE-22384 Fixed formatting issues in administration section of book - posted by ja...@apache.org on 2019/05/14 20:18:23 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22384 Fixed formatting issues in administration section of book - posted by ja...@apache.org on 2019/05/14 20:29:34 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22377 Provide API to check the existence of a namespace which does not require ADMIN permissions (#225) - posted by ap...@apache.org on 2019/05/14 20:33:35 UTC, 0 replies.
- [hbase] branch master updated: Amend HBASE-22377 Provide API to check the existence of a namespace which does not require ADMIN permissions - posted by ap...@apache.org on 2019/05/14 20:33:36 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22377 Provide API to check the existence of a namespace which does not require ADMIN permissions (#225) - posted by ap...@apache.org on 2019/05/14 20:34:12 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-22384 Fixed formatting issues in administration section of book - posted by ja...@apache.org on 2019/05/14 20:40:30 UTC, 0 replies.
- [hbase] branch branch-1.3 updated: HBASE-22384 Fixed formatting issues in administration section of book - posted by ja...@apache.org on 2019/05/14 20:44:35 UTC, 0 replies.
- [hbase] branch branch-1 updated: Amend HBASE-22377 Provide API to check the existence of a namespace which does not require ADMIN permissions - posted by ap...@apache.org on 2019/05/14 20:57:02 UTC, 0 replies.
- [hbase] branch branch-1 updated: Amend HBASE-21048 Get LogLevel is not working from console in secure environment - posted by ap...@apache.org on 2019/05/14 21:02:38 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: Amend HBASE-21048 Get LogLevel is not working from console in secure environment - posted by ap...@apache.org on 2019/05/14 21:03:12 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-21784 Dump replication queue should show list of wal files ordered chronologically - posted by ap...@apache.org on 2019/05/14 21:39:27 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-21784 Dump replication queue should show list of wal files ordered chronologically - posted by ap...@apache.org on 2019/05/14 21:39:28 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-21784 Dump replication queue should show list of wal files ordered chronologically - posted by ap...@apache.org on 2019/05/14 21:39:29 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-21784 Dump replication queue should show list of wal files ordered chronologically - posted by ap...@apache.org on 2019/05/14 21:39:30 UTC, 0 replies.
- [hbase] branch master updated: HBASE-21784 Dump replication queue should show list of wal files ordered chronologically - posted by ap...@apache.org on 2019/05/14 21:39:31 UTC, 0 replies.
- [hbase] branch branch-1.3 updated: HBASE-21784 Dump replication queue should show list of wal files ordered chronologically - posted by ap...@apache.org on 2019/05/14 21:39:53 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-21784 Dump replication queue should show list of wal files ordered chronologically - posted by ap...@apache.org on 2019/05/14 21:39:54 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22391 Fix flaky tests from TestFromClientSide - posted by ap...@apache.org on 2019/05/14 22:16:01 UTC, 0 replies.
- [hbase] branch branch-1.3 updated: HBASE-22391 Fix flaky tests from TestFromClientSide - posted by ap...@apache.org on 2019/05/14 22:16:02 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-22391 Fix flaky tests from TestFromClientSide - posted by ap...@apache.org on 2019/05/14 22:16:03 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-20305 Add option to SyncTable that skip deletes on target cluster - posted by ap...@apache.org on 2019/05/14 22:50:22 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-20305 Add option to SyncTable that skip deletes on target cluster - posted by ap...@apache.org on 2019/05/14 22:50:23 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-20305 adding options to skip deletes/puts on target when running SyncTable - posted by ap...@apache.org on 2019/05/14 22:50:24 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-20305 adding options to skip deletes/puts on target when running SyncTable - posted by ap...@apache.org on 2019/05/14 22:50:54 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-20305 adding options to skip deletes/puts on target when running SyncTable - posted by ap...@apache.org on 2019/05/14 22:50:55 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22421 update ruby used to run rubocop on branch-1 - posted by ps...@apache.org on 2019/05/15 07:21:13 UTC, 0 replies.
- [hbase] branch branch-1.3 updated: HBASE-22421 update ruby used to run rubocop on branch-1 - posted by ps...@apache.org on 2019/05/15 07:21:14 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-22421 update ruby used to run rubocop on branch-1 - posted by ps...@apache.org on 2019/05/15 07:21:15 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at fab2e15ae43c08792f557d03a8a68f1e671bea9b. - posted by gi...@apache.org on 2019/05/15 14:52:00 UTC, 0 replies.
- [hbase] branch master updated: HBASE-13798 TestFromClientSide* don't close the Table - posted by ps...@apache.org on 2019/05/15 15:28:49 UTC, 0 replies.
- svn commit: r34060 - in /dev/hbase: hbase-1.5.0-SNAPSHOT.20190513T232056Z/ hbase-1.5.0RC3/ - posted by ap...@apache.org on 2019/05/15 20:25:24 UTC, 0 replies.
- svn commit: r34061 - in /dev/hbase: hbase-1.5.0-SNAPSHOT.20190513T232056Z/ hbase-1.5.0-SNAPSHOT/ - posted by ap...@apache.org on 2019/05/15 20:29:26 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22404 Open/Close region request may be executed twice when master restart - posted by zg...@apache.org on 2019/05/16 01:11:00 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22404 Open/Close region request may be executed twice when master restart - posted by zg...@apache.org on 2019/05/16 01:30:00 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22404 Open/Close region request may be executed twice when master restart - posted by zg...@apache.org on 2019/05/16 01:38:10 UTC, 0 replies.
- [hbase-filesystem] branch master updated: HBASE-22416 HBOSS: Wait for curator to connect to ZK before returning. - posted by el...@apache.org on 2019/05/16 14:23:10 UTC, 0 replies.
- [hbase] branch HBASE-21512 updated (a20731b -> 2602d32) - posted by zh...@apache.org on 2019/05/16 14:43:20 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at bdd2fc6149c1732d4f526dd1a31749e3ab896fc4. - posted by gi...@apache.org on 2019/05/16 14:52:18 UTC, 0 replies.
- [hbase] branch HBASE-21512 updated (2602d32 -> d72a8e2) - posted by zh...@apache.org on 2019/05/16 14:54:16 UTC, 0 replies.
- [hbase] 01/13: HBASE-21718 Implement Admin based on AsyncAdmin - posted by zh...@apache.org on 2019/05/16 14:54:17 UTC, 0 replies.
- [hbase] 02/13: HBASE-22241 Fix TestRegionServerCoprocessorEndpoint - posted by zh...@apache.org on 2019/05/16 14:54:18 UTC, 0 replies.
- [hbase] 03/13: HBASE-21725 Implement BufferedMutator Based on AsyncBufferedMutator - posted by zh...@apache.org on 2019/05/16 14:54:19 UTC, 0 replies.
- [hbase] 04/13: HBASE-22238 Fix TestRpcControllerFactory - posted by zh...@apache.org on 2019/05/16 14:54:20 UTC, 0 replies.
- [hbase] 05/13: HBASE-22223 Implement RegionLocator based on AsyncTableRegionLocator - posted by zh...@apache.org on 2019/05/16 14:54:21 UTC, 0 replies.
- [hbase] 06/13: HBASE-22281 Fix failed shell UTs - posted by zh...@apache.org on 2019/05/16 14:54:22 UTC, 0 replies.
- [hbase] 07/13: HBASE-22295 Fix TestClientOperationTimeout - posted by zh...@apache.org on 2019/05/16 14:54:23 UTC, 0 replies.
- [hbase] 08/13: HBASE-22297 Fix TestRegionMergeTransitionOnCluster and TestSplitTransactionOnCluster - posted by zh...@apache.org on 2019/05/16 14:54:24 UTC, 0 replies.
- [hbase] 09/13: HBASE-22302 Fix TestHbck - posted by zh...@apache.org on 2019/05/16 14:54:25 UTC, 0 replies.
- [hbase] 10/13: HBASE-22239 Also catch RemoteException in SyncReplicationTestBase.verifyReplicationRequestRejection - posted by zh...@apache.org on 2019/05/16 14:54:26 UTC, 0 replies.
- [hbase] 11/13: HBASE-22036 Rewrite TestScannerHeartbeatMessages - posted by zh...@apache.org on 2019/05/16 14:54:27 UTC, 0 replies.
- [hbase] 12/13: HBASE-22328 NPE in RegionReplicaReplicationEndpoint - posted by zh...@apache.org on 2019/05/16 14:54:28 UTC, 0 replies.
- [hbase] 13/13: HBASE-22351 Increase the wait time when creating table for TestProcedurePriority - posted by zh...@apache.org on 2019/05/16 14:54:29 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22421 addendum remove bats - posted by ps...@apache.org on 2019/05/16 15:50:44 UTC, 0 replies.
- [hbase] branch branch-1.3 updated: HBASE-22421 addendum remove bats - posted by ps...@apache.org on 2019/05/16 15:50:45 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-22421 addendum remove bats - posted by ps...@apache.org on 2019/05/16 15:50:46 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22429 hbase-vote download step requires URL to end with '/' (#243) - posted by ap...@apache.org on 2019/05/16 23:43:34 UTC, 0 replies.
- [hbase] branch branch-1 updated (58089be -> 2a1b367) - posted by ap...@apache.org on 2019/05/16 23:48:01 UTC, 0 replies.
- [hbase] 01/02: HBASE-22429 hbase-vote download step requires URL to end with '/' (#243) - posted by ap...@apache.org on 2019/05/16 23:48:02 UTC, 5 replies.
- [hbase] 02/02: HBASE-22430 hbase-vote should tee build and test output to console - posted by ap...@apache.org on 2019/05/16 23:48:03 UTC, 5 replies.
- [hbase] branch branch-1.3 updated (9b3bbf3 -> 53b4126) - posted by ap...@apache.org on 2019/05/16 23:48:04 UTC, 0 replies.
- [hbase] branch branch-1.4 updated (166621b -> 3cd5ea6) - posted by ap...@apache.org on 2019/05/16 23:48:07 UTC, 0 replies.
- [hbase] branch branch-2 updated (af9ada6 -> 8099608) - posted by ap...@apache.org on 2019/05/16 23:48:10 UTC, 0 replies.
- [hbase] branch branch-2.1 updated (5a987ec -> f22caff) - posted by ap...@apache.org on 2019/05/16 23:48:13 UTC, 0 replies.
- [hbase] branch branch-2.2 updated (c6759ec -> 7cb16b4) - posted by ap...@apache.org on 2019/05/16 23:48:16 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22430 hbase-vote should tee build and test output to console - posted by ap...@apache.org on 2019/05/16 23:48:19 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22424 Interactions in RSGroup test classes will cause TestRSGroupsAdmin2.testMoveServersAndTables and TestRSGroupsBalance.testGroupBalance flaky - posted by zg...@apache.org on 2019/05/17 01:01:53 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22424 Interactions in RSGroup test classes will cause TestRSGroupsAdmin2.testMoveServersAndTables and TestRSGroupsBalance.testGroupBalance flaky - posted by zg...@apache.org on 2019/05/17 01:02:44 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22424 Interactions in RSGroup test classes will cause TestRSGroupsAdmin2.testMoveServersAndTables and TestRSGroupsBalance.testGroupBalance flaky - posted by zg...@apache.org on 2019/05/17 01:17:52 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22425 Balance shell command broken in HBase-3.0.0 - posted by op...@apache.org on 2019/05/17 01:56:08 UTC, 0 replies.
- [hbase] branch master updated: HBASE-20970 Update hadoop check versions for hadoop3 in hbase-personality - posted by zh...@apache.org on 2019/05/17 02:02:09 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-20970 Update hadoop check versions for hadoop3 in hbase-personality - posted by zh...@apache.org on 2019/05/17 02:02:58 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-20970 Update hadoop check versions for hadoop3 in hbase-personality - posted by zh...@apache.org on 2019/05/17 02:05:14 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22184 [security] Support get|set LogLevel in HTTPS mode. - posted by re...@apache.org on 2019/05/17 02:48:49 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22184 [security] Support get|set LogLevel in HTTPS mode. - posted by re...@apache.org on 2019/05/17 02:50:17 UTC, 0 replies.
- [hbase] branch master updated: HBASE-21991 [Addendum] Mark LossCounting as Private - posted by zg...@apache.org on 2019/05/17 06:39:40 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-21991 [Addendum] Mark LossCounting as Private - posted by zg...@apache.org on 2019/05/17 06:41:19 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-21991 [Addendum] Mark LossCounting as Private - posted by zg...@apache.org on 2019/05/17 06:42:07 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-21991 [Addendum] Mark LossCounting as Private - posted by zg...@apache.org on 2019/05/17 06:42:44 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-21991 [Addendum] Mark LossCounting as Private - posted by zg...@apache.org on 2019/05/17 06:43:20 UTC, 0 replies.
- [hbase] tag 2.2.0RC4 created (now 7a73fd8) - posted by zg...@apache.org on 2019/05/17 07:30:25 UTC, 0 replies.
- [hbase] 01/01: Preparing HBase release 2.2.0RC4; tagging and updates to CHANGES.md and RELEASENOTES.md - posted by zg...@apache.org on 2019/05/17 07:30:26 UTC, 0 replies.
- [hbase] branch branch-2.2 updated (c49af2b -> 45173a8) - posted by zg...@apache.org on 2019/05/17 07:31:05 UTC, 0 replies.
- [hbase] 01/01: Preparing development version 2.2.1-SNAPSHOT - posted by zg...@apache.org on 2019/05/17 07:31:06 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at cb32f4faf0b45dc75f462818600207e0d57ec715. - posted by gi...@apache.org on 2019/05/17 14:52:15 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22184 [security] Support get|set LogLevel in HTTPS mode - posted by re...@apache.org on 2019/05/17 15:30:08 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-22184 [security] Support get|set LogLevel in HTTPS mode - posted by re...@apache.org on 2019/05/17 15:31:14 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22169 Open region failed cause memory leak - posted by st...@apache.org on 2019/05/17 22:01:00 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22169 Open region failed cause memory leak - posted by st...@apache.org on 2019/05/17 22:08:55 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22169 Open region failed cause memory leak - posted by st...@apache.org on 2019/05/17 22:09:13 UTC, 0 replies.
- [hbase] branch Branch-2.2 created (now ac01718) - posted by st...@apache.org on 2019/05/17 23:52:50 UTC, 0 replies.
- [hbase] 01/01: Revert "HBASE-22169 Open region failed cause memory leak" - posted by st...@apache.org on 2019/05/17 23:52:51 UTC, 0 replies.
- [hbase] branch branch-2 updated: Revert "HBASE-22169 Open region failed cause memory leak" - posted by st...@apache.org on 2019/05/17 23:53:37 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: Revert "HBASE-22169 Open region failed cause memory leak" - posted by st...@apache.org on 2019/05/17 23:54:12 UTC, 0 replies.
- svn commit: r34090 [2/5] - /dev/hbase/2.2.0RC4/ - posted by zg...@apache.org on 2019/05/18 05:45:31 UTC, 0 replies.
- svn commit: r34090 [1/5] - /dev/hbase/2.2.0RC4/ - posted by zg...@apache.org on 2019/05/18 05:45:31 UTC, 0 replies.
- svn commit: r34090 [4/5] - /dev/hbase/2.2.0RC4/ - posted by zg...@apache.org on 2019/05/18 05:45:31 UTC, 0 replies.
- svn commit: r34090 [3/5] - /dev/hbase/2.2.0RC4/ - posted by zg...@apache.org on 2019/05/18 05:45:31 UTC, 0 replies.
- svn commit: r34090 [5/5] - /dev/hbase/2.2.0RC4/ - posted by zg...@apache.org on 2019/05/18 05:45:31 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22400 Remove the adapter code in async fs implementation for hadoop-2.7.x - posted by zh...@apache.org on 2019/05/18 06:05:55 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22400 Remove the adapter code in async fs implementation for hadoop-2.7.x - posted by zh...@apache.org on 2019/05/18 06:13:53 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22400 Remove the adapter code in async fs implementation for hadoop-2.7.x - posted by zh...@apache.org on 2019/05/18 06:14:09 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at 930691a846c217976081a220f6560f94e03726a4. - posted by gi...@apache.org on 2019/05/18 14:50:55 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-20970 Update hadoop check versions for hadoop3 in hbase-personality - posted by st...@apache.org on 2019/05/18 21:04:32 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22442 Nightly build is failing with hadoop 3.x - posted by zh...@apache.org on 2019/05/19 00:04:09 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22442 Nightly build is failing with hadoop 3.x - posted by zh...@apache.org on 2019/05/19 00:04:23 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22442 Nightly build is failing with hadoop 3.x - posted by zh...@apache.org on 2019/05/19 00:04:39 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22442 Nightly build is failing with hadoop 3.x - posted by zh...@apache.org on 2019/05/19 00:05:10 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at b74df9b74701d10c2dd4bd47968ab08b13ce32a5. - posted by gi...@apache.org on 2019/05/19 14:51:32 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22226 Incorrect level for headings in asciidoc - posted by ja...@apache.org on 2019/05/19 19:25:42 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22226 Incorrect level for headings in asciidoc - posted by ja...@apache.org on 2019/05/19 20:07:00 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22226 Incorrect level for headings in asciidoc - posted by ja...@apache.org on 2019/05/19 20:48:32 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22226 Incorrect level for headings in asciidoc - posted by ja...@apache.org on 2019/05/19 21:19:17 UTC, 0 replies.
- [hbase] branch branch-2.0 updated: HBASE-22226 Incorrect level for headings in asciidoc - posted by ja...@apache.org on 2019/05/19 21:50:46 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22444 Backport HBASE-19954 to branch-1 - posted by zh...@apache.org on 2019/05/20 02:04:57 UTC, 0 replies.
- [hbase] branch HBASE-21879 updated: HBASE-22412 Improve the metrics in ByteBuffAllocator - posted by op...@apache.org on 2019/05/20 06:39:52 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at c80f2ad276ad5bb545de030b5decfa6a577fcd38. - posted by gi...@apache.org on 2019/05/20 14:52:31 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22289 WAL-based log splitting resubmit threshold may result in a task being stuck forever - posted by st...@apache.org on 2019/05/20 16:23:50 UTC, 0 replies.
- [hbase] branch branch-2.0 updated: HBASE-22289 WAL-based log splitting resubmit threshold may result in a task being stuck forever - posted by st...@apache.org on 2019/05/20 16:24:26 UTC, 0 replies.
- [hbase] branch branch-1 updated: Set version on branch back to 1.5.0-SNAPSHOT - posted by ap...@apache.org on 2019/05/20 20:02:10 UTC, 0 replies.
- svn commit: r34128 - /dev/hbase/hbase-1.5.0-SNAPSHOT/ - posted by ap...@apache.org on 2019/05/20 21:57:52 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22443 Add hbase-vote script details to documentation - posted by ap...@apache.org on 2019/05/20 22:00:29 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22413 Backport 'HBASE-22399 Change default hadoop-two.version to 2.8.x and remove the 2.7.x hadoop checks' to branch-1 - posted by zh...@apache.org on 2019/05/21 00:01:44 UTC, 0 replies.
- [hbase] branch HBASE-21512 updated (d72a8e2 -> cbb8325) - posted by zh...@apache.org on 2019/05/21 08:20:16 UTC, 0 replies.
- [hbase] branch HBASE-21512 updated (cbb8325 -> 0f01a02) - posted by zh...@apache.org on 2019/05/21 10:19:26 UTC, 0 replies.
- [hbase] 01/14: HBASE-21717 Implement Connection based on AsyncConnection - posted by zh...@apache.org on 2019/05/21 10:19:27 UTC, 0 replies.
- [hbase] 02/14: HBASE-21718 Implement Admin based on AsyncAdmin - posted by zh...@apache.org on 2019/05/21 10:19:28 UTC, 0 replies.
- [hbase] 03/14: HBASE-22241 Fix TestRegionServerCoprocessorEndpoint - posted by zh...@apache.org on 2019/05/21 10:19:29 UTC, 0 replies.
- [hbase] 04/14: HBASE-21725 Implement BufferedMutator Based on AsyncBufferedMutator - posted by zh...@apache.org on 2019/05/21 10:19:30 UTC, 0 replies.
- [hbase] 05/14: HBASE-22238 Fix TestRpcControllerFactory - posted by zh...@apache.org on 2019/05/21 10:19:31 UTC, 0 replies.
- [hbase] 06/14: HBASE-22223 Implement RegionLocator based on AsyncTableRegionLocator - posted by zh...@apache.org on 2019/05/21 10:19:32 UTC, 0 replies.
- [hbase] 07/14: HBASE-22281 Fix failed shell UTs - posted by zh...@apache.org on 2019/05/21 10:19:33 UTC, 0 replies.
- [hbase] 08/14: HBASE-22295 Fix TestClientOperationTimeout - posted by zh...@apache.org on 2019/05/21 10:19:34 UTC, 0 replies.
- [hbase] 09/14: HBASE-22297 Fix TestRegionMergeTransitionOnCluster and TestSplitTransactionOnCluster - posted by zh...@apache.org on 2019/05/21 10:19:35 UTC, 0 replies.
- [hbase] 10/14: HBASE-22302 Fix TestHbck - posted by zh...@apache.org on 2019/05/21 10:19:36 UTC, 0 replies.
- [hbase] 11/14: HBASE-22239 Also catch RemoteException in SyncReplicationTestBase.verifyReplicationRequestRejection - posted by zh...@apache.org on 2019/05/21 10:19:37 UTC, 0 replies.
- [hbase] 12/14: HBASE-22036 Rewrite TestScannerHeartbeatMessages - posted by zh...@apache.org on 2019/05/21 10:19:38 UTC, 0 replies.
- [hbase] 13/14: HBASE-22328 NPE in RegionReplicaReplicationEndpoint - posted by zh...@apache.org on 2019/05/21 10:19:39 UTC, 0 replies.
- [hbase] 14/14: HBASE-22351 Increase the wait time when creating table for TestProcedurePriority - posted by zh...@apache.org on 2019/05/21 10:19:40 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at 91ccb22d32f7e789ca3e4a34a4855421422ed6af. - posted by gi...@apache.org on 2019/05/21 14:52:31 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22449 https everywhere in Maven metadata (#247) - posted by ap...@apache.org on 2019/05/21 19:34:32 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22449 https everywhere in Maven metadata (#247) - posted by ap...@apache.org on 2019/05/21 20:02:29 UTC, 0 replies.
- [hbase] branch branch-1.3 updated: HBASE-22449 https everywhere in Maven metadata (#247) - posted by ap...@apache.org on 2019/05/21 20:02:30 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-22449 https everywhere in Maven metadata (#247) - posted by ap...@apache.org on 2019/05/21 20:02:31 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22449 https everywhere in Maven metadata (#247) - posted by ap...@apache.org on 2019/05/21 20:02:32 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22449 https everywhere in Maven metadata (#247) - posted by ap...@apache.org on 2019/05/21 20:02:33 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22449 https everywhere in Maven metadata (#247) - posted by ap...@apache.org on 2019/05/21 20:02:34 UTC, 0 replies.
- [hbase] branch HBASE-21512 updated: HBASE-22037 Re-enable TestAvoidCellReferencesIntoShippedBlocks - posted by zh...@apache.org on 2019/05/22 02:31:08 UTC, 0 replies.
- [hbase] branch HBASE-21512 updated (d0e4373 -> 50d1a70) - posted by zh...@apache.org on 2019/05/22 02:50:28 UTC, 0 replies.
- [hbase] 01/26: HBASE-21515 Also initialize an AsyncClusterConnection in HRegionServer - posted by zh...@apache.org on 2019/05/22 02:50:29 UTC, 0 replies.
- [hbase] 02/26: HBASE-21516 Use AsyncConnection instead of Connection in SecureBulkLoadManager - posted by zh...@apache.org on 2019/05/22 02:50:30 UTC, 0 replies.
- [hbase] 03/26: HBASE-21526 Use AsyncClusterConnection in ServerManager for getRsAdmin - posted by zh...@apache.org on 2019/05/22 02:50:31 UTC, 0 replies.
- [hbase] 04/26: HBASE-21579 Use AsyncClusterConnection for HBaseInterClusterReplicationEndpoint - posted by zh...@apache.org on 2019/05/22 02:50:32 UTC, 0 replies.
- [hbase] 05/26: HBASE-21538 Rewrite RegionReplicaFlushHandler to use AsyncClusterConnection - posted by zh...@apache.org on 2019/05/22 02:50:33 UTC, 0 replies.
- [hbase] 06/26: HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use AsyncClusterConnection - posted by zh...@apache.org on 2019/05/22 02:50:34 UTC, 0 replies.
- [hbase] 07/26: HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait to use AsyncClusterConnection - posted by zh...@apache.org on 2019/05/22 02:50:35 UTC, 0 replies.
- [hbase] 08/26: HBASE-21719 Rewrite RegionPlacementMaintainer to use AsyncClusterConnection - posted by zh...@apache.org on 2019/05/22 02:50:36 UTC, 0 replies.
- [hbase] 09/26: HBASE-21778 Remove the usage of the locateRegion related methods in ClusterConnection - posted by zh...@apache.org on 2019/05/22 02:50:37 UTC, 0 replies.
- [hbase] 10/26: HBASE-21779 Reimplement BulkLoadHFilesTool to use AsyncClusterConnection - posted by zh...@apache.org on 2019/05/22 02:50:38 UTC, 0 replies.
- [hbase] 11/26: HBASE-21585 Remove ClusterConnection - posted by zh...@apache.org on 2019/05/22 02:50:39 UTC, 0 replies.
- [hbase] 12/26: HBASE-21717 Implement Connection based on AsyncConnection - posted by zh...@apache.org on 2019/05/22 02:50:40 UTC, 0 replies.
- [hbase] 13/26: HBASE-21718 Implement Admin based on AsyncAdmin - posted by zh...@apache.org on 2019/05/22 02:50:41 UTC, 0 replies.
- [hbase] 14/26: HBASE-22241 Fix TestRegionServerCoprocessorEndpoint - posted by zh...@apache.org on 2019/05/22 02:50:42 UTC, 0 replies.
- [hbase] 15/26: HBASE-21725 Implement BufferedMutator Based on AsyncBufferedMutator - posted by zh...@apache.org on 2019/05/22 02:50:43 UTC, 0 replies.
- [hbase] 16/26: HBASE-22238 Fix TestRpcControllerFactory - posted by zh...@apache.org on 2019/05/22 02:50:44 UTC, 0 replies.
- [hbase] 17/26: HBASE-22223 Implement RegionLocator based on AsyncTableRegionLocator - posted by zh...@apache.org on 2019/05/22 02:50:45 UTC, 0 replies.
- [hbase] 18/26: HBASE-22281 Fix failed shell UTs - posted by zh...@apache.org on 2019/05/22 02:50:46 UTC, 0 replies.
- [hbase] 19/26: HBASE-22295 Fix TestClientOperationTimeout - posted by zh...@apache.org on 2019/05/22 02:50:47 UTC, 0 replies.
- [hbase] 20/26: HBASE-22297 Fix TestRegionMergeTransitionOnCluster and TestSplitTransactionOnCluster - posted by zh...@apache.org on 2019/05/22 02:50:48 UTC, 0 replies.
- [hbase] 21/26: HBASE-22302 Fix TestHbck - posted by zh...@apache.org on 2019/05/22 02:50:49 UTC, 0 replies.
- [hbase] 22/26: HBASE-22239 Also catch RemoteException in SyncReplicationTestBase.verifyReplicationRequestRejection - posted by zh...@apache.org on 2019/05/22 02:50:50 UTC, 0 replies.
- [hbase] 23/26: HBASE-22036 Rewrite TestScannerHeartbeatMessages - posted by zh...@apache.org on 2019/05/22 02:50:51 UTC, 0 replies.
- [hbase] 24/26: HBASE-22328 NPE in RegionReplicaReplicationEndpoint - posted by zh...@apache.org on 2019/05/22 02:50:52 UTC, 0 replies.
- [hbase] 25/26: HBASE-22351 Increase the wait time when creating table for TestProcedurePriority - posted by zh...@apache.org on 2019/05/22 02:50:53 UTC, 0 replies.
- [hbase] 26/26: HBASE-22037 Re-enable TestAvoidCellReferencesIntoShippedBlocks - posted by zh...@apache.org on 2019/05/22 02:50:54 UTC, 0 replies.
- [hbase] branch HBASE-21879 updated: HBASE-22435 Add a UT to address the HFileBlock#heapSize() in TestHeapSize - posted by op...@apache.org on 2019/05/22 07:29:54 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22447 Check refCount before free block in BucketCache - posted by bi...@apache.org on 2019/05/22 08:19:32 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22447 Check refCount before free block in BucketCache - posted by bi...@apache.org on 2019/05/22 08:26:26 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22447 Check refCount before free block in BucketCache - posted by bi...@apache.org on 2019/05/22 08:27:10 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22447 Check refCount before free block in BucketCache - posted by bi...@apache.org on 2019/05/22 11:17:12 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22445 Add file info when throw exceptions in HFileReaderImpl - posted by bi...@apache.org on 2019/05/22 12:09:16 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22445 Add file info when throw exceptions in HFileReaderImpl - posted by bi...@apache.org on 2019/05/22 12:10:03 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22445 Add file info when throw exceptions in HFileReaderImpl - posted by bi...@apache.org on 2019/05/22 12:10:26 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22445 Add file info when throw exceptions in HFileReaderImpl - posted by bi...@apache.org on 2019/05/22 12:24:14 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at 8e47c8e73943b9595b2a8bfea131b106a3947fbd. - posted by gi...@apache.org on 2019/05/22 14:51:54 UTC, 0 replies.
- [hbase-filesystem] branch master updated: HBASE-22437 HBOSS: Add Hadoop 2 / 3 profiles. - posted by el...@apache.org on 2019/05/22 18:58:41 UTC, 0 replies.
- [hbase] branch Branch-2.2 deleted (was ac01718) - posted by st...@apache.org on 2019/05/22 22:00:10 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: Revert "HBASE-22169 Open region failed cause memory leak" - posted by st...@apache.org on 2019/05/22 22:03:13 UTC, 0 replies.
- [hbase] tag 2.1.5RC0 created (now 5a13560) - posted by st...@apache.org on 2019/05/22 22:28:10 UTC, 0 replies.
- [hbase] 01/01: Preparing HBase release 2.1.5RC0; tagging and updates to CHANGES.md and RELEASENOTES.md - posted by st...@apache.org on 2019/05/22 22:28:11 UTC, 0 replies.
- [hbase] branch branch-2.1 updated (b4a08f5 -> 96175c7) - posted by st...@apache.org on 2019/05/22 22:28:30 UTC, 0 replies.
- [hbase] 01/01: Preparing development version 2.1.6-SNAPSHOT - posted by st...@apache.org on 2019/05/22 22:28:31 UTC, 1 replies.
- [hbase] branch branch-1 updated: HBASE-22450 Port TestStoreScannerClosure from HBASE-22072 - posted by ap...@apache.org on 2019/05/23 00:50:34 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22456 Polish TestSplitTransitionOnCluster - posted by zh...@apache.org on 2019/05/23 01:43:49 UTC, 0 replies.
- svn commit: r34154 [4/5] - /dev/hbase/2.1.5RC0/ - posted by st...@apache.org on 2019/05/23 05:29:49 UTC, 0 replies.
- svn commit: r34154 [1/5] - /dev/hbase/2.1.5RC0/ - posted by st...@apache.org on 2019/05/23 05:29:49 UTC, 0 replies.
- svn commit: r34154 [2/5] - /dev/hbase/2.1.5RC0/ - posted by st...@apache.org on 2019/05/23 05:29:49 UTC, 0 replies.
- svn commit: r34154 [3/5] - /dev/hbase/2.1.5RC0/ - posted by st...@apache.org on 2019/05/23 05:29:49 UTC, 0 replies.
- svn commit: r34154 [5/5] - /dev/hbase/2.1.5RC0/ - posted by st...@apache.org on 2019/05/23 05:29:49 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22440. Override getWalGroupsReplicationStatus to avoid NPE - posted by zh...@apache.org on 2019/05/23 08:42:47 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22440. Override getWalGroupsReplicationStatus to avoid NPE - posted by zh...@apache.org on 2019/05/23 08:43:07 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22440. Override getWalGroupsReplicationStatus to avoid NPE - posted by zh...@apache.org on 2019/05/23 08:43:25 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22440. Override getWalGroupsReplicationStatus to avoid NPE - posted by zh...@apache.org on 2019/05/23 08:44:18 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22462 Should run a 'mvn install' at the end of hadoop check in pre commit job - posted by zg...@apache.org on 2019/05/23 12:59:21 UTC, 0 replies.
- [hbase] branch HBASE-21512 updated (50d1a70 -> 5db9b81) - posted by zh...@apache.org on 2019/05/23 14:30:59 UTC, 0 replies.
- [hbase] 01/27: HBASE-21515 Also initialize an AsyncClusterConnection in HRegionServer - posted by zh...@apache.org on 2019/05/23 14:31:00 UTC, 5 replies.
- [hbase] 02/27: HBASE-21516 Use AsyncConnection instead of Connection in SecureBulkLoadManager - posted by zh...@apache.org on 2019/05/23 14:31:01 UTC, 5 replies.
- [hbase] 03/27: HBASE-21526 Use AsyncClusterConnection in ServerManager for getRsAdmin - posted by zh...@apache.org on 2019/05/23 14:31:02 UTC, 5 replies.
- [hbase] 04/27: HBASE-21579 Use AsyncClusterConnection for HBaseInterClusterReplicationEndpoint - posted by zh...@apache.org on 2019/05/23 14:31:03 UTC, 5 replies.
- [hbase] 05/27: HBASE-21538 Rewrite RegionReplicaFlushHandler to use AsyncClusterConnection - posted by zh...@apache.org on 2019/05/23 14:31:04 UTC, 5 replies.
- [hbase] 06/27: HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use AsyncClusterConnection - posted by zh...@apache.org on 2019/05/23 14:31:05 UTC, 5 replies.
- [hbase] 07/27: HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait to use AsyncClusterConnection - posted by zh...@apache.org on 2019/05/23 14:31:06 UTC, 5 replies.
- [hbase] 08/27: HBASE-21719 Rewrite RegionPlacementMaintainer to use AsyncClusterConnection - posted by zh...@apache.org on 2019/05/23 14:31:07 UTC, 5 replies.
- [hbase] 09/27: HBASE-21778 Remove the usage of the locateRegion related methods in ClusterConnection - posted by zh...@apache.org on 2019/05/23 14:31:08 UTC, 5 replies.
- [hbase] 10/27: HBASE-21779 Reimplement BulkLoadHFilesTool to use AsyncClusterConnection - posted by zh...@apache.org on 2019/05/23 14:31:09 UTC, 5 replies.
- [hbase] 11/27: HBASE-21585 Remove ClusterConnection - posted by zh...@apache.org on 2019/05/23 14:31:10 UTC, 5 replies.
- [hbase] 12/27: HBASE-21717 Implement Connection based on AsyncConnection - posted by zh...@apache.org on 2019/05/23 14:31:11 UTC, 5 replies.
- [hbase] 13/27: HBASE-21718 Implement Admin based on AsyncAdmin - posted by zh...@apache.org on 2019/05/23 14:31:12 UTC, 5 replies.
- [hbase] 14/27: HBASE-22241 Fix TestRegionServerCoprocessorEndpoint - posted by zh...@apache.org on 2019/05/23 14:31:13 UTC, 5 replies.
- [hbase] 15/27: HBASE-21725 Implement BufferedMutator Based on AsyncBufferedMutator - posted by zh...@apache.org on 2019/05/23 14:31:14 UTC, 5 replies.
- [hbase] 16/27: HBASE-22238 Fix TestRpcControllerFactory - posted by zh...@apache.org on 2019/05/23 14:31:15 UTC, 5 replies.
- [hbase] 17/27: HBASE-22223 Implement RegionLocator based on AsyncTableRegionLocator - posted by zh...@apache.org on 2019/05/23 14:31:16 UTC, 5 replies.
- [hbase] 18/27: HBASE-22281 Fix failed shell UTs - posted by zh...@apache.org on 2019/05/23 14:31:17 UTC, 5 replies.
- [hbase] 19/27: HBASE-22295 Fix TestClientOperationTimeout - posted by zh...@apache.org on 2019/05/23 14:31:18 UTC, 5 replies.
- [hbase] 20/27: HBASE-22297 Fix TestRegionMergeTransitionOnCluster and TestSplitTransactionOnCluster - posted by zh...@apache.org on 2019/05/23 14:31:19 UTC, 5 replies.
- [hbase] 21/27: HBASE-22302 Fix TestHbck - posted by zh...@apache.org on 2019/05/23 14:31:20 UTC, 5 replies.
- [hbase] 22/27: HBASE-22239 Also catch RemoteException in SyncReplicationTestBase.verifyReplicationRequestRejection - posted by zh...@apache.org on 2019/05/23 14:31:21 UTC, 5 replies.
- [hbase] 23/27: HBASE-22036 Rewrite TestScannerHeartbeatMessages - posted by zh...@apache.org on 2019/05/23 14:31:22 UTC, 5 replies.
- [hbase] 24/27: HBASE-22328 NPE in RegionReplicaReplicationEndpoint - posted by zh...@apache.org on 2019/05/23 14:31:23 UTC, 5 replies.
- [hbase] 25/27: HBASE-22351 Increase the wait time when creating table for TestProcedurePriority - posted by zh...@apache.org on 2019/05/23 14:31:24 UTC, 2 replies.
- [hbase] 26/27: HBASE-22037 Re-enable TestAvoidCellReferencesIntoShippedBlocks - posted by zh...@apache.org on 2019/05/23 14:31:25 UTC, 2 replies.
- [hbase] 27/27: HBASE-22351 Addendum limit the concurrency when creating table - posted by zh...@apache.org on 2019/05/23 14:31:26 UTC, 2 replies.
- [hbase-site] branch asf-site updated: Published site at 6b899ccbbc3289837ee758ac910c42fac9d3425a. - posted by gi...@apache.org on 2019/05/23 14:53:02 UTC, 0 replies.
- [hbase] branch HBASE-22466 created (now 98dc440) - posted by st...@apache.org on 2019/05/23 17:52:16 UTC, 1 replies.
- [hbase] branch HBASE-22466 deleted (was 98dc440) - posted by st...@apache.org on 2019/05/23 19:03:40 UTC, 0 replies.
- [hbase] branch HBASE-22466 updated: Needs these two files for the create-release script to work - posted by st...@apache.org on 2019/05/23 21:15:19 UTC, 0 replies.
- [hbase] tag HBASE-22466-1.5.0RC0 created (now 1167264) - posted by st...@apache.org on 2019/05/23 21:28:58 UTC, 0 replies.
- [hbase] 01/01: Preparing HBase release HBASE-22466-1.5.0RC0; tagging and updates to CHANGES.md and RELEASENOTES.md - posted by st...@apache.org on 2019/05/23 21:28:59 UTC, 2 replies.
- [hbase] branch HBASE-22466 updated (7d275fc -> 85d67da) - posted by st...@apache.org on 2019/05/23 21:29:15 UTC, 0 replies.
- [hbase] 01/01: Preparing development version 1.5.0-SNAPSHOT - posted by st...@apache.org on 2019/05/23 21:29:16 UTC, 7 replies.
- [hbase] tag HBASE-22466-1.5.0RC0 deleted (was 1167264) - posted by st...@apache.org on 2019/05/23 22:58:10 UTC, 0 replies.
- [hbase] tag HBASE-22466-1.5.0RC0 created (now d7179b7) - posted by st...@apache.org on 2019/05/23 23:11:10 UTC, 0 replies.
- [hbase] branch HBASE-22466 updated (85d67da -> 5bd9aec) - posted by st...@apache.org on 2019/05/23 23:11:25 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22462 (addendum) Should run a 'mvn install' at the end of hadoop check in pre commit job - posted by zg...@apache.org on 2019/05/24 01:24:39 UTC, 0 replies.
- [hbase] branch master updated: add meiyi as a developer - posted by me...@apache.org on 2019/05/24 04:00:18 UTC, 0 replies.
- [hbase] branch branch-2 updated (cd385b1 -> c00cc4d) - posted by zg...@apache.org on 2019/05/24 04:10:27 UTC, 0 replies.
- [hbase] 01/02: HBASE-22462 Should run a 'mvn install' at the end of hadoop check in pre commit job - posted by zg...@apache.org on 2019/05/24 04:10:28 UTC, 5 replies.
- [hbase] 02/02: HBASE-22462 (addendum) Should run a 'mvn install' at the end of hadoop check in pre commit job - posted by zg...@apache.org on 2019/05/24 04:10:29 UTC, 5 replies.
- [hbase] branch branch-2.2 updated (f471632 -> 5545a03) - posted by zg...@apache.org on 2019/05/24 04:11:45 UTC, 0 replies.
- [hbase] branch branch-2.1 updated (4b7e256 -> 57f4fa4) - posted by zg...@apache.org on 2019/05/24 04:12:38 UTC, 0 replies.
- [hbase] branch branch-2.0 updated (7f61881 -> bfd7dd2) - posted by zg...@apache.org on 2019/05/24 04:13:19 UTC, 0 replies.
- [hbase] branch branch-1 updated (b5d667c -> ef4cd68) - posted by zg...@apache.org on 2019/05/24 04:14:17 UTC, 0 replies.
- [hbase] branch branch-1.4 updated (416c41e -> 7cfdc60) - posted by zg...@apache.org on 2019/05/24 04:19:59 UTC, 0 replies.
- [hbase] branch HBASE-22466 updated: Need to change CHANGES to .md and add RELEASENOTES.md with particular formatting - posted by st...@apache.org on 2019/05/24 04:31:34 UTC, 0 replies.
- [hbase] branch HBASE-22466 updated: Commit a version of HBASE-19663 - posted by st...@apache.org on 2019/05/24 04:34:25 UTC, 0 replies.
- [hbase] tag HBASE-22466-1.5.0RC0 deleted (was d7179b7) - posted by st...@apache.org on 2019/05/24 04:38:07 UTC, 0 replies.
- [hbase] branch HBASE-22466 updated: Fix position of comment - posted by st...@apache.org on 2019/05/24 05:19:57 UTC, 0 replies.
- [hbase] tag HBASE-22466-1.5.0RC0 created (now 726d665) - posted by st...@apache.org on 2019/05/24 05:32:11 UTC, 0 replies.
- [hbase] branch HBASE-22466 updated (fc97857 -> 9187736) - posted by st...@apache.org on 2019/05/24 05:32:27 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at 96d2aabfad7b384a635e97f3f0fea5b990a67c4a. - posted by gi...@apache.org on 2019/05/24 14:53:29 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22455 Split TestReplicationStatus - posted by zh...@apache.org on 2019/05/25 06:43:04 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22455 Split TestReplicationStatus - posted by zh...@apache.org on 2019/05/25 06:55:29 UTC, 0 replies.
- [hbase] branch HBASE-21512 updated (5db9b81 -> e511d91) - posted by zh...@apache.org on 2019/05/25 07:08:07 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at 27c02a0b95f3bc89fcdcce1d7b4bd59197cf120f. - posted by gi...@apache.org on 2019/05/25 14:51:29 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-21991 [Addendum] Mark LossCounting as Private - posted by ps...@apache.org on 2019/05/25 22:12:26 UTC, 0 replies.
- [hbase] branch branch-2.2 updated (5545a03 -> b9285b3) - posted by ps...@apache.org on 2019/05/25 22:12:27 UTC, 0 replies.
- [hbase] 01/02: HBASE-21800: RegionServer aborted due to NPE from MetaTableMetrics coprocessor - posted by ps...@apache.org on 2019/05/25 22:12:28 UTC, 0 replies.
- [hbase] 02/02: HBASE-21991: Fix MetaMetrics issues - [Race condition, Faulty remove logic], few improvements - posted by ps...@apache.org on 2019/05/25 22:12:29 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22456 Polish TestSplitTransitionOnCluster - posted by zh...@apache.org on 2019/05/26 06:32:38 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22456 Polish TestSplitTransitionOnCluster - posted by zh...@apache.org on 2019/05/26 06:32:53 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22474 Add --mvn-custom-repo parameter to yetus calls - posted by ps...@apache.org on 2019/05/26 16:11:28 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22474 Add --mvn-custom-repo parameter to yetus calls - posted by ps...@apache.org on 2019/05/26 16:17:15 UTC, 0 replies.
- [hbase] branch branch-1.3 updated: HBASE-22474 Add --mvn-custom-repo parameter to yetus calls - posted by ps...@apache.org on 2019/05/26 16:17:16 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-22474 Add --mvn-custom-repo parameter to yetus calls - posted by ps...@apache.org on 2019/05/26 16:17:17 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22474 Add --mvn-custom-repo parameter to yetus calls - posted by ps...@apache.org on 2019/05/26 16:17:18 UTC, 0 replies.
- [hbase] branch branch-2.0 updated: HBASE-22474 Add --mvn-custom-repo parameter to yetus calls - posted by ps...@apache.org on 2019/05/26 16:17:19 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22474 Add --mvn-custom-repo parameter to yetus calls - posted by ps...@apache.org on 2019/05/26 16:17:20 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22474 Add --mvn-custom-repo parameter to yetus calls - posted by ps...@apache.org on 2019/05/26 16:17:21 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22473 Split TestSCP - posted by zh...@apache.org on 2019/05/27 00:02:00 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22473 Split TestSCP - posted by zh...@apache.org on 2019/05/27 00:30:13 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22473 Split TestSCP - posted by zh...@apache.org on 2019/05/27 00:30:29 UTC, 0 replies.
- [hbase] branch HBASE-21512 updated (e511d91 -> 6752476) - posted by zh...@apache.org on 2019/05/27 00:35:48 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22419 Backport hbase-personality changes in HBASE-22399 to all active branches - posted by zh...@apache.org on 2019/05/27 02:05:40 UTC, 0 replies.
- [hbase] branch branch-2.0 updated: HBASE-22419 Backport hbase-personality changes in HBASE-22399 to all active branches - posted by zh...@apache.org on 2019/05/27 02:05:58 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-22419 Backport hbase-personality changes in HBASE-22399 to all active branches - posted by zh...@apache.org on 2019/05/27 02:06:22 UTC, 0 replies.
- [hbase] branch branch-1.3 updated: HBASE-22419 Backport hbase-personality changes in HBASE-22399 to all active branches - posted by zh...@apache.org on 2019/05/27 02:06:45 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22441 BucketCache NullPointerException in cacheBlock - posted by bi...@apache.org on 2019/05/27 09:14:51 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22441 BucketCache NullPointerException in cacheBlock - posted by bi...@apache.org on 2019/05/27 09:15:35 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22441 BucketCache NullPointerException in cacheBlock - posted by bi...@apache.org on 2019/05/27 09:15:47 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22441 BucketCache NullPointerException in cacheBlock - posted by bi...@apache.org on 2019/05/27 09:16:21 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22478 Add jackson dependency for hbase-http module - posted by zh...@apache.org on 2019/05/27 10:17:35 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22478 Add jackson dependency for hbase-http module - posted by zh...@apache.org on 2019/05/27 10:18:18 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22478 Add jackson dependency for hbase-http module - posted by zh...@apache.org on 2019/05/27 10:18:49 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at 73267d9ab152141b5a7f5c3a6cee20fdfce092ef. - posted by gi...@apache.org on 2019/05/27 14:51:32 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22311 - Update community docs to recommend use of "Co-authored-by" in git commits - posted by ps...@apache.org on 2019/05/27 15:25:05 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22327 Fixed remaining Checkstyle issue in hbase-hadoop-compat - posted by ja...@apache.org on 2019/05/27 19:43:03 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22327 Fixed remaining Checkstyle issue in hbase-hadoop-compat - posted by ja...@apache.org on 2019/05/27 20:01:14 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22327 Fixed remaining Checkstyle issue in hbase-hadoop-compat - posted by ja...@apache.org on 2019/05/27 20:08:35 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22326 Fixed Checkstyle errors in hbase-examples - posted by ja...@apache.org on 2019/05/27 20:11:44 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22326 Fixed Checkstyle errors in hbase-examples - posted by ja...@apache.org on 2019/05/27 20:22:38 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22326 Fixed Checkstyle errors in hbase-examples - posted by ja...@apache.org on 2019/05/27 20:31:16 UTC, 0 replies.
- [hbase] branch master updated: HBASE-20782 Fix duplication of TestServletFilter.access - posted by ja...@apache.org on 2019/05/27 20:55:53 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-20782 Fix duplication of TestServletFilter.access - posted by ja...@apache.org on 2019/05/27 21:52:16 UTC, 0 replies.
- [hbase] branch HBASE-21879 updated: HBASE-22422 Retain an ByteBuff with refCnt=0 when getBlock from LRUCache (#242) - posted by op...@apache.org on 2019/05/28 02:10:40 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22003 Fix flaky test TestVerifyReplication.testHBase14905 - posted by zg...@apache.org on 2019/05/28 09:22:58 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22003 Fix flaky test TestVerifyReplication.testHBase14905 - posted by zg...@apache.org on 2019/05/28 09:24:29 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22003 Fix flaky test TestVerifyReplication.testHBase14905 - posted by zg...@apache.org on 2019/05/28 09:26:12 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22003 Fix flaky test TestVerifyReplication.testHBase14905 - posted by zg...@apache.org on 2019/05/28 09:27:08 UTC, 0 replies.
- [hbase] branch branch-2.0 updated: HBASE-22003 Fix flaky test TestVerifyReplication.testHBase14905 - posted by zg...@apache.org on 2019/05/28 09:27:56 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at 97090560a5a53ef5f0feaa267e39e5305d60552e. - posted by gi...@apache.org on 2019/05/28 14:49:05 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22471 Our nightly jobs for master and branch-2 are still using hadoop-2.7.1 in integration test - posted by zh...@apache.org on 2019/05/28 14:58:21 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22148 Provide a LimitedPrivate(COPROC) API for setting Cell timestamp without copying. - posted by bu...@apache.org on 2019/05/28 17:20:48 UTC, 0 replies.
- [hbase] branch branch-2.0 updated: HBASE-22148 Provide a LimitedPrivate(COPROC) API for setting Cell timestamp without copying. - posted by bu...@apache.org on 2019/05/28 17:20:49 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22148 Provide a LimitedPrivate(COPROC) API for setting Cell timestamp without copying. - posted by bu...@apache.org on 2019/05/28 17:20:50 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22148 Provide a LimitedPrivate(COPROC) API for setting Cell timestamp without copying. - posted by bu...@apache.org on 2019/05/28 17:20:51 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22148 Provide a LimitedPrivate(COPROC) API for setting Cell timestamp without copying. - posted by bu...@apache.org on 2019/05/28 17:20:52 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22469 replace md5 checksum in saveVersion script with sha512 - posted by el...@apache.org on 2019/05/28 19:28:00 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22469 replace md5 checksum in saveVersion script with sha512 - posted by el...@apache.org on 2019/05/28 19:28:01 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22467 UI fixes to enable Knox proxying - posted by el...@apache.org on 2019/05/28 20:33:11 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22467 UI fixes to enable Knox proxying - posted by el...@apache.org on 2019/05/28 20:33:12 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22467 UI fixes to enable Knox proxying - posted by el...@apache.org on 2019/05/28 20:33:13 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22467 UI fixes to enable Knox proxying - posted by el...@apache.org on 2019/05/28 20:33:14 UTC, 0 replies.
- [hbase] tag 2.1.5RC1 created (now 0ba7cc0) - posted by st...@apache.org on 2019/05/28 22:07:19 UTC, 0 replies.
- [hbase] 01/01: Preparing HBase release 2.1.5RC1; tagging and updates to CHANGES.md and RELEASENOTES.md - posted by st...@apache.org on 2019/05/28 22:07:20 UTC, 0 replies.
- [hbase] branch branch-2.1 updated (ba9609a -> bbf01b6) - posted by st...@apache.org on 2019/05/28 22:07:35 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22411 Refactor codes of moving reigons in RSGroup - posted by zg...@apache.org on 2019/05/29 01:39:43 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22485 Fix failed ut TestClusterRestartFailover - posted by zg...@apache.org on 2019/05/29 02:40:05 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22454 refactor WALSplitter - posted by ti...@apache.org on 2019/05/29 02:57:05 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22486 Fix flaky test TestLockManager - posted by zg...@apache.org on 2019/05/29 02:58:15 UTC, 0 replies.
- [hbase] branch branch-2 updated (4f05b22 -> b035464) - posted by zg...@apache.org on 2019/05/29 02:59:47 UTC, 0 replies.
- [hbase] 01/02: HBASE-22485 Fix failed ut TestClusterRestartFailover - posted by zg...@apache.org on 2019/05/29 02:59:48 UTC, 1 replies.
- [hbase] 02/02: HBASE-22486 Fix flaky test TestLockManager - posted by zg...@apache.org on 2019/05/29 02:59:49 UTC, 1 replies.
- [hbase] branch branch-2.2 updated (dbcf286 -> 3906993) - posted by zg...@apache.org on 2019/05/29 03:00:27 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22471 Our nightly jobs for master and branch-2 are still using hadoop-2.7.1 in integration test - posted by zh...@apache.org on 2019/05/29 03:40:53 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22471 Our nightly jobs for master and branch-2 are still using hadoop-2.7.1 in integration test - posted by zh...@apache.org on 2019/05/29 03:41:25 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22471 Our nightly jobs for master and branch-2 are still using hadoop-2.7.1 in integration test - posted by zh...@apache.org on 2019/05/29 03:42:33 UTC, 0 replies.
- svn commit: r34304 [4/5] - /dev/hbase/2.1.5RC1/ - posted by st...@apache.org on 2019/05/29 05:10:56 UTC, 0 replies.
- svn commit: r34304 [5/5] - /dev/hbase/2.1.5RC1/ - posted by st...@apache.org on 2019/05/29 05:10:56 UTC, 0 replies.
- svn commit: r34304 [1/5] - /dev/hbase/2.1.5RC1/ - posted by st...@apache.org on 2019/05/29 05:10:56 UTC, 0 replies.
- svn commit: r34304 [3/5] - /dev/hbase/2.1.5RC1/ - posted by st...@apache.org on 2019/05/29 05:10:56 UTC, 0 replies.
- svn commit: r34304 [2/5] - /dev/hbase/2.1.5RC1/ - posted by st...@apache.org on 2019/05/29 05:10:56 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22488 Cleanup the explicit timeout value for test methods - posted by zg...@apache.org on 2019/05/29 06:09:23 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22488 Cleanup the explicit timeout value for test methods - posted by zg...@apache.org on 2019/05/29 06:19:07 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22488 Cleanup the explicit timeout value for test methods - posted by zg...@apache.org on 2019/05/29 06:23:58 UTC, 0 replies.
- [hbase] branch HBASE-21512 updated: HBASE-21723 Remove ConnectionImplementation and related classes - posted by zh...@apache.org on 2019/05/29 06:35:43 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22411 Refactor codes of moving reigons in RSGroup - posted by zg...@apache.org on 2019/05/29 06:36:18 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22411 Refactor codes of moving reigons in RSGroup - posted by zg...@apache.org on 2019/05/29 07:12:07 UTC, 0 replies.
- [hbase] branch branch-2.1 updated (17b5904 -> 3c848de) - posted by zg...@apache.org on 2019/05/29 07:22:09 UTC, 0 replies.
- [hbase] 01/02: HBASE-22486 Fix flaky test TestLockManager - posted by zg...@apache.org on 2019/05/29 07:22:10 UTC, 0 replies.
- [hbase] 02/02: HBASE-22488 Cleanup the explicit timeout value for test methods - posted by zg...@apache.org on 2019/05/29 07:22:11 UTC, 0 replies.
- [hbase] branch HBASE-21512 updated (49e7d96 -> 9bdddf0) - posted by zh...@apache.org on 2019/05/29 07:34:12 UTC, 0 replies.
- [hbase] 25/27: HBASE-22037 Re-enable TestAvoidCellReferencesIntoShippedBlocks - posted by zh...@apache.org on 2019/05/29 07:34:37 UTC, 2 replies.
- [hbase] 26/27: HBASE-21723 Remove ConnectionImplementation and related classes - posted by zh...@apache.org on 2019/05/29 07:34:38 UTC, 2 replies.
- [hbase] 27/27: HBASE-22351 Fix creating table timeout for TestProcedurePriority - posted by zh...@apache.org on 2019/05/29 07:34:39 UTC, 2 replies.
- [hbase-site] branch asf-site updated: Published site at ca00cbeed21c639622b86967d82a70338689b347. - posted by gi...@apache.org on 2019/05/29 14:50:45 UTC, 0 replies.
- [hbase] tag HBASE-22466-1.5.0RC1 created (now 6151250) - posted by st...@apache.org on 2019/05/29 19:15:21 UTC, 0 replies.
- [hbase] 01/01: Preparing HBase release HBASE-22466-1.5.0RC1; tagging and updates to CHANGES.md and RELEASENOTES.md - posted by st...@apache.org on 2019/05/29 19:15:22 UTC, 0 replies.
- [hbase] branch HBASE-22466 updated (9187736 -> f9b94c9) - posted by st...@apache.org on 2019/05/29 19:15:38 UTC, 0 replies.
- [hbase] tag HBASE-22466-1.5.0RC2 created (now a401d24) - posted by st...@apache.org on 2019/05/29 22:11:03 UTC, 0 replies.
- [hbase] 01/01: Preparing HBase release HBASE-22466-1.5.0RC2; tagging and updates to CHANGES.md and RELEASENOTES.md - posted by st...@apache.org on 2019/05/29 22:11:04 UTC, 0 replies.
- [hbase] branch HBASE-22466 updated (f9b94c9 -> afa5f22) - posted by st...@apache.org on 2019/05/29 22:11:20 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22496 UnsafeAccess.unsafeCopy should not copy more than UNSAFE_COPY_THRESHOLD on each iteration - posted by op...@apache.org on 2019/05/30 02:08:29 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22496 UnsafeAccess.unsafeCopy should not copy more than UNSAFE_COPY_THRESHOLD on each iteration - posted by op...@apache.org on 2019/05/30 02:19:19 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22496 UnsafeAccess.unsafeCopy should not copy more than UNSAFE_COPY_THRESHOLD on each iteration - posted by op...@apache.org on 2019/05/30 02:20:35 UTC, 0 replies.
- [hbase] branch branch-2.0 updated: HBASE-22496 UnsafeAccess.unsafeCopy should not copy more than UNSAFE_COPY_THRESHOLD on each iteration - posted by op...@apache.org on 2019/05/30 02:21:25 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22496 UnsafeAccess.unsafeCopy should not copy more than UNSAFE_COPY_THRESHOLD on each iteration - posted by op...@apache.org on 2019/05/30 02:22:15 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22490 Nightly client integration test fails with hadoop-3.0.3 - posted by zg...@apache.org on 2019/05/30 02:29:45 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22496 UnsafeAccess.unsafeCopy should not copy more than UNSAFE_COPY_THRESHOLD on each iteration - posted by op...@apache.org on 2019/05/30 02:31:09 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-22496 UnsafeAccess.unsafeCopy should not copy more than UNSAFE_COPY_THRESHOLD on each iteration - posted by op...@apache.org on 2019/05/30 02:33:27 UTC, 0 replies.
- [hbase] branch branch-1.3 updated: HBASE-22496 UnsafeAccess.unsafeCopy should not copy more than UNSAFE_COPY_THRESHOLD on each iteration - posted by op...@apache.org on 2019/05/30 02:34:11 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22454 refactor WALSplitter - posted by ti...@apache.org on 2019/05/30 02:50:53 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22316 Record the stack trace for current thread in FutureUtils.get - posted by zh...@apache.org on 2019/05/30 03:10:11 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22316 Record the stack trace for current thread in FutureUtils.get - posted by zh...@apache.org on 2019/05/30 03:39:40 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22316 Record the stack trace for current thread in FutureUtils.get - posted by zh...@apache.org on 2019/05/30 03:40:08 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22316 Record the stack trace for current thread in FutureUtils.get - posted by zh...@apache.org on 2019/05/30 03:40:24 UTC, 0 replies.
- [hbase] branch HBASE-21879 updated: HBASE-22463 Some paths in HFileScannerImpl did not consider block#release which will exhaust the ByteBuffAllocator (#257) - posted by op...@apache.org on 2019/05/30 04:24:15 UTC, 0 replies.
- [hbase] tag 1.5.HBASE-22466.0RC1 created (now 24ae9b0) - posted by st...@apache.org on 2019/05/30 04:33:53 UTC, 0 replies.
- [hbase] 01/01: Preparing HBase release 1.5.HBASE-22466.0RC1; tagging and updates to CHANGES.md and RELEASENOTES.md - posted by st...@apache.org on 2019/05/30 04:33:54 UTC, 0 replies.
- [hbase] branch HBASE-22466 updated (afa5f22 -> 1c72d29) - posted by st...@apache.org on 2019/05/30 04:34:13 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22476 FSDataInputStream is not closed. (#263) - posted by st...@apache.org on 2019/05/30 04:56:08 UTC, 0 replies.
- [hbase] tag 1.5.HBASE-22466.0RC3 created (now 2b76435) - posted by st...@apache.org on 2019/05/30 06:16:48 UTC, 0 replies.
- [hbase] 01/01: Preparing HBase release 1.5.HBASE-22466.0RC3; tagging and updates to CHANGES.md and RELEASENOTES.md - posted by st...@apache.org on 2019/05/30 06:16:49 UTC, 0 replies.
- [hbase] branch HBASE-22466 updated (1c72d29 -> 2b14cf6) - posted by st...@apache.org on 2019/05/30 06:17:08 UTC, 0 replies.
- [hbase] branch HBASE-21512 updated (9bdddf0 -> ec1041a) - posted by zh...@apache.org on 2019/05/30 06:50:57 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22472 The newly split TestReplicationStatus* tests are flaky - posted by zh...@apache.org on 2019/05/30 13:49:49 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22472 The newly split TestReplicationStatus* tests are flaky - posted by zh...@apache.org on 2019/05/30 14:16:41 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22500 Modify pom and jenkins jobs for hadoop versions - posted by zh...@apache.org on 2019/05/30 14:45:56 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22500 Modify pom and jenkins jobs for hadoop versions - posted by zh...@apache.org on 2019/05/30 14:46:25 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22500 Modify pom and jenkins jobs for hadoop versions - posted by zh...@apache.org on 2019/05/30 14:46:48 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at 78e4aea3c59a480507e9ac1e9ec113ef508d9a86. - posted by gi...@apache.org on 2019/05/30 14:51:51 UTC, 0 replies.
- [hbase] branch HBASE-21512 updated (ec1041a -> 24fb4dc) - posted by zh...@apache.org on 2019/05/30 15:05:06 UTC, 0 replies.
- [hbase] tag 1.5.HBASE-22466.0RC4 created (now 362b878) - posted by st...@apache.org on 2019/05/30 16:19:50 UTC, 0 replies.
- [hbase] 01/01: Preparing HBase release 1.5.HBASE-22466.0RC4; tagging and updates to CHANGES.md and RELEASENOTES.md - posted by st...@apache.org on 2019/05/30 16:19:51 UTC, 0 replies.
- [hbase] branch HBASE-22466 updated (2b14cf6 -> 4f1479b) - posted by st...@apache.org on 2019/05/30 16:20:11 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22487 getMostLoadedRegions is unused - posted by ps...@apache.org on 2019/05/30 16:40:30 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22487 getMostLoadedRegions is unused - posted by ps...@apache.org on 2019/05/30 16:40:47 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22487 getMostLoadedRegions is unused - posted by ps...@apache.org on 2019/05/30 16:41:13 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22487 getMostLoadedRegions is unused - posted by ps...@apache.org on 2019/05/30 16:41:42 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22487 getMostLoadedRegions is unused - posted by ps...@apache.org on 2019/05/30 16:42:22 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-22487 getMostLoadedRegions is unused - posted by ps...@apache.org on 2019/05/30 16:42:45 UTC, 0 replies.
- [hbase] branch branch-1.3 updated: HBASE-22487 getMostLoadedRegions is unused - posted by ps...@apache.org on 2019/05/30 16:43:44 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22459 Expose store reader reference count (#248) - posted by ap...@apache.org on 2019/05/30 22:04:23 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22459 Expose store reader reference count (#248) - posted by ap...@apache.org on 2019/05/30 22:49:57 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22459 Expose store reader reference count (#248) - posted by ap...@apache.org on 2019/05/30 22:49:58 UTC, 0 replies.
- [hbase] branch branch-1 updated: HBASE-22451 TestLoadIncrementalHFiles and TestSecureLoadIncrementalHFiles are flaky (#250) - posted by ap...@apache.org on 2019/05/31 00:47:11 UTC, 0 replies.
- [hbase] branch branch-1.3 updated: HBASE-22451 TestLoadIncrementalHFiles and TestSecureLoadIncrementalHFiles are flaky (#250) - posted by ap...@apache.org on 2019/05/31 00:49:36 UTC, 0 replies.
- [hbase] branch branch-1.4 updated: HBASE-22451 TestLoadIncrementalHFiles and TestSecureLoadIncrementalHFiles are flaky (#250) - posted by ap...@apache.org on 2019/05/31 00:49:37 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22503 Failed to upgrade to 2.2+ as the global permission which storaged in zk is not right - posted by zg...@apache.org on 2019/05/31 01:10:58 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22503 Failed to upgrade to 2.2+ as the global permission which storaged in zk is not right - posted by zg...@apache.org on 2019/05/31 01:12:45 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22503 Failed to upgrade to 2.2+ as the global permission which storaged in zk is not right - posted by zg...@apache.org on 2019/05/31 01:13:21 UTC, 0 replies.
- [hbase] branch HBASE-21879 updated: HBASE-22504 Optimize the MultiByteBuff#get(ByteBuffer, offset, len) (#273) - posted by op...@apache.org on 2019/05/31 06:14:11 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22490 (addendum) Nightly client integration test fails with hadoop-3 - posted by zg...@apache.org on 2019/05/31 06:46:39 UTC, 0 replies.
- [hbase] branch HBASE-21879 updated (81aeb06 -> 810d287) - posted by op...@apache.org on 2019/05/31 07:15:10 UTC, 0 replies.
- [hbase] 01/17: HBASE-21916 Abstract an ByteBuffAllocator to allocate/free ByteBuffer in ByteBufferPool - posted by op...@apache.org on 2019/05/31 07:15:11 UTC, 0 replies.
- [hbase] 02/17: HBASE-21917 Make the HFileBlock#validateChecksum can accept ByteBuff as an input. - posted by op...@apache.org on 2019/05/31 07:15:12 UTC, 0 replies.
- [hbase] 03/17: HBASE-21917 Make the HFileBlock#validateChecksum can accept ByteBuff as an input. (addendum) - posted by op...@apache.org on 2019/05/31 07:15:13 UTC, 0 replies.
- [hbase] 04/17: HBASE-22016 Rewrite the block reading methods by using hbase.nio.ByteBuff - posted by op...@apache.org on 2019/05/31 07:15:14 UTC, 0 replies.
- [hbase] 05/17: HBASE-22005 Use ByteBuff's refcnt to track the life cycle of data block - posted by op...@apache.org on 2019/05/31 07:15:15 UTC, 0 replies.
- [hbase] 06/17: HBASE-22127 Ensure that the block cached in the LRUBlockCache offheap is allocated from heap - posted by op...@apache.org on 2019/05/31 07:15:16 UTC, 0 replies.
- [hbase] 07/17: HBASE-22159 ByteBufferIOEngine should support write off-heap ByteBuff to the bufferArray - posted by op...@apache.org on 2019/05/31 07:15:17 UTC, 0 replies.
- [hbase] 08/17: HBASE-21957 Unify refCount of BucketEntry and refCount of hbase.nio.ByteBuff into one - posted by op...@apache.org on 2019/05/31 07:15:18 UTC, 0 replies.
- [hbase] 09/17: HBASE-22211 Remove the returnBlock method because we can just call HFileBlock#release directly - posted by op...@apache.org on 2019/05/31 07:15:19 UTC, 0 replies.
- [hbase] 10/17: HBASE-21937 Make the Compression#decompress can accept ByteBuff as input - posted by op...@apache.org on 2019/05/31 07:15:20 UTC, 0 replies.
- [hbase] 11/17: HBASE-22122 Change to release mob hfile's block after rpc server shipped response to client - posted by op...@apache.org on 2019/05/31 07:15:21 UTC, 0 replies.
- [hbase] 12/17: HBASE-21921 Notify users if the ByteBufAllocator is always allocating ByteBuffers from heap which means the increacing GC pressure - posted by op...@apache.org on 2019/05/31 07:15:22 UTC, 0 replies.
- [hbase] 13/17: HBASE-22090 The HFileBlock#CacheableDeserializer should pass ByteBuffAllocator to the newly created HFileBlock - posted by op...@apache.org on 2019/05/31 07:15:23 UTC, 0 replies.
- [hbase] 14/17: HBASE-22412 Improve the metrics in ByteBuffAllocator - posted by op...@apache.org on 2019/05/31 07:15:24 UTC, 0 replies.
- [hbase] 15/17: HBASE-22435 Add a UT to address the HFileBlock#heapSize() in TestHeapSize - posted by op...@apache.org on 2019/05/31 07:15:25 UTC, 0 replies.
- [hbase] 16/17: HBASE-22422 Retain an ByteBuff with refCnt=0 when getBlock from LRUCache (#242) - posted by op...@apache.org on 2019/05/31 07:15:26 UTC, 0 replies.
- [hbase] 17/17: HBASE-22463 Some paths in HFileScannerImpl did not consider block#release which will exhaust the ByteBuffAllocator (#257) - posted by op...@apache.org on 2019/05/31 07:15:27 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22502 Purge the logs when we reach the EOF for the last wal file when replication - posted by zh...@apache.org on 2019/05/31 07:36:47 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22502 Purge the logs when we reach the EOF for the last wal file when replication - posted by zh...@apache.org on 2019/05/31 07:58:20 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22502 Purge the logs when we reach the EOF for the last wal file when replication - posted by zh...@apache.org on 2019/05/31 08:06:10 UTC, 0 replies.
- [hbase] branch HBASE-21879 updated: HBASE-22483 It's better to use 65KB as the default buffer size in ByteBuffAllocator (#279) - posted by op...@apache.org on 2019/05/31 09:53:06 UTC, 0 replies.
- [hbase] branch HBASE-21879 updated: HBASE-22504 Optimize the MultiByteBuff#get(ByteBuffer, offset, len) - posted by op...@apache.org on 2019/05/31 11:22:24 UTC, 0 replies.
- [hbase] branch branch-2 updated (6641f11 -> 7172128) - posted by zg...@apache.org on 2019/05/31 13:44:17 UTC, 0 replies.
- [hbase] 01/02: HBASE-22490 Nightly client integration test fails with hadoop-3.0.3 - posted by zg...@apache.org on 2019/05/31 13:44:18 UTC, 1 replies.
- [hbase] 02/02: HBASE-22490 (addendum) Nightly client integration test fails with hadoop-3 - posted by zg...@apache.org on 2019/05/31 13:44:19 UTC, 1 replies.
- [hbase] branch branch-2.2 updated (67f088f -> 22830a7) - posted by zg...@apache.org on 2019/05/31 13:46:11 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22500 Addendum set hadoop 3 version to 3.1.2 in pom - posted by zh...@apache.org on 2019/05/31 13:53:32 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22500 Addendum set hadoop 3 version to 3.1.2 in pom - posted by zh...@apache.org on 2019/05/31 13:54:12 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22500 Addendum set hadoop 3 version to 3.1.2 in pom - posted by zh...@apache.org on 2019/05/31 13:54:30 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22490 Nightly client integration test fails with hadoop-3 - posted by zg...@apache.org on 2019/05/31 14:28:12 UTC, 0 replies.
- [hbase-site] branch asf-site updated: Published site at 4e98bf119adf26958f084ab941ebf7150bc50a48. - posted by gi...@apache.org on 2019/05/31 14:52:28 UTC, 0 replies.
- [hbase-filesystem] branch master updated (9045272 -> 3436084) - posted by bu...@apache.org on 2019/05/31 15:43:32 UTC, 0 replies.
- [hbase-filesystem] 01/02: HBASE-22493 Documenting supported hadoop versions. - posted by bu...@apache.org on 2019/05/31 15:43:33 UTC, 0 replies.
- [hbase-filesystem] 02/02: HBASE-22393 HBOSS: Shaded external dependencies to avoid conflicts with Hadoop and HBase. - posted by bu...@apache.org on 2019/05/31 15:43:34 UTC, 0 replies.
- [hbase-filesystem] branch master updated: HBASE-22427 HBOSS: TestTreeLockManager fails on non-ZK implementations. - posted by bu...@apache.org on 2019/05/31 16:43:05 UTC, 0 replies.
- [hbase-filesystem] branch master updated: HBASE-22415 HBOSS: changed log verbosity to debug on some lock colision cases - posted by bu...@apache.org on 2019/05/31 18:50:22 UTC, 0 replies.
- [hbase] branch branch-2 updated: HBASE-22511 Add some more rs-status paths to RS UI links - posted by el...@apache.org on 2019/05/31 18:59:38 UTC, 0 replies.
- [hbase] branch branch-2.1 updated: HBASE-22511 Add some more rs-status paths to RS UI links - posted by el...@apache.org on 2019/05/31 18:59:39 UTC, 0 replies.
- [hbase] branch branch-2.2 updated: HBASE-22511 Add some more rs-status paths to RS UI links - posted by el...@apache.org on 2019/05/31 18:59:40 UTC, 0 replies.
- [hbase] branch master updated: HBASE-22511 Add some more rs-status paths to RS UI links - posted by el...@apache.org on 2019/05/31 18:59:41 UTC, 0 replies.