JeongDaeKim commented on issue #944: HBASE-23205 Correctly update the position 
of WALs currently being replicated (2)
URL: https://github.com/apache/hbase/pull/944#issuecomment-570177037
 
 
   Rebased and force-pushed twice to trigger pre-commit hook, and somehow it 
worked finally. 
   
   I checked failed tests
   all failures are same as below and it seems it come from HBASE-23590 #950 
(all tests passed after i removed the commit) @virajjasani ?
   ```
   2020-01-02 19:29:11,915 ERROR 
[RpcServer.default.FPBQ.Fifo.handler=4,queue=0,port=52812] 
master.MasterRpcServices(403): Region server 10.70.8.163,52826,1577960947462 
reported a fatal error:
   ABORTING region server 10.70.8.163,52826,1577960947462: Unhandled: null
   Cause:
   java.lang.NullPointerException
       at 
org.apache.hadoop.hbase.regionserver.HStore.getMaxCompactedStoreFileRefCount(HStore.java:2881)
       at 
org.apache.hadoop.hbase.regionserver.HRegionServer.createRegionLoad(HRegionServer.java:1601)
       at 
org.apache.hadoop.hbase.regionserver.HRegionServer.buildServerLoad(HRegionServer.java:1312)
       at 
org.apache.hadoop.hbase.regionserver.HRegionServer.tryRegionServerReport(HRegionServer.java:1249)
       at 
org.apache.hadoop.hbase.regionserver.HRegionServer.run(HRegionServer.java:1052)
       at 
org.apache.hadoop.hbase.MiniHBaseCluster$MiniHBaseClusterRegionServer.runRegionServer(MiniHBaseCluster.java:159)
       at 
org.apache.hadoop.hbase.MiniHBaseCluster$MiniHBaseClusterRegionServer.access$000(MiniHBaseCluster.java:112)
       at 
org.apache.hadoop.hbase.MiniHBaseCluster$MiniHBaseClusterRegionServer$1.run(MiniHBaseCluster.java:143)
       at java.security.AccessController.doPrivileged(Native Method)
       at javax.security.auth.Subject.doAs(Subject.java:360)
       at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1824)
       at 
org.apache.hadoop.hbase.security.User$SecureHadoopUser.runAs(User.java:334)
       at 
org.apache.hadoop.hbase.MiniHBaseCluster$MiniHBaseClusterRegionServer.run(MiniHBaseCluster.java:141)
       at java.lang.Thread.run(Thread.java:748)
   ```
   
   another build is running now because of my two pushes 
(https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-944/5/),and it 
will produce the same result as the previous build 4.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to