[hbase] 07/09: HBASE-24607 Implement CatalogJanitor for 'root table' (#2377)

2020-10-12 Thread zhangduo
This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch HBASE-24950 in repository https://gitbox.apache.org/repos/asf/hbase.git commit 80de45467718dda6e5adc96eecb43ae7902518b7 Author: Duo Zhang AuthorDate: Fri Sep 11 13:31:00 2020 +0800

[hbase] 06/09: HBASE-24606 Implement meta merge (#2311)

2020-10-12 Thread zhangduo
This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch HBASE-24950 in repository https://gitbox.apache.org/repos/asf/hbase.git commit 00a042806074e94312946ae8c5956458f6bda9b1 Author: Duo Zhang AuthorDate: Wed Sep 9 12:38:32 2020 +0800

[hbase] branch HBASE-24950 updated (f63a408 -> 26059a9)

2020-10-12 Thread zhangduo
This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a change to branch HBASE-24950 in repository https://gitbox.apache.org/repos/asf/hbase.git. omit f63a408 HBASE-25013 Avoid reset the backup master root cache every time when syncing (#2392) omit

[hbase] 09/09: HBASE-25013 Avoid reset the backup master root cache every time when syncing (#2392)

2020-10-12 Thread zhangduo
This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch HBASE-24950 in repository https://gitbox.apache.org/repos/asf/hbase.git commit 26059a944daea06fc567a2ecdf5c8a0b514f484a Author: Duo Zhang AuthorDate: Mon Sep 21 20:32:15 2020 +0800

[hbase] 08/09: HBASE-24929 Introduce a special CellComparator for master local region (#2378)

2020-10-12 Thread zhangduo
This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch HBASE-24950 in repository https://gitbox.apache.org/repos/asf/hbase.git commit 91ebb79934e8343a7c94dda94467d1be080ea58a Author: Duo Zhang AuthorDate: Tue Sep 15 21:11:55 2020 +0800

[hbase] 05/09: HBASE-24391 Implement meta split (#2010)

2020-10-12 Thread zhangduo
This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch HBASE-24950 in repository https://gitbox.apache.org/repos/asf/hbase.git commit 37b6da1e08fcb39776fa19a87a0032fa12a6caa9 Author: Duo Zhang AuthorDate: Mon Sep 7 10:59:43 2020 +0800

[hbase] 04/09: HBASE-24459 Move the locateMeta logic from AsyncMetaRegionTableLocator to ConnectionRegistry (#2095)

2020-10-12 Thread zhangduo
This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch HBASE-24950 in repository https://gitbox.apache.org/repos/asf/hbase.git commit 2a457b1c7071fb3f2199dad592077bcd83555674 Author: Duo Zhang AuthorDate: Tue Aug 25 21:14:28 2020 +0800

[hbase] 01/09: HBASE-24388 Store the locations of meta regions in master local store (#1746)

2020-10-12 Thread zhangduo
This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch HBASE-24950 in repository https://gitbox.apache.org/repos/asf/hbase.git commit 3b0f910ae102e278bc9a6e880f1b4265d21d4eae Author: Duo Zhang AuthorDate: Thu Jun 25 23:17:03 2020 +0800

[hbase] 03/09: HBASE-24390 Remove RegionInfoBuilder.FIRST_META_REGIONINFO (#1877)

2020-10-12 Thread zhangduo
This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch HBASE-24950 in repository https://gitbox.apache.org/repos/asf/hbase.git commit 0b0dd0b747232a5b8e61ac6db3e766fc6b9d55cf Author: Duo Zhang AuthorDate: Wed Jul 1 16:14:21 2020 +0800

[hbase] branch master updated: "HBASE-25144 Add Hadoop-3.3.0 to personality hadoopcheck" try again (#2536)

2020-10-12 Thread zghao
This is an automated email from the ASF dual-hosted git repository. zghao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hbase.git The following commit(s) were added to refs/heads/master by this push: new bc20203 "HBASE-25144 Add Hadoop-3.3.0 to

[hbase] 01/02: HBASE-25164 Make ModifyTableProcedure support changing meta replica count (#2513)

2020-10-12 Thread zhangduo
This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch branch-2 in repository https://gitbox.apache.org/repos/asf/hbase.git commit 37c2ffdc2b16c1fd17379306968a90426192e730 Author: Duo Zhang AuthorDate: Tue Oct 13 09:43:56 2020 +0800

[hbase] 02/02: HBASE-25169 Update documentation about meta region replica (#2528)

2020-10-12 Thread zhangduo
This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch branch-2 in repository https://gitbox.apache.org/repos/asf/hbase.git commit a32303290df23e2e01ea856e9468f6c5ae63be6e Author: Duo Zhang AuthorDate: Tue Oct 13 09:44:18 2020 +0800

[hbase] branch branch-2 updated (ed7aa8e -> a323032)

2020-10-12 Thread zhangduo
This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a change to branch branch-2 in repository https://gitbox.apache.org/repos/asf/hbase.git. from ed7aa8e HBASE-25065 - WAL archival to be done by a separate thread (#2531) new 37c2ffd HBASE-25164 Make

[hbase] branch master updated: HBASE-25164 Make ModifyTableProcedure support changing meta replica count (#2513)

2020-10-12 Thread zhangduo
This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hbase.git The following commit(s) were added to refs/heads/master by this push: new 92c3bcd HBASE-25164 Make ModifyTableProcedure

[hbase] branch master updated: HBASE-25169 Update documentation about meta region replica (#2528)

2020-10-12 Thread zhangduo
This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hbase.git The following commit(s) were added to refs/heads/master by this push: new b186c51 HBASE-25169 Update documentation

[hbase-site] branch asf-site updated: INFRA-10751 Empty commit

2020-10-12 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/hbase-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 1b0b243 INFRA-10751 Empty

[hbase] branch branch-2 updated: HBASE-25065 - WAL archival to be done by a separate thread (#2531)

2020-10-12 Thread ramkrishna
This is an automated email from the ASF dual-hosted git repository. ramkrishna pushed a commit to branch branch-2 in repository https://gitbox.apache.org/repos/asf/hbase.git The following commit(s) were added to refs/heads/branch-2 by this push: new ed7aa8e HBASE-25065 - WAL archival to

[hbase] branch branch-2.3 updated: HBASE-25168 Unify WAL name timestamp parsers

2020-10-12 Thread stack
This is an automated email from the ASF dual-hosted git repository. stack pushed a commit to branch branch-2.3 in repository https://gitbox.apache.org/repos/asf/hbase.git The following commit(s) were added to refs/heads/branch-2.3 by this push: new b8a7e0f HBASE-25168 Unify WAL name

[hbase] branch branch-2.2 updated: HBASE-25168 Unify WAL name timestamp parsers

2020-10-12 Thread stack
This is an automated email from the ASF dual-hosted git repository. stack pushed a commit to branch branch-2.2 in repository https://gitbox.apache.org/repos/asf/hbase.git The following commit(s) were added to refs/heads/branch-2.2 by this push: new 219aa12 HBASE-25168 Unify WAL name

[hbase] branch master updated (8eea052 -> c282205)

2020-10-12 Thread stack
This is an automated email from the ASF dual-hosted git repository. stack pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hbase.git. from 8eea052 HBASE-25093 the RSGroupBasedLoadBalancer#retainAssignment throws NPE (#2450) add c282205 HBASE-25168

[hbase] branch master updated (8eea052 -> c282205)

2020-10-12 Thread stack
This is an automated email from the ASF dual-hosted git repository. stack pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hbase.git. from 8eea052 HBASE-25093 the RSGroupBasedLoadBalancer#retainAssignment throws NPE (#2450) add c282205 HBASE-25168