[jira] [Created] (HBASE-27937) Update getting_started to fix typo

2023-06-15 Thread Liu Chong (Jira)
Liu Chong created HBASE-27937:
-

 Summary: Update getting_started to fix typo
 Key: HBASE-27937
 URL: https://issues.apache.org/jira/browse/HBASE-27937
 Project: HBase
  Issue Type: Bug
Reporter: Liu Chong


There are two commands missing of slashes '/' to start and stop 
local-regionservers in getting_started.adoc



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[DISCUSS] Move default Hadoop version to 3.3.x

2023-06-15 Thread Wei-Chiu Chuang
Hi HBase devs,

Over the past few years HBase supports the default Hadoop version of 3.2.x
but it also works on Hadoop 3.3.x.

I'm wondering if it makes sense to move the current default hadoop.version
 from 3.2.4 to
3.3.x.

Why?

1. From a stability and security point of view, Hadoop 3.3 is the most up
to date release line. And all HBase tests pass using 3.3.x. There hasn't
been a new Hadoop 3.2.x release for over a year.

2. We have a feature (using HBase on Ozone) that depends on an API in
Hadoop 3.3.6 that is not yet in any 3.2 release line. Moving the default
hadoop version to 3.3.6 will save a lot of hassle.

Thoughts?

Best,
Weichiu


[jira] [Resolved] (HBASE-26890) Make the WAL interface async so sync replication can be built up on the WAL interface

2023-06-15 Thread Duo Zhang (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-26890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Duo Zhang resolved HBASE-26890.
---
  Assignee: (was: Duo Zhang)
Resolution: Won't Fix

> Make the WAL interface async so sync replication can be built up on the WAL 
> interface
> -
>
> Key: HBASE-26890
> URL: https://issues.apache.org/jira/browse/HBASE-26890
> Project: HBase
>  Issue Type: Improvement
>  Components: Replication, wal
>Reporter: Duo Zhang
>Priority: Major
>
> Instead of hacking into the WAL implementation.
> This could make the implementation more general if later we want to change 
> the WAL implementation.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (HBASE-27922) Set up jenkins jobs for branch-3

2023-06-15 Thread Duo Zhang (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-27922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Duo Zhang resolved HBASE-27922.
---
Resolution: Fixed

Done.

> Set up jenkins jobs for branch-3
> 
>
> Key: HBASE-27922
> URL: https://issues.apache.org/jira/browse/HBASE-27922
> Project: HBase
>  Issue Type: Sub-task
>  Components: jenkins
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (HBASE-27918) Remove useless content for branch-3

2023-06-15 Thread Duo Zhang (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-27918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Duo Zhang resolved HBASE-27918.
---
Fix Version/s: 3.0.0-beta-1
 Hadoop Flags: Reviewed
   Resolution: Fixed

Merged to branch-3.

Thanks [~heliangjun] for reviewing!

> Remove useless content for branch-3
> ---
>
> Key: HBASE-27918
> URL: https://issues.apache.org/jira/browse/HBASE-27918
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
> Fix For: 3.0.0-beta-1
>
>
> For example, the ref guide related stuff.
> Let's alian with branch-2.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (HBASE-27917) Set version to 4.0.0-alpha-1-SNAPSHOT on master

2023-06-15 Thread Duo Zhang (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-27917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Duo Zhang resolved HBASE-27917.
---
Hadoop Flags: Reviewed
  Resolution: Fixed

Merged to master.

Thanks [~heliangjun] for reviewing!

> Set version to 4.0.0-alpha-1-SNAPSHOT on master
> ---
>
> Key: HBASE-27917
> URL: https://issues.apache.org/jira/browse/HBASE-27917
> Project: HBase
>  Issue Type: Sub-task
>  Components: build, pom
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
> Fix For: 4.0.0-alpha-1
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (HBASE-27936) NPE in StoreFileReader.passesGeneralRowPrefixBloomFilter()

2023-06-15 Thread Liangjun He (Jira)
Liangjun He created HBASE-27936:
---

 Summary: NPE in StoreFileReader.passesGeneralRowPrefixBloomFilter()
 Key: HBASE-27936
 URL: https://issues.apache.org/jira/browse/HBASE-27936
 Project: HBase
  Issue Type: Bug
  Components: regionserver
Reporter: Liangjun He


When executing itbll, we encountered the following NPE exception:
{code:java}
java.lang.NullPointerException
at 
org.apache.hadoop.hbase.regionserver.StoreFileReader.passesGeneralRowPrefixBloomFilter(StoreFileReader.java:352)
at 
org.apache.hadoop.hbase.regionserver.StoreFileReader.passesBloomFilter(StoreFileReader.java:265)
at 
org.apache.hadoop.hbase.regionserver.StoreFileScanner.shouldUseScanner(StoreFileScanner.java:483)
at 
org.apache.hadoop.hbase.regionserver.StoreScanner.selectScannersFrom(StoreScanner.java:467)
at 
org.apache.hadoop.hbase.regionserver.StoreScanner.(StoreScanner.java:320)
at 
org.apache.hadoop.hbase.regionserver.StoreScanner.(StoreScanner.java:289)
at 
org.apache.hadoop.hbase.regionserver.compactions.Compactor.createScanner(Compactor.java:544)
at 
org.apache.hadoop.hbase.regionserver.compactions.Compactor$1.createScanner(Compactor.java:269)
at 
org.apache.hadoop.hbase.regionserver.compactions.Compactor.compact(Compactor.java:358)
at 
org.apache.hadoop.hbase.regionserver.compactions.DefaultCompactor.compact(DefaultCompactor.java:64)
at 
org.apache.hadoop.hbase.regionserver.DefaultStoreEngine$DefaultCompactionContext.compact(DefaultStoreEngine.java:122)
at org.apache.hadoop.hbase.regionserver.HStore.compact(HStore.java:1176)
at 
org.apache.hadoop.hbase.regionserver.HRegion.compact(HRegion.java:2407)
at 
org.apache.hadoop.hbase.regionserver.CompactSplit$CompactionRunner.doCompaction(CompactSplit.java:667)
at 
org.apache.hadoop.hbase.regionserver.CompactSplit$CompactionRunner.run(CompactSplit.java:716)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
{code}






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (HBASE-27935) Introduce Jenkins PR job for hbase-kustomize

2023-06-15 Thread Nick Dimiduk (Jira)
Nick Dimiduk created HBASE-27935:


 Summary: Introduce Jenkins PR job for hbase-kustomize
 Key: HBASE-27935
 URL: https://issues.apache.org/jira/browse/HBASE-27935
 Project: HBase
  Issue Type: Task
  Components: build
Reporter: Nick Dimiduk
Assignee: Nick Dimiduk


We need something to build off of. Let's start with a clone of what's on 
hbase-operator-tools.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[GitHub] [hbase-kustomize] ndimiduk merged pull request #1: HBASE-27930 Add .asf.yaml to hbase-kustomize.git

2023-06-15 Thread via GitHub


ndimiduk merged PR #1:
URL: https://github.com/apache/hbase-kustomize/pull/1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Resolved] (HBASE-27933) Stable version outdated on https://hbase.apache.org/downloads.html

2023-06-15 Thread Peter Somogyi (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-27933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Peter Somogyi resolved HBASE-27933.
---
Fix Version/s: 3.0.0-beta-1
   Resolution: Fixed

Merged to master branch. Thanks for the contribution [~dieterdp_ng]!

> Stable version outdated on https://hbase.apache.org/downloads.html
> --
>
> Key: HBASE-27933
> URL: https://issues.apache.org/jira/browse/HBASE-27933
> Project: HBase
>  Issue Type: Task
>Affects Versions: 2.5.4
>Reporter: Dieter De Paepe
>Assignee: Dieter De Paepe
>Priority: Minor
> Fix For: 3.0.0-beta-1
>
>
> In HBASE-27849, the stable version of HBase was updated to 2.5.x. This 
> updated the [https://downloads.apache.org/hbase/] page.
> However, the download page ([https://hbase.apache.org/downloads.html)] still 
> refers to 2.4.x as the stable version.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (HBASE-27934) Missing reference guide for 2.5.x stable

2023-06-15 Thread Dieter De Paepe (Jira)
Dieter De Paepe created HBASE-27934:
---

 Summary: Missing reference guide for 2.5.x stable
 Key: HBASE-27934
 URL: https://issues.apache.org/jira/browse/HBASE-27934
 Project: HBase
  Issue Type: Task
Affects Versions: 2.5.5
Reporter: Dieter De Paepe


On [https://hbase.apache.org/,] the "Documentation and API" dropdown does not 
provide links for the "Ref Guide" and "Reference Guide (PDF) for the current 
stable 2.5.x version.

The expected location for this ([https://hbase.apache.org/2.5/book.html)] gives 
a 404. This means users cannot view the docs for the current 2.5.x stable 
version, since [https://hbase.apache.org/] shows the docs of master (3.0.x).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (HBASE-27933) Stable version outdated on https://hbase.apache.org/downloads.html

2023-06-15 Thread Dieter De Paepe (Jira)
Dieter De Paepe created HBASE-27933:
---

 Summary: Stable version outdated on 
https://hbase.apache.org/downloads.html
 Key: HBASE-27933
 URL: https://issues.apache.org/jira/browse/HBASE-27933
 Project: HBase
  Issue Type: Task
Affects Versions: 2.5.4
Reporter: Dieter De Paepe


In HBASE-27849, the stable version of HBase was updated to 2.5.x. This updated 
the [https://downloads.apache.org/hbase/] page.

However, the download page ([https://hbase.apache.org/downloads.html)] still 
refers to 2.4.x as the stable version.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)