[jira] [Created] (HBASE-22592) HMaster Construction failure log is lost

2019-06-16 Thread Viraj Jasani (JIRA)
Viraj Jasani created HBASE-22592: Summary: HMaster Construction failure log is lost Key: HBASE-22592 URL: https://issues.apache.org/jira/browse/HBASE-22592 Project: HBase Issue Type: Bug

[jira] [Resolved] (HBASE-22275) Remove deprecated getRegionInfo in HRegionLocation

2019-06-16 Thread Jan Hentschel (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Hentschel resolved HBASE-22275. --- Resolution: Fixed Hadoop Flags: Incompatible change,Reviewed Fix Version/s: 3.0.0

Re: Apologies for missing Signed-off-by

2019-06-16 Thread Jan Hentschel
Works like a charm. Thanks Andrew. Before I used the rebase option instead of sqash, which doesn’t have this option. From: Andrew Purtell Reply-To: "dev@hbase.apache.org" Date: Saturday, June 15, 2019 at 9:08 PM To: "dev@hbase.apache.org" Subject: Re: Apologies for missing Signed-off-by Turns

[jira] [Created] (HBASE-22593) Add local Jenv file to gitignore

2019-06-16 Thread Jan Hentschel (JIRA)
Jan Hentschel created HBASE-22593: - Summary: Add local Jenv file to gitignore Key: HBASE-22593 URL: https://issues.apache.org/jira/browse/HBASE-22593 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-22594) Clean ups from HBASE-7003

2019-06-16 Thread Jan Hentschel (JIRA)
Jan Hentschel created HBASE-22594: - Summary: Clean ups from HBASE-7003 Key: HBASE-22594 URL: https://issues.apache.org/jira/browse/HBASE-22594 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-22595) Use full qualified name in Checkstyle suppressions

2019-06-16 Thread Jan Hentschel (JIRA)
Jan Hentschel created HBASE-22595: - Summary: Use full qualified name in Checkstyle suppressions Key: HBASE-22595 URL: https://issues.apache.org/jira/browse/HBASE-22595 Project: HBase Issue Ty

[jira] [Resolved] (HBASE-22387) Evaluate the get/scan performance after reading HFile block into offheap directly

2019-06-16 Thread Zheng Hu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Hu resolved HBASE-22387. -- Resolution: Fixed > Evaluate the get/scan performance after reading HFile block into offheap > direct

[jira] [Created] (HBASE-22596) [Chore] Separate the execution period between CompactionChecker and PeriodicMemStoreFlusher

2019-06-16 Thread Reid Chan (JIRA)
Reid Chan created HBASE-22596: - Summary: [Chore] Separate the execution period between CompactionChecker and PeriodicMemStoreFlusher Key: HBASE-22596 URL: https://issues.apache.org/jira/browse/HBASE-22596

[jira] [Resolved] (HBASE-22590) Remove the deprecated methods in Table interface

2019-06-16 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-22590. --- Resolution: Fixed Hadoop Flags: Incompatible change,Reviewed (was: Incompatible change) Pushe

[jira] [Created] (HBASE-22597) Remove usage of deprecated RandomStringUtils

2019-06-16 Thread Viraj Jasani (JIRA)
Viraj Jasani created HBASE-22597: Summary: Remove usage of deprecated RandomStringUtils Key: HBASE-22597 URL: https://issues.apache.org/jira/browse/HBASE-22597 Project: HBase Issue Type: Bug

[VOTE] Merge branch HBASE-21879 (Reading HFile's Block to ByteBuffer directly) back to master.

2019-06-16 Thread OpenInx
Dear HBase dev: In HBASE-21879[1], we redesigned the offheap read path: read the HFileBlock from HDFS to pooled offheap ByteBuffers directly, while before HBASE-21879 we just read the HFileBlock to heap which would still lead to high GC pressure. After few months of development and testing, all s