Description
I got the following exception in our test environment:
java.lang.NullPointerException at org.apache.hadoop.hbase.generated.master.rits_jsp._jspService(rits_jsp.java:101) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) ...
Because regionStateNode.getProcedure() returns null.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-22133 Forward port HBASE-22073 "/rits.jsp throws an exception if no procedure" to branch-2.2+
- Resolved