Re: HBase Master hangs on startup during upgrade from 2.2.5 to 2.5.7

2024-04-23 Thread Duo Zhang
Ah, NPE usually means a code bug, then there is no simple way to fix it, need to take a deep look on the code :( Sorry. Udo Offermann 于2024年4月22日周一 15:32写道: > > Unfortunately not. > I’ve found the node hosting the meta region and was able to run hack > scheduleRecoveries using hbase-operator-to

Re: HBase Master hangs on startup during upgrade from 2.2.5 to 2.5.7

2024-04-23 Thread Duo Zhang
Strange, I checked the code, it seems we get NPE on this line https://github.com/apache/hbase/blob/4d7ce1aac724fbf09e526fc422b5a11e530c32f0/hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterRpcServices.java#L2872 Could you please confirm that you connect to the correct active master

Re: HBase Master hangs on startup during upgrade from 2.2.5 to 2.5.7

2024-04-23 Thread Udo Offermann
Hi Duo, To be honest, we only use one master, so there is no way to swap them. After the attempt throwing the NPE we ran the hbck tool again in which case no NPE was thrown but also nothing else - the log looked just the one I’ve send you just without the exception stack trace and nothing more.