You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/05/15 11:17:09 UTC

[GitHub] [hbase] binlijin commented on pull request #1721: HBASE-24377 MemStoreFlusher throw NullPointerException

binlijin commented on pull request #1721:
URL: https://github.com/apache/hbase/pull/1721#issuecomment-629178913


   @wchevreuil 
   {code}
   2020-02-26 10:15:33,585 ERROR [MemStoreFlusher.2] regionserver.MemStoreFlusher: Cache flusher failed for entry null
   java.lang.NullPointerException
           at org.apache.hadoop.hbase.regionserver.MemStoreFlusher.flushOneForGlobalPressure(MemStoreFlusher.java:158)
           at org.apache.hadoop.hbase.regionserver.MemStoreFlusher.access$700(MemStoreFlusher.java:68)
           at org.apache.hadoop.hbase.regionserver.MemStoreFlusher$FlushHandler.run(MemStoreFlusher.java:346)
           at java.lang.Thread.run(Thread.java:745)
   {code}
   We use version 2.2.2, see it on production cluster. And current have no idea how to test it.


----------------------------------------------------------------
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:
users@infra.apache.org