[jira] [Assigned] (HBASE-21946) Replace the byte[] pread by ByteBuffer pread in HFileBlock reading once HDFS-3246 prepared

2021-06-28 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu reassigned HBASE-21946: Assignee: Wei-Chiu Chuang (was: Zheng Hu) > Replace the byte[] pread by ByteBuffer pread in

[jira] [Commented] (HBASE-21946) Replace the byte[] pread by ByteBuffer pread in HFileBlock reading once HDFS-3246 prepared

2021-06-28 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17370564#comment-17370564 ] Zheng Hu commented on HBASE-21946: -- [~weichiu] Please just go ahead, i would like to review your patch

[jira] [Commented] (HBASE-22504) Optimize the MultiByteBuff#get(ByteBuffer, offset, len)

2020-06-22 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17142525#comment-17142525 ] Zheng Hu commented on HBASE-22504: -- [~ndimiduk], Well, when i write this patch , I checked there's no

[jira] [Commented] (HBASE-24097) [Flakey Tests] TestSnapshotScannerHDFSAclController#testRestoreSnapshot

2020-03-31 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17072378#comment-17072378 ] Zheng Hu commented on HBASE-24097: -- Ping [~meiyi] > [Flakey Tests]

[jira] [Assigned] (HBASE-23656) [MERGETOOL] HBASE Support Merge region by pattern

2020-01-08 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu reassigned HBASE-23656: Assignee: zhengsicheng > [MERGETOOL] HBASE Support Merge region by pattern >

[jira] [Resolved] (HBASE-23251) Add Column Family and Table Names to HFileContext and use in HFileWriterImpl logging

2019-11-11 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu resolved HBASE-23251. -- Hadoop Flags: Reviewed Resolution: Fixed > Add Column Family and Table Names to HFileContext

[jira] [Commented] (HBASE-22480) Get block from BlockCache once and return this block to BlockCache twice make ref count error.

2019-11-07 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16969730#comment-16969730 ] Zheng Hu commented on HBASE-22480: -- The UT failure is unrelated to the patch, +1 to commit the patch.

[jira] [Commented] (HBASE-23258) Reconsider the DBB memory leak in the exceptional paths.

2019-11-05 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16968048#comment-16968048 ] Zheng Hu commented on HBASE-23258: -- Well, Thanks [~binlijin] for your feedback. Let us link that

[jira] [Commented] (HBASE-23260) Table metrics no longer update once a new table is created

2019-11-05 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16968032#comment-16968032 ] Zheng Hu commented on HBASE-23260: -- Mind to prepare a patch for this ? [~xinxin fan]. > Table metrics

[jira] [Updated] (HBASE-23258) Reconsider the DBB memory leak in the exceptional paths.

2019-11-05 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-23258: - Fix Version/s: 2.3.0 3.0.0 > Reconsider the DBB memory leak in the exceptional

[jira] [Updated] (HBASE-23258) Reconsider the DBB memory leak in the exceptional paths.

2019-11-05 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-23258: - Issue Type: Bug (was: Improvement) > Reconsider the DBB memory leak in the exceptional paths. >

[jira] [Updated] (HBASE-23258) Reconsider the DBB memory leak in the exceptional paths.

2019-11-05 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-23258: - Description: Have a discussion with [~anoop.hbase], we find still have some exceptional paths which

[jira] [Created] (HBASE-23258) Reconsider the DBB memory leak in the exceptional paths.

2019-11-05 Thread Zheng Hu (Jira)
Zheng Hu created HBASE-23258: Summary: Reconsider the DBB memory leak in the exceptional paths. Key: HBASE-23258 URL: https://issues.apache.org/jira/browse/HBASE-23258 Project: HBase Issue Type:

[jira] [Commented] (HBASE-23184) The HeapAllocation in WebUI is not accurate

2019-10-17 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16954242#comment-16954242 ] Zheng Hu commented on HBASE-23184: -- Seems the design that allocating heap buffer from the static HEAP

[jira] [Resolved] (HBASE-23107) Avoid temp byte array creation when doing cacheDataOnWrite

2019-10-16 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu resolved HBASE-23107. -- Hadoop Flags: Reviewed Resolution: Fixed Pushed to branch-2 & master, Thanks [~javaman_chen]

[jira] [Updated] (HBASE-23107) Avoid temp byte array creation when doing cacheDataOnWrite

2019-10-16 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-23107: - Labels: gc (was: ) > Avoid temp byte array creation when doing cacheDataOnWrite >

[jira] [Updated] (HBASE-23107) Avoid temp byte array creation when doing cacheDataOnWrite

2019-10-16 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-23107: - Fix Version/s: 2.3.0 3.0.0 > Avoid temp byte array creation when doing

[jira] [Updated] (HBASE-23107) Avoid temp byte array creation when doing cacheDataOnWrite

2019-10-16 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-23107: - Component/s: BlockCache > Avoid temp byte array creation when doing cacheDataOnWrite >

[jira] [Updated] (HBASE-23107) Avoid temp byte array creation when doing cacheDataOnWrite

2019-10-16 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-23107: - Component/s: HFile > Avoid temp byte array creation when doing cacheDataOnWrite >

[jira] [Commented] (HBASE-23107) Avoid temp byte array creation when doing cacheDataOnWrite

2019-10-13 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16950657#comment-16950657 ] Zheng Hu commented on HBASE-23107: -- [~javaman_chen], Did you mind to provide some perf data to show

[jira] [Commented] (HBASE-23107) Avoid temp byte array creation when doing cacheDataOnWrite

2019-10-11 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16949868#comment-16949868 ] Zheng Hu commented on HBASE-23107: -- Left few comments , please take a look. [~javaman_chen] > Avoid

[jira] [Commented] (HBASE-23140) Remove unknown table error

2019-10-09 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16947460#comment-16947460 ] Zheng Hu commented on HBASE-23140: -- This bug was introduced by HBASE-21689 and HBASE-21689 was not

[jira] [Updated] (HBASE-23140) Remove unknown table error

2019-10-09 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-23140: - Fix Version/s: 2.3.0 > Remove unknown table error > -- > > Key:

[jira] [Comment Edited] (HBASE-23140) Remove unknown table error

2019-10-09 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16947437#comment-16947437 ] Zheng Hu edited comment on HBASE-23140 at 10/9/19 8:57 AM: --- Pushed to

[jira] [Commented] (HBASE-23140) Remove unknown table error

2019-10-09 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16947437#comment-16947437 ] Zheng Hu commented on HBASE-23140: -- Pushed to branch-2.2 & master, Thanks [~kpalanisamy] for

[jira] [Resolved] (HBASE-23140) Remove unknown table error

2019-10-09 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu resolved HBASE-23140. -- Fix Version/s: 2.2.2 3.0.0 Resolution: Fixed > Remove unknown table error >

[jira] [Resolved] (HBASE-23135) NoSuchMethodError: org.apache.hadoop.hbase.CellComparator.getInstance() while trying to bulk load in hbase using spark

2019-10-08 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu resolved HBASE-23135. -- Resolution: Not A Problem > NoSuchMethodError: org.apache.hadoop.hbase.CellComparator.getInstance()

[jira] [Commented] (HBASE-23135) NoSuchMethodError: org.apache.hadoop.hbase.CellComparator.getInstance() while trying to bulk load in hbase using spark

2019-10-08 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16946847#comment-16946847 ] Zheng Hu commented on HBASE-23135: -- I've checked the code and found that the CellComparator.java in

[jira] [Commented] (HBASE-22903) alter_status command is broken

2019-10-07 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16946382#comment-16946382 ] Zheng Hu commented on HBASE-22903: -- Committed to all branch-2.x, Thanks [~vjasani] for contributing. >

[jira] [Updated] (HBASE-22903) alter_status command is broken

2019-10-07 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-22903: - Hadoop Flags: Reviewed Resolution: Fixed Status: Resolved (was: Patch Available) >

[jira] [Updated] (HBASE-22903) alter_status command is broken

2019-10-07 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-22903: - Fix Version/s: 2.2.2 2.1.7 2.3.0 > alter_status command is broken

[jira] [Commented] (HBASE-22903) alter_status command is broken

2019-10-07 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16946378#comment-16946378 ] Zheng Hu commented on HBASE-22903: -- Sorry about the delay, we have a long vacation in China since Oct

[jira] [Commented] (HBASE-22903) alter_status command is broken

2019-09-30 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16940794#comment-16940794 ] Zheng Hu commented on HBASE-22903: -- [~vjasani], Mind check the branch-2 & branch-2.1 & branch-2.2 ?

[jira] [Commented] (HBASE-22965) RS Crash due to DBE reference to an reused ByteBuff

2019-09-29 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16940596#comment-16940596 ] Zheng Hu commented on HBASE-22965: -- Pushed to all 2.x branches, Thanks [~javaman_chen] for

[jira] [Resolved] (HBASE-22965) RS Crash due to DBE reference to an reused ByteBuff

2019-09-29 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu resolved HBASE-22965. -- Hadoop Flags: Reviewed Resolution: Fixed > RS Crash due to DBE reference to an reused ByteBuff

[jira] [Updated] (HBASE-22965) RS Crash due to DBE reference to an reused ByteBuff

2019-09-29 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-22965: - Fix Version/s: 2.2.2 2.1.7 2.3.0 3.0.0 > RS

[jira] [Commented] (HBASE-23045) currentPath may be stitched in a loop in replication source code.

2019-09-29 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16940361#comment-16940361 ] Zheng Hu commented on HBASE-23045: -- Yeah, mind provide a UT to reproduce this bug ? will be appreciate

[jira] [Assigned] (HBASE-23075) Upgrade jackson version

2019-09-25 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu reassigned HBASE-23075: Assignee: Nicholas Jiang > Upgrade jackson version > --- > >

[jira] [Commented] (HBASE-23009) TestSnapshotScannerHDFSAclController is broken on branch-2

2019-09-10 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-23009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16927164#comment-16927164 ] Zheng Hu commented on HBASE-23009: -- Ping [~meiyi] > TestSnapshotScannerHDFSAclController is broken on

[jira] [Commented] (HBASE-22965) RS Crash due to RowIndexEncoderV1 reference to an reused ByteBuff

2019-09-09 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16925548#comment-16925548 ] Zheng Hu commented on HBASE-22965: -- OK, it seems a bug, mind to prepare a patch for this ? > RS

[jira] [Commented] (HBASE-22802) Avoid temp ByteBuffer allocation in FileIOEngine#read

2019-09-09 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16925533#comment-16925533 ] Zheng Hu commented on HBASE-22802: -- Pushed to branch-2 & master , Thanks [~javaman_chen] for

[jira] [Updated] (HBASE-22802) Avoid temp ByteBuffer allocation in FileIOEngine#read

2019-09-09 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-22802: - Hadoop Flags: Reviewed Resolution: Fixed Status: Resolved (was: Patch Available) >

[jira] [Updated] (HBASE-22802) Avoid temp ByteBuffer allocation in FileIOEngine#read

2019-09-09 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-22802: - Fix Version/s: 2.3.0 3.0.0 > Avoid temp ByteBuffer allocation in FileIOEngine#read >

[jira] [Resolved] (HBASE-22995) The TestHRegionWithInMemoryFlush is broken

2019-09-09 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu resolved HBASE-22995. -- Resolution: Duplicate The https://github.com/apache/hbase/pull/589 is addressing this fix. > The

[jira] [Commented] (HBASE-22995) The TestHRegionWithInMemoryFlush is broken

2019-09-09 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16925514#comment-16925514 ] Zheng Hu commented on HBASE-22995: -- OK, Let me mark it as closed, and get the HBASE-22979 patch in. >

[jira] [Updated] (HBASE-22995) The TestHRegionWithInMemoryFlush is broken

2019-09-09 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-22995: - Attachment: HBASE-22995.v01.patch > The TestHRegionWithInMemoryFlush is broken >

[jira] [Updated] (HBASE-22995) The TestHRegionWithInMemoryFlush is broken

2019-09-09 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-22995: - Description: {code} 2019-09-09 15:40:58,764 INFO [Time-limited test] regionserver.HRegion(1038):

[jira] [Resolved] (HBASE-22994) The TestHRegionWithInMemoryFlush is broken

2019-09-09 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu resolved HBASE-22994. -- Resolution: Duplicate Sorry for the noisy, created a duplicated issue. closing it now. > The

[jira] [Created] (HBASE-22995) The TestHRegionWithInMemoryFlush is broken

2019-09-09 Thread Zheng Hu (Jira)
Zheng Hu created HBASE-22995: Summary: The TestHRegionWithInMemoryFlush is broken Key: HBASE-22995 URL: https://issues.apache.org/jira/browse/HBASE-22995 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-22994) The TestHRegionWithInMemoryFlush is broken

2019-09-09 Thread Zheng Hu (Jira)
Zheng Hu created HBASE-22994: Summary: The TestHRegionWithInMemoryFlush is broken Key: HBASE-22994 URL: https://issues.apache.org/jira/browse/HBASE-22994 Project: HBase Issue Type: Bug

[jira] [Resolved] (HBASE-22912) [Backport] HBASE-22867 to branch-1 to avoid ForkJoinPool to spawn thousands of threads

2019-09-05 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu resolved HBASE-22912. -- Fix Version/s: 1.4.11 1.5.0 Hadoop Flags: Reviewed Release Note: Replace

[jira] [Resolved] (HBASE-22937) The RawBytesComparator in branch-1 have wrong comparison order

2019-09-05 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu resolved HBASE-22937. -- Fix Version/s: 1.4.11 1.5.0 Hadoop Flags: Reviewed Resolution: Fixed >

[jira] [Commented] (HBASE-22937) The RawBytesComparator in branch-1 have wrong comparison order

2019-09-05 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16923295#comment-16923295 ] Zheng Hu commented on HBASE-22937: -- Pushed to branch-1 & branch-1.4 , Thanks [~anoop.hbase] for

[jira] [Updated] (HBASE-21879) Read HFile's block to ByteBuffer directly instead of to byte for reducing young gc purpose

2019-09-04 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-21879: - Release Note: Before this issue, we've made the read path 100% offheap when block hit the BucketCache

[jira] [Resolved] (HBASE-21879) Read HFile's block to ByteBuffer directly instead of to byte for reducing young gc purpose

2019-09-04 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu resolved HBASE-21879. -- Hadoop Flags: Reviewed Resolution: Fixed > Read HFile's block to ByteBuffer directly instead of

[jira] [Commented] (HBASE-22862) Region Server crash with: Added a key not lexically larger than previous

2019-09-02 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16921107#comment-16921107 ] Zheng Hu commented on HBASE-22862: -- The problem is I still cannot find the way to reproduce the bug in

[jira] [Commented] (HBASE-21879) Read HFile's block to ByteBuffer directly instead of to byte for reducing young gc purpose

2019-08-28 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-21879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16917460#comment-16917460 ] Zheng Hu commented on HBASE-21879: -- OK, sounds reasonable. let's mark it as resolved, and will attach

[jira] [Commented] (HBASE-22862) Region Server crash with: Added a key not lexically larger than previous

2019-08-28 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16917459#comment-16917459 ] Zheng Hu commented on HBASE-22862: -- [~0x62ash], Could you help to confirm that the Phoenix in your path

[jira] [Commented] (HBASE-22862) Region Server crash with: Added a key not lexically larger than previous

2019-08-27 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16917390#comment-16917390 ] Zheng Hu commented on HBASE-22862: -- bq. This is correct right - we need the type to be sorted in

[jira] [Created] (HBASE-22937) The RawBytesComparator in branch-1 have wrong comparison order

2019-08-27 Thread Zheng Hu (Jira)
Zheng Hu created HBASE-22937: Summary: The RawBytesComparator in branch-1 have wrong comparison order Key: HBASE-22937 URL: https://issues.apache.org/jira/browse/HBASE-22937 Project: HBase

[jira] [Commented] (HBASE-22862) Region Server crash with: Added a key not lexically larger than previous

2019-08-27 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16917378#comment-16917378 ] Zheng Hu commented on HBASE-22862: -- bq. Does the VisibleForTesting annotation mean the method with the

[jira] [Updated] (HBASE-22912) [Backport] HBASE-22867 to branch-1 to avoid ForkJoinPool to spawn thousands of threads

2019-08-27 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-22912: - Summary: [Backport] HBASE-22867 to branch-1 to avoid ForkJoinPool to spawn thousands of threads (was:

[jira] [Commented] (HBASE-22862) Region Server crash with: Added a key not lexically larger than previous

2019-08-27 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916459#comment-16916459 ] Zheng Hu commented on HBASE-22862: -- [~0x62ash], How did you write the row & delete the column into

[jira] [Commented] (HBASE-22862) Region Server crash with: Added a key not lexically larger than previous

2019-08-27 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916458#comment-16916458 ] Zheng Hu commented on HBASE-22862: -- Created a UT by testing it in the whole RPC path (patch.v02), it

[jira] [Updated] (HBASE-22862) Region Server crash with: Added a key not lexically larger than previous

2019-08-27 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-22862: - Attachment: HBASE-22862.UT.v02.patch > Region Server crash with: Added a key not lexically larger than

[jira] [Commented] (HBASE-22862) Region Server crash with: Added a key not lexically larger than previous

2019-08-26 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916358#comment-16916358 ] Zheng Hu commented on HBASE-22862: -- Just create a UT in memstore level, seems works fine. should have

[jira] [Updated] (HBASE-22862) Region Server crash with: Added a key not lexically larger than previous

2019-08-26 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-22862: - Attachment: HBASE-22862.UT.v01.patch > Region Server crash with: Added a key not lexically larger than

[jira] [Commented] (HBASE-22862) Region Server crash with: Added a key not lexically larger than previous

2019-08-26 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916345#comment-16916345 ] Zheng Hu commented on HBASE-22862: -- Found the stacktrace message: {code} Current cell =

[jira] [Commented] (HBASE-22862) Region Server crash with: Added a key not lexically larger than previous

2019-08-26 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916321#comment-16916321 ] Zheng Hu commented on HBASE-22862: -- OK, found one bug in RawBytesComparator#compareOnlyKeyPortion (but

[jira] [Commented] (HBASE-22862) Region Server crash with: Added a key not lexically larger than previous

2019-08-26 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916287#comment-16916287 ] Zheng Hu commented on HBASE-22862: -- Let me take a close look. Thanks. > Region Server crash with:

[jira] [Assigned] (HBASE-22862) Region Server crash with: Added a key not lexically larger than previous

2019-08-26 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu reassigned HBASE-22862: Assignee: Zheng Hu > Region Server crash with: Added a key not lexically larger than previous >

[jira] [Assigned] (HBASE-22912) [Backport] HBASE-22867 to branch-1

2019-08-25 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu reassigned HBASE-22912: Assignee: Zheng Hu > [Backport] HBASE-22867 to branch-1 > -- > >

[jira] [Updated] (HBASE-22867) The ForkJoinPool in CleanerChore will spawn thousands of threads in our cluster with thousands table

2019-08-25 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-22867: - Component/s: master > The ForkJoinPool in CleanerChore will spawn thousands of threads in our >

[jira] [Resolved] (HBASE-22867) The ForkJoinPool in CleanerChore will spawn thousands of threads in our cluster with thousands table

2019-08-25 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu resolved HBASE-22867. -- Hadoop Flags: Reviewed Release Note: Replace the ForkJoinPool in CleanerChore by

[jira] [Commented] (HBASE-22867) The ForkJoinPool in CleanerChore will spawn thousands of threads in our cluster with thousands table

2019-08-25 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16915415#comment-16915415 ] Zheng Hu commented on HBASE-22867: -- OK, so let's address the backport in HBASE-22912, I will

[jira] [Commented] (HBASE-22880) [Backport] HBASE-22871 to branch-1

2019-08-23 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16914007#comment-16914007 ] Zheng Hu commented on HBASE-22880: -- I think we need also backport the HBASE-22867 to branch-1, can do

[jira] [Commented] (HBASE-22867) The ForkJoinPool in CleanerChore will spawn thousands of threads in our cluster with thousands table

2019-08-21 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16912995#comment-16912995 ] Zheng Hu commented on HBASE-22867: -- [~anoop.hbase], Yes, let me file a new issue to address the

[jira] [Updated] (HBASE-22810) Initialize an separate ThreadPoolExecutor for taking/restoring snapshot

2019-08-21 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-22810: - Fix Version/s: (was: 2.0.7) > Initialize an separate ThreadPoolExecutor for taking/restoring

[jira] [Resolved] (HBASE-22810) Initialize an separate ThreadPoolExecutor for taking/restoring snapshot

2019-08-21 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu resolved HBASE-22810. -- Resolution: Fixed > Initialize an separate ThreadPoolExecutor for taking/restoring snapshot >

[jira] [Commented] (HBASE-22810) Initialize an separate ThreadPoolExecutor for taking/restoring snapshot

2019-08-21 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16912993#comment-16912993 ] Zheng Hu commented on HBASE-22810: -- Committed the addendum to all branches, Thanks all. > Initialize

[jira] [Commented] (HBASE-22867) The ForkJoinPool in CleanerChore will spawn thousands of threads in our cluster with thousands table

2019-08-21 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16912869#comment-16912869 ] Zheng Hu commented on HBASE-22867: -- Attached two jstack files: 191318.stack and 191318.stack.1 . I

[jira] [Updated] (HBASE-22867) The ForkJoinPool in CleanerChore will spawn thousands of threads in our cluster with thousands table

2019-08-21 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-22867: - Attachment: 191318.stack.1 > The ForkJoinPool in CleanerChore will spawn thousands of threads in our >

[jira] [Updated] (HBASE-22867) The ForkJoinPool in CleanerChore will spawn thousands of threads in our cluster with thousands table

2019-08-21 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-22867: - Attachment: 191318.stack > The ForkJoinPool in CleanerChore will spawn thousands of threads in our >

[jira] [Comment Edited] (HBASE-22810) Initialize an separate ThreadPoolExecutor for taking/restoring snapshot

2019-08-21 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16912278#comment-16912278 ] Zheng Hu edited comment on HBASE-22810 at 8/21/19 1:13 PM: --- Created a PR to

[jira] [Commented] (HBASE-22810) Initialize an separate ThreadPoolExecutor for taking/restoring snapshot

2019-08-21 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16912278#comment-16912278 ] Zheng Hu commented on HBASE-22810: -- Created a PR to address the above uniform & add a UT. > Initialize

[jira] [Commented] (HBASE-22810) Initialize an separate ThreadPoolExecutor for taking/restoring snapshot

2019-08-21 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16912256#comment-16912256 ] Zheng Hu commented on HBASE-22810: -- Thanks [~stack] for the fix. Read the UT code, it's indeed a

[jira] [Commented] (HBASE-22867) The ForkJoinPool in CleanerChore will spawn thousands of threads in our cluster with thousands table

2019-08-20 Thread Zheng Hu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-22867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16911136#comment-16911136 ] Zheng Hu commented on HBASE-22867: -- I agree there're two problems here: 1. no limit for FJP; 2. the

[jira] [Commented] (HBASE-22810) Initialize an separate ThreadPoolExecutor for taking/restoring snapshot

2019-08-18 Thread Zheng Hu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16909963#comment-16909963 ] Zheng Hu commented on HBASE-22810: -- Fine. Sorry , I think I forgot this issue before, Let me dig this

[jira] [Resolved] (HBASE-22841) TimeRange's factory functions do not support ranges, only `allTime` and `at`

2019-08-16 Thread Zheng Hu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu resolved HBASE-22841. -- Resolution: Fixed Hadoop Flags: Reviewed Release Note: Add serveral API in TimeRange class

[jira] [Updated] (HBASE-22841) TimeRange's factory functions do not support ranges, only `allTime` and `at`

2019-08-16 Thread Zheng Hu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-22841: - Fix Version/s: 2.1.6 2.2.1 2.0.6 2.3.0

[jira] [Assigned] (HBASE-22841) TimeRange's factory functions do not support ranges, only `allTime` and `at`

2019-08-16 Thread Zheng Hu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu reassigned HBASE-22841: Assignee: Huon Wilson > TimeRange's factory functions do not support ranges, only `allTime` and

[jira] [Assigned] (HBASE-22867) The ForkJoinPool in CleanerChore will spawn thousands of threads in our cluster with thousands table

2019-08-16 Thread Zheng Hu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu reassigned HBASE-22867: Assignee: Zheng Hu > The ForkJoinPool in CleanerChore will spawn thousands of threads in our >

[jira] [Commented] (HBASE-22862) Region Server crash with: Added a key not lexically larger than previous

2019-08-16 Thread Zheng Hu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16909529#comment-16909529 ] Zheng Hu commented on HBASE-22862: -- Similar with HBASE-16931 ? the current one is in flush process,

[jira] [Commented] (HBASE-22867) The ForkJoinPool in CleanerChore will spawn thousands of threads in our cluster with thousands table

2019-08-16 Thread Zheng Hu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16908959#comment-16908959 ] Zheng Hu commented on HBASE-22867: -- Seems it's not, you can see the threads dump in the attachment. I'm

[jira] [Updated] (HBASE-22867) The ForkJoinPool in CleanerChore will spawn thousands of threads in our cluster with thousands table

2019-08-16 Thread Zheng Hu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-22867: - Description: The thousands of spawned threads make the safepoint cost 80+s in our Master JVM

[jira] [Updated] (HBASE-22867) The ForkJoinPool in CleanerChore will spawn thousands of threads in our cluster with thousands table

2019-08-16 Thread Zheng Hu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-22867: - Attachment: 31162.stack.1 > The ForkJoinPool in CleanerChore will spawn thousands of threads in our >

[jira] [Created] (HBASE-22867) The ForkJoinPool in CleanerChore will spawn thousands of threads in our cluster with thousands table

2019-08-16 Thread Zheng Hu (JIRA)
Zheng Hu created HBASE-22867: Summary: The ForkJoinPool in CleanerChore will spawn thousands of threads in our cluster with thousands table Key: HBASE-22867 URL: https://issues.apache.org/jira/browse/HBASE-22867

[jira] [Updated] (HBASE-22862) Region Server crash with: Added a key not lexically larger than previous

2019-08-15 Thread Zheng Hu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu updated HBASE-22862: - Priority: Critical (was: Major) > Region Server crash with: Added a key not lexically larger than

[jira] [Commented] (HBASE-22862) Region Server crash with: Added a key not lexically larger than previous

2019-08-15 Thread Zheng Hu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16908699#comment-16908699 ] Zheng Hu commented on HBASE-22862: -- Which HBase version are you using ? I think it should be a

[jira] [Resolved] (HBASE-22833) MultiRowRangeFilter should provide a method for creating a filter which is functionally equivalent to multiple prefix filters

2019-08-15 Thread Zheng Hu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu resolved HBASE-22833. -- Resolution: Fixed Hadoop Flags: Reviewed Release Note: Provide a public method in

  1   2   3   4   5   6   7   8   9   10   >