[jira] [Created] (HBASE-24468) Add region info when log meessages in HStore.

2020-05-28 Thread song XinCun (Jira)
song XinCun created HBASE-24468: --- Summary: Add region info when log meessages in HStore. Key: HBASE-24468 URL: https://issues.apache.org/jira/browse/HBASE-24468 Project: HBase Issue Type:

[jira] [Resolved] (HBASE-24453) BackPort HBASE-20220 to branch-1

2020-05-28 Thread Reid Chan (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reid Chan resolved HBASE-24453. --- Hadoop Flags: Reviewed Resolution: Fixed > BackPort HBASE-20220 to branch-1 >

[jira] [Created] (HBASE-24467) Backport HBASE-23963: Split TestFromClientSide; it takes too long to complete timing out

2020-05-28 Thread Guanghao Zhang (Jira)
Guanghao Zhang created HBASE-24467: -- Summary: Backport HBASE-23963: Split TestFromClientSide; it takes too long to complete timing out Key: HBASE-24467 URL: https://issues.apache.org/jira/browse/HBASE-24467

[jira] [Created] (HBASE-24466) Release scripts in docker mode should be able to use a named volume for maven repo

2020-05-28 Thread Sean Busbey (Jira)
Sean Busbey created HBASE-24466: --- Summary: Release scripts in docker mode should be able to use a named volume for maven repo Key: HBASE-24466 URL: https://issues.apache.org/jira/browse/HBASE-24466

[DISCUSS] Doing away with the pluggable Normalizer implementation

2020-05-28 Thread Nick Dimiduk
Heya, We're working through a simplifying cleanup of the master code around the Region Normalizer feature, HBASE-24418, and one of the suggestions proposed was to make the implementation no longer pluggable. If the implementation we provide does what people need, maybe we can simplify our lives a

[jira] [Created] (HBASE-24465) Normalizer should consider region max file size when planning merges

2020-05-28 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-24465: Summary: Normalizer should consider region max file size when planning merges Key: HBASE-24465 URL: https://issues.apache.org/jira/browse/HBASE-24465 Project: HBase

[jira] [Created] (HBASE-24464) Normalizer should have configuration for minimum region size

2020-05-28 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-24464: Summary: Normalizer should have configuration for minimum region size Key: HBASE-24464 URL: https://issues.apache.org/jira/browse/HBASE-24464 Project: HBase

[jira] [Created] (HBASE-24463) Allow operator to limit total normalization work per invocation

2020-05-28 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-24463: Summary: Allow operator to limit total normalization work per invocation Key: HBASE-24463 URL: https://issues.apache.org/jira/browse/HBASE-24463 Project: HBase

[jira] [Resolved] (HBASE-24066) Expose shaded clients through WebUI as Maven repository

2020-05-28 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved HBASE-24066. Resolution: Incomplete Resolving this as I don't see a path forward for the change at this time.

[jira] [Created] (HBASE-24462) region_mover.rb NoMethodError: undefined method `tmpdir' for Dir:Class

2020-05-28 Thread Siddhi Mehta (Jira)
Siddhi Mehta created HBASE-24462: Summary: region_mover.rb NoMethodError: undefined method `tmpdir' for Dir:Class Key: HBASE-24462 URL: https://issues.apache.org/jira/browse/HBASE-24462 Project:

[jira] [Resolved] (HBASE-24449) Generate version.h include file during compilation

2020-05-28 Thread Bharath Vissapragada (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharath Vissapragada resolved HBASE-24449. -- Fix Version/s: 3.0.0-alpha-1 Resolution: Fixed Not committing to other

[jira] [Created] (HBASE-24461) set up reproducible builds

2020-05-28 Thread Sean Busbey (Jira)
Sean Busbey created HBASE-24461: --- Summary: set up reproducible builds Key: HBASE-24461 URL: https://issues.apache.org/jira/browse/HBASE-24461 Project: HBase Issue Type: Wish

[jira] [Created] (HBASE-24460) Expose HBCK Chore Reports via metrics

2020-05-28 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-24460: Summary: Expose HBCK Chore Reports via metrics Key: HBASE-24460 URL: https://issues.apache.org/jira/browse/HBASE-24460 Project: HBase Issue Type:

[jira] [Created] (HBASE-24459) Make locateMeta call pluggable in AsyncMetaRegionTableLocator

2020-05-28 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-24459: - Summary: Make locateMeta call pluggable in AsyncMetaRegionTableLocator Key: HBASE-24459 URL: https://issues.apache.org/jira/browse/HBASE-24459 Project: HBase

[jira] [Created] (HBASE-24458) release scripts using docker on mac os should specify needed disk consistency

2020-05-28 Thread Sean Busbey (Jira)
Sean Busbey created HBASE-24458: --- Summary: release scripts using docker on mac os should specify needed disk consistency Key: HBASE-24458 URL: https://issues.apache.org/jira/browse/HBASE-24458 Project:

[jira] [Created] (HBASE-24457) release scripts on mac os are too slow

2020-05-28 Thread Sean Busbey (Jira)
Sean Busbey created HBASE-24457: --- Summary: release scripts on mac os are too slow Key: HBASE-24457 URL: https://issues.apache.org/jira/browse/HBASE-24457 Project: HBase Issue Type: Umbrella

[jira] [Resolved] (HBASE-24443) Refactor TestCustomSaslAuthenticationProvider

2020-05-28 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-24443. --- Hadoop Flags: Reviewed Resolution: Fixed The test is a bit different on branch-2 and

[jira] [Created] (HBASE-24456) Immutable Scan as unmodifiable subclass or wrapper of Scan

2020-05-28 Thread Viraj Jasani (Jira)
Viraj Jasani created HBASE-24456: Summary: Immutable Scan as unmodifiable subclass or wrapper of Scan Key: HBASE-24456 URL: https://issues.apache.org/jira/browse/HBASE-24456 Project: HBase

[jira] [Created] (HBASE-24455) Correct the doc of "On the number of column families"

2020-05-28 Thread Zheng Wang (Jira)
Zheng Wang created HBASE-24455: -- Summary: Correct the doc of "On the number of column families" Key: HBASE-24455 URL: https://issues.apache.org/jira/browse/HBASE-24455 Project: HBase Issue

[jira] [Created] (HBASE-24454) BucketCache disabled instantly IO errors due to timing issue before error duration toleration is reached

2020-05-28 Thread Jacob LeBlanc (Jira)
Jacob LeBlanc created HBASE-24454: - Summary: BucketCache disabled instantly IO errors due to timing issue before error duration toleration is reached Key: HBASE-24454 URL:

[jira] [Created] (HBASE-24453) BackPort HBASE-20220 to branch-1

2020-05-28 Thread wenbang (Jira)
wenbang created HBASE-24453: --- Summary: BackPort HBASE-20220 to branch-1 Key: HBASE-24453 URL: https://issues.apache.org/jira/browse/HBASE-24453 Project: HBase Issue Type: Bug Reporter:

[jira] [Resolved] (HBASE-24416) RegionNormalizer spliting region should not be limited by hbase.normalizer.min.region.count

2020-05-28 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang resolved HBASE-24416. Resolution: Fixed Pushed to branch-2.2+. Thanks [~Ddupg] for contributing. >

[jira] [Created] (HBASE-24452) Try github ci for hbase-connectors

2020-05-28 Thread Guanghao Zhang (Jira)
Guanghao Zhang created HBASE-24452: -- Summary: Try github ci for hbase-connectors Key: HBASE-24452 URL: https://issues.apache.org/jira/browse/HBASE-24452 Project: HBase Issue Type:

Re: Request to add me to the list of contributors

2020-05-28 Thread Guanghao Zhang
Added. And assign the issue to you. Thanks for contributing. Akirarai 于2020年5月28日周四 上午11:09写道: > Hi > I am the contributor of this recently resolved ticket: > https://issues.apache.org/jira/browse/HBASE-24435 > > Could you kindly add me to the contributors list? So I could assign the > ticket