hbase git commit: HBASE-17118 StoreScanner leaked in KeyValueHeap

2016-11-25 Thread binlijin
org/repos/asf/hbase/tree/b320d490 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b320d490 Branch: refs/heads/branch-1.1 Commit: b320d4909d94b416e8a995cd5545e90feecdce2a Parents: 51acbb9 Author: binlijin <binli...@gmail.com> Authored: Sat Nov 26 09:44:18 2016 +0800 Committer: binlij

hbase git commit: HBASE-17118 StoreScanner leaked in KeyValueHeap

2016-11-25 Thread binlijin
org/repos/asf/hbase/tree/f67fea4b Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f67fea4b Branch: refs/heads/branch-1.2 Commit: f67fea4b6c2082192e939cf1efd82a9ca6423001 Parents: 9f66b1f Author: binlijin <binli...@gmail.com> Authored: Sat Nov 26 09:40:50 2016 +0800 Committer: binlij

hbase git commit: HBASE-17144 Possible offheap read ByteBuffers leak

2016-11-24 Thread binlijin
org/repos/asf/hbase/tree/a45b3c35 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a45b3c35 Branch: refs/heads/master Commit: a45b3c35337951b8ac7da6b39edaa59a87242428 Parents: 0b0e857 Author: binlijin <binli...@gmail.com> Authored: Thu Nov 24 16:12:20 2016 +0800 Committer: binlij

hbase git commit: HBASE-17118 StoreScanner leaked in KeyValueHeap (addendum)

2016-11-21 Thread binlijin
wip-us.apache.org/repos/asf/hbase/tree/2da5ed09 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2da5ed09 Branch: refs/heads/branch-1 Commit: 2da5ed098eff4b75629e014f4127901a4362bc99 Parents: e8f0569 Author: binlijin <binli...@gmail.com> Authored: Mon Nov 21 20:55:52 2016 +0800 Committer:

hbase git commit: Add binlijin to pom.xml

2016-11-20 Thread binlijin
Repository: hbase Updated Branches: refs/heads/master 768b4119d -> 5f7cf0bb7 Add binlijin to pom.xml Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5f7cf0bb Tree: http://git-wip-us.apache.org/repos/asf/hbase/t

hbase git commit: HBASE-16398 optimize HRegion computeHDFSBlocksDistribution

2016-12-15 Thread binlijin
wip-us.apache.org/repos/asf/hbase/tree/6acbee17 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/6acbee17 Branch: refs/heads/master Commit: 6acbee179feca63d12ea3fff6e9f25a5c044c467 Parents: 35f0718 Author: binlijin <binli...@gmail.com> Authored: Fri Dec 16 11:02:27 2016 +0800 Committer: binlij

hbase git commit: HBASE-16398 optimize HRegion computeHDFSBlocksDistribution

2016-12-15 Thread binlijin
wip-us.apache.org/repos/asf/hbase/tree/ed393964 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/ed393964 Branch: refs/heads/branch-1 Commit: ed393964978969b6f1492a46ddae2893fd2875f4 Parents: f3a3069 Author: binlijin <binli...@gmail.com> Authored: Fri Dec 16 13:57:43 2016 +0800 Committer:

hbase git commit: HBASE-17232 Replace HashSet with ArrayList to accumulate delayed scanners in KVHeap and StoreScanner.

2016-12-02 Thread binlijin
ase/commit/9c13219f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9c13219f Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9c13219f Branch: refs/heads/master Commit: 9c13219f0d142051bb31f3523f2f5b8e7f231d90 Parents: 4b3 Author: binlijin <binli...@gmail.com> Authored: Fri

hbase git commit: HBASE-17332 Replace HashMap to Array for DataBlockEncoding.idToEncoding

2016-12-19 Thread binlijin
ttp://git-wip-us.apache.org/repos/asf/hbase/tree/4c7f0f24 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/4c7f0f24 Branch: refs/heads/branch-1 Commit: 4c7f0f24369f4237111290d1f09ff2ec258b5199 Parents: ed39396 Author: binlijin <binli...@gmail.com> Authored: Tue Dec 20 12:28:04 2016 +0800

[2/4] hbase git commit: HBASE-17262 Refactor RpcServer so as to make it extendable and/or pluggable

2016-12-21 Thread binlijin
http://git-wip-us.apache.org/repos/asf/hbase/blob/fc93de51/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServerFactory.java -- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServerFactory.java

[1/4] hbase git commit: HBASE-17262 Refactor RpcServer so as to make it extendable and/or pluggable

2016-12-21 Thread binlijin
Repository: hbase Updated Branches: refs/heads/master d787155fd -> fc93de51a http://git-wip-us.apache.org/repos/asf/hbase/blob/fc93de51/hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/AbstractTestIPC.java -- diff --git

[3/4] hbase git commit: HBASE-17262 Refactor RpcServer so as to make it extendable and/or pluggable

2016-12-21 Thread binlijin
http://git-wip-us.apache.org/repos/asf/hbase/blob/fc93de51/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java -- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java

[4/4] hbase git commit: HBASE-17262 Refactor RpcServer so as to make it extendable and/or pluggable

2016-12-21 Thread binlijin
-us.apache.org/repos/asf/hbase/diff/fc93de51 Branch: refs/heads/master Commit: fc93de51aff2c917a2b89694cf16ca37ccde6723 Parents: d787155 Author: binlijin <binli...@gmail.com> Authored: Thu Dec 22 14:49:56 2016 +0800 Committer: binlijin <binli...@gmail.com> Committed: Thu Dec 22 14:49:5

hbase git commit: HBASE-17332 Replace HashMap to Array for DataBlockEncoding.idToEncoding

2016-12-19 Thread binlijin
ttp://git-wip-us.apache.org/repos/asf/hbase/tree/b7bde350 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b7bde350 Branch: refs/heads/master Commit: b7bde350a160f2481e8dcbcf00702333d8a978cc Parents: d53f012 Author: binlijin <binli...@gmail.com> Authored: Tue Dec 20 09:32:28 2016 +0800

hbase git commit: HBASE-19290 Reduce zk request when doing split log

2017-11-29 Thread binlijin
org/repos/asf/hbase/tree/64ddce30 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/64ddce30 Branch: refs/heads/branch-2 Commit: 64ddce303ee352a3ab1eb9cedf3fad097be7569c Parents: 0c4c395 Author: binlijin <binli...@gmail.com> Authored: Wed Nov 29 18:43:41 2017 +0800 Committer: binlij

hbase git commit: HBASE-19290 Reduce zk request when doing split log

2017-11-29 Thread binlijin
org/repos/asf/hbase/tree/8b32d379 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/8b32d379 Branch: refs/heads/master Commit: 8b32d3792934507c774997cd82dc061b75410f83 Parents: b4a4be6 Author: binlijin <binli...@gmail.com> Authored: Wed Nov 29 18:42:14 2017 +0800 Committer: binlij

hbase git commit: HBASE-19338 Performance regression in RegionServerRpcQuotaManager to get ugi

2017-11-27 Thread binlijin
ttp://git-wip-us.apache.org/repos/asf/hbase/tree/3863559b Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/3863559b Branch: refs/heads/master Commit: 3863559b07fe19ff72f4cf5a326be7e09e70609c Parents: b048207 Author: binlijin <binli...@gmail.com> Authored: Tue Nov 28 09:57:35 2

hbase git commit: HBASE-19338 Performance regression in RegionServerRpcQuotaManager to get ugi

2017-11-27 Thread binlijin
ree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a62010c9 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a62010c9 Branch: refs/heads/branch-2 Commit: a62010c9e72e4137b035af68e79e729ffa69639c Parents: 749361e Author: binlijin <binli...@gmail.com> Authored: Tue Nov 28 09:58:39 2

hbase git commit: HBASE-19290 Reduce zk request when doing split log

2017-12-04 Thread binlijin
org/repos/asf/hbase/tree/15d16281 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/15d16281 Branch: refs/heads/branch-1 Commit: 15d16281a1c3d246dc991064c7828b77bf6f Parents: 4ec59d0 Author: binlijin <binli...@gmail.com> Authored: Mon Dec 4 18:36:11 2017 +0800 Committer: binlij

hbase git commit: HBASE-19728 Add lock to filesCompacting in all place.

2018-01-30 Thread binlijin
wip-us.apache.org/repos/asf/hbase/tree/f7faad04 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f7faad04 Branch: refs/heads/master Commit: f7faad0477d66de1e9d89a00fe9c4d8b0b80f198 Parents: 08bcd64 Author: binlijin <binli...@gmail.com> Authored: Wed Jan 31 14:05:30 2018 +0800 Committer: binlij

hbase git commit: HBASE-19728 Add lock to filesCompacting in all place.

2018-01-30 Thread binlijin
wip-us.apache.org/repos/asf/hbase/tree/b3824b8c Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b3824b8c Branch: refs/heads/branch-2 Commit: b3824b8c92727996e7240cc9a23ce435f7355649 Parents: 2835d51 Author: binlijin <binli...@gmail.com> Authored: Wed Jan 31 14:18:27 2018 +0800 Committer: binlij

hbase git commit: HBASE-19728 Add lock to filesCompacting in all place.

2018-01-31 Thread binlijin
wip-us.apache.org/repos/asf/hbase/tree/e1bcf50b Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e1bcf50b Branch: refs/heads/branch-1 Commit: e1bcf50b10334cca65c8b52ddb97fe7f4dbade1d Parents: df317a7 Author: binlijin <binli...@gmail.com> Authored: Wed Jan 31 17:01:58 2018 +0800 Committer: binlij

[hbase] branch master updated: HBASE-22441 BucketCache NullPointerException in cacheBlock

2019-05-27 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 5dcfe5f HBASE-22441 BucketCache

[hbase] branch branch-2.1 updated: HBASE-22441 BucketCache NullPointerException in cacheBlock

2019-05-27 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/hbase.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 8e9b504 HBASE-22441 BucketCache

[hbase] branch branch-2.2 updated: HBASE-22441 BucketCache NullPointerException in cacheBlock

2019-05-27 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 1845153 HBASE-22441 BucketCache

[hbase] branch branch-2 updated: HBASE-22441 BucketCache NullPointerException in cacheBlock

2019-05-27 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 ca8c456 HBASE-22441 BucketCache

[hbase] branch branch-2.2 updated: HBASE-22447 Check refCount before free block in BucketCache

2019-05-22 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 0358cb1 HBASE-22447 Check refCount

[hbase] branch master updated: HBASE-22447 Check refCount before free block in BucketCache

2019-05-22 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 2bf7ad4 HBASE-22447 Check refCount before

[hbase] branch branch-2.1 updated: HBASE-22447 Check refCount before free block in BucketCache

2019-05-22 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/hbase.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 81dc712 HBASE-22447 Check refCount

[hbase] branch branch-2.1 updated: HBASE-22445 Add file info when throw exceptions in HFileReaderImpl

2019-05-22 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/hbase.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new b4a08f5 HBASE-22445 Add file info

[hbase] branch branch-2 updated: HBASE-22447 Check refCount before free block in BucketCache

2019-05-22 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 e3c27d3 HBASE-22447 Check refCount before

[hbase] branch master updated: HBASE-22445 Add file info when throw exceptions in HFileReaderImpl

2019-05-22 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 8e47c8e HBASE-22445 Add file info when throw

[hbase] branch branch-2 updated: HBASE-22445 Add file info when throw exceptions in HFileReaderImpl

2019-05-22 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 df6df68 HBASE-22445 Add file info when

[hbase] branch branch-2.2 updated: HBASE-22445 Add file info when throw exceptions in HFileReaderImpl

2019-05-22 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 5d6b07a HBASE-22445 Add file info

[hbase] branch master updated (08aae42 -> 77490f8)

2019-11-11 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hbase.git. from 08aae42 HBASE-18439 Subclasses of o.a.h.h.chaos.actions.Action all use the same logger add 77490f8 HBASE

[hbase] branch branch-2 updated: HBASE-23251 - Add Column Family and Table Names to HFileContext and use in HFileWriterImpl logging (#796)

2019-11-11 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 da06aa7 HBASE-23251 - Add Column Family

[hbase] branch master updated (264d3e3 -> c2e01f2)

2019-11-07 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hbase.git. from 264d3e3 HBASE-23263 NPE in Quotas.jsp (#800) add c2e01f2 HBASE-23257: Track clusterID in stand by masters

[hbase] branch branch-2 updated: HBASE-22480 Get block from BlockCache once and return this block to BlockCache twice make ref count error.

2019-11-07 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 e8c16a2 HBASE-22480 Get block from

[hbase] branch branch-2.1 updated: HBASE-23262 Cannot load Master UI (#799)

2019-11-07 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/hbase.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new d674016 HBASE-23262 Cannot load

[hbase] branch master updated (02f2643 -> c348e64)

2019-11-07 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hbase.git. from 02f2643 HBASE-22480 Get block from BlockCache once and return this block to BlockCache twice make ref count error

[hbase] branch branch-2 updated: HBASE-23262 Cannot load Master UI (#799)

2019-11-07 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 0a20c40 HBASE-23262 Cannot load Master UI

[hbase] branch branch-2.2 updated: HBASE-23262 Cannot load Master UI (#799)

2019-11-07 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 a51fed7 HBASE-23262 Cannot load

[hbase] branch master updated: HBASE-22480 Get block from BlockCache once and return this block to BlockCache twice make ref count error.

2019-11-07 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 02f2643 HBASE-22480 Get block from BlockCache

[hbase] branch branch-2.2 updated: HBASE-22480 Get block from BlockCache once and return this block to BlockCache twice make ref count error.

2019-11-07 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 2855f14 HBASE-22480 Get block from

[hbase] branch branch-2 updated: HBASE-23263 NPE in Quotas.jsp (#800)

2019-11-07 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 10b38d5 HBASE-23263 NPE in Quotas.jsp

[hbase] branch branch-2.2 updated: HBASE-23263 NPE in Quotas.jsp (#800)

2019-11-07 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 9571578 HBASE-23263 NPE in Quotas.jsp

[hbase] branch master updated (c348e64 -> 264d3e3)

2019-11-07 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hbase.git. from c348e64 HBASE-23262 Cannot load Master UI (#799) add 264d3e3 HBASE-23263 NPE in Quotas.jsp (#800) No new

[hbase] branch master updated (5e34a59 -> bc8f121)

2019-12-04 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hbase.git. from 5e34a59 HBASE-22529 Add sanity check for in-memory compaction policy add bc8f121 HBASE-23365 Minor change

[hbase] branch branch-2.2 updated: HBASE-23365 Minor change MemStoreFlusher's log (#900)

2019-12-04 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 7cb7946 HBASE-23365 Minor change

[hbase] branch branch-2 updated: HBASE-23365 Minor change MemStoreFlusher's log (#900)

2019-12-04 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 b39fe1a HBASE-23365 Minor change

[hbase] branch branch-2.1 updated: HBASE-23365 Minor change MemStoreFlusher's log (#900)

2019-12-04 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/hbase.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 90975ec HBASE-23365 Minor change

[hbase] branch branch-2.2 updated: HBASE-23361 Limit two decimals in total average load (#897)

2019-12-04 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 4461443 HBASE-23361 Limit two

[hbase] branch master updated: HBASE-23361 Limit two decimals in total average load (#897)

2019-12-04 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 3e21bcf HBASE-23361 Limit two decimals

[hbase] branch branch-2 updated: HBASE-23361 Limit two decimals in total average load (#897)

2019-12-04 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 393c7dd HBASE-23361 Limit two decimals

[hbase] branch branch-2.1 updated: HBASE-23361 Limit two decimals in total average load (#897)

2019-12-04 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/hbase.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new eff0e0c HBASE-23361 Limit two

[hbase] branch master updated (978546b -> dff7fff)

2019-12-09 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hbase.git. from 978546b HBASE-23303 Add security headers to REST server/info page (#843) add dff7fff HBASE-22280 Separate

[hbase] branch branch-2.2 updated: HBASE-22280 Separate read/write handler for priority request(especial… (#202)

2019-12-09 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 bd229d8 HBASE-22280 Separate read

[hbase] branch branch-2 updated: HBASE-22280 Separate read/write handler for priority request(especial… (#202)

2019-12-09 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 751cc62 HBASE-22280 Separate read/write

[hbase] branch master updated (82e155e -> f87428e)

2019-12-10 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hbase.git. from 82e155e HBASE-18382 add transport type info into Thrift UI (#880) add f87428e HBASE-23377 Balancer should

[hbase] branch branch-2.2 updated: HBASE-23377 Balancer should skip disabled tables's regions (#908)

2019-12-10 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 b20e447 HBASE-23377 Balancer should

[hbase] branch branch-2 updated: HBASE-23377 Balancer should skip disabled tables's regions (#908)

2019-12-10 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 661580a HBASE-23377 Balancer should skip

[hbase] branch branch-2.2 updated: HBASE-23356 When construct StoreScanner throw exceptions it is possible to left some KeyValueScanner not closed. (#891)

2019-12-03 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 d4a179f HBASE-23356 When construct

[hbase] branch branch-2 updated: HBASE-23356 When construct StoreScanner throw exceptions it is possible to left some KeyValueScanner not closed. (#891)

2019-12-03 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 2e8ea9e HBASE-23356 When construct

[hbase] branch master updated (0f166ed -> 580d65e)

2019-12-03 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hbase.git. from 0f166ed HBASE-22096 /storeFile.jsp shows CorruptHFileException when the storeFile is a reference file (#888

[hbase] branch branch-2.1 updated: HBASE-23356 When construct StoreScanner throw exceptions it is possible to left some KeyValueScanner not closed. (#891)

2019-12-03 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/hbase.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 0cd1fa9 HBASE-23356 When construct

[hbase] branch branch-2.2 updated: HBASE-23187 Update parent region state to SPLIT in meta (#732)

2019-10-28 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 670c667 HBASE-23187 Update parent

[hbase] branch branch-2 updated: HBASE-23187 Update parent region state to SPLIT in meta (#732)

2019-10-28 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 cab9ccc HBASE-23187 Update parent region

[hbase] branch master updated (0237091 -> 9a80618)

2019-10-28 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hbase.git. from 0237091 HBASE-23199 Error populating Table-Attribute fields (#741) add 9a80618 HBASE-23187 Update parent

[hbase] branch branch-2.2 updated: HBASE-23352: Allow chaos monkeys to access cmd line params, and improve FillDiskCommandAction (#885)

2019-12-01 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 4b176a5 HBASE-23352: Allow chaos

[hbase] branch branch-2 updated: HBASE-23352: Allow chaos monkeys to access cmd line params, and improve FillDiskCommandAction (#885)

2019-12-01 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 014a40b HBASE-23352: Allow chaos monkeys

[hbase] branch master updated: HBASE-23352: Allow chaos monkeys to access cmd line params, and improve FillDiskCommandAction (#885)

2019-12-01 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 d69ecf6 HBASE-23352: Allow chaos monkeys

[hbase] branch master updated (3ccfd50 -> 90007b7)

2019-11-04 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hbase.git. from 3ccfd50 HBASE-23244 NPEs running Canary (#784) add 90007b7 HBASE-23241 TestExecutorService sometimes fail

[hbase] branch branch-2.1 updated: HBASE-23241 TestExecutorService sometimes fail (#782)

2019-11-04 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/hbase.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 640a49e HBASE-23241

[hbase] branch branch-2 updated: HBASE-23241 TestExecutorService sometimes fail (#782)

2019-11-04 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 c8c8eef HBASE-23241 TestExecutorService

[hbase] branch branch-2.2 updated: HBASE-23241 TestExecutorService sometimes fail (#782)

2019-11-04 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 2e05734 HBASE-23241

[hbase] branch branch-2 updated: HBASE-23184 The HeapAllocation in WebUI is not accurate (#730)

2019-10-31 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 2666358 HBASE-23184 The HeapAllocation

[hbase] branch master updated (2451c2c -> 255be63)

2019-10-31 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hbase.git. from 2451c2c HBASE-23231 Addendum remove redundant metrics.clear in ReplicationSource add 255be63 HBASE-23184

[hbase] branch branch-2 updated: HBASE-23564 RegionStates may has some expired serverinfo and make regions do not balance. (#930)

2019-12-19 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 7a0e4d8 HBASE-23564 RegionStates may has

[hbase] branch branch-2.2 updated: HBASE-23564 RegionStates may has some expired serverinfo and make regions do not balance. (#930)

2019-12-19 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 5ec99b4 HBASE-23564 RegionStates may

[hbase] branch master updated: HBASE-23564 RegionStates may has some expired serverinfo and make regions do not balance. (#930)

2019-12-19 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 ab40b96 HBASE-23564 RegionStates may has some

[hbase] branch master updated (66d1258 -> 9a2a799)

2020-01-08 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hbase.git. from 66d1258 HBASE-23651 Region balance throttling can be disabled (#991) add 9a2a799 HBASE-23660 hbase:meta's

[hbase] branch branch-2.2 updated: Backport "HBASE-23660 hbase:meta's table.jsp ref to wrong rs address" to branch-2 (#1005)

2020-01-09 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 ea47349 Backport "HBASE-

[hbase] branch branch-2 updated: Backport "HBASE-23660 hbase:meta's table.jsp ref to wrong rs address" to branch-2 (#1005)

2020-01-09 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 1591c20 Backport "HBASE-

[hbase] branch master updated: HBASE-23615 Use a dedicated thread for executing WorkerMonitor in Pro… (#961)

2019-12-30 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 06eff55 HBASE-23615 Use a dedicated thread

[hbase] branch branch-2.2 updated: HBASE-23615 Use a dedicated thread for executing WorkerMonitor in Pro… (#961)

2019-12-30 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 5b9a042 HBASE-23615 Use a dedicated

[hbase] branch branch-2.1 updated: HBASE-23615 Use a dedicated thread for executing WorkerMonitor in Pro… (#961)

2019-12-30 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/hbase.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new fcfe9ab HBASE-23615 Use a dedicated

[hbase] branch branch-2 updated: HBASE-23615 Use a dedicated thread for executing WorkerMonitor in Pro… (#961)

2019-12-30 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 5a0dd57 HBASE-23615 Use a dedicated

[hbase] branch branch-2 updated: HBASE-23589: FlushDescriptor contains non-matching family/output combinations (#949)

2019-12-24 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 0c09c43 HBASE-23589: FlushDescriptor

[hbase] branch branch-2.1 updated: HBASE-23589: FlushDescriptor contains non-matching family/output combinations (#949)

2019-12-24 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/hbase.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 7258134 HBASE-23589: FlushDescriptor

[hbase] branch master updated: HBASE-23589: FlushDescriptor contains non-matching family/output combinations (#949)

2019-12-24 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 ee19008 HBASE-23589: FlushDescriptor contains

[hbase] branch branch-2.2 updated: HBASE-23589: FlushDescriptor contains non-matching family/output combinations (#949)

2019-12-24 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 eb25cdc HBASE-23589: FlushDescriptor

[hbase] branch branch-2.2 updated: HBASE-23581 Creating table gets stuck when specifying an invalid split policy as METADATA (#942)

2019-12-24 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 e18c99f HBASE-23581 Creating table

[hbase] branch branch-2 updated: HBASE-23581 Creating table gets stuck when specifying an invalid split policy as METADATA (#942)

2019-12-24 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 0936bc2 HBASE-23581 Creating table gets

[hbase] branch master updated (fc15ea7 -> 00bb0f2)

2019-12-24 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hbase.git. from fc15ea7 HBASE-23320 Upgrade surefire plugin to 3.0.0-M4 add 00bb0f2 HBASE-23581 Creating table gets stuck

[hbase] branch branch-2.2 updated: HBASE-23613 ProcedureExecutor check StuckWorkers blocked by DeadServe… (#960)

2019-12-24 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 1bb30af HBASE-23613 ProcedureExecutor

[hbase] branch branch-2 updated: HBASE-23613 ProcedureExecutor check StuckWorkers blocked by DeadServe… (#960)

2019-12-24 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 976563e HBASE-23613 ProcedureExecutor

[hbase] branch master updated (ee19008 -> 9ff2507)

2019-12-24 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hbase.git. from ee19008 HBASE-23589: FlushDescriptor contains non-matching family/output combinations (#949) add 9ff2507

[hbase] branch branch-2.2 updated: HBASE-23636 Disable table may hang when regionserver stop or abort. (#982)

2020-01-05 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 aa07d0a HBASE-23636 Disable table may

[hbase] branch branch-2 updated: HBASE-23636 Disable table may hang when regionserver stop or abort. (#982)

2020-01-05 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 1415a82 HBASE-23636 Disable table may

[hbase] branch master updated: HBASE-23636 Disable table may hang when regionserver stop or abort. (#982)

2020-01-05 Thread binlijin
This is an automated email from the ASF dual-hosted git repository. binlijin 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 33f45d4 HBASE-23636 Disable table may hang

  1   2   >