John Doe created HBASE-29529: -------------------------------- Summary: Use before initialization in MasterQuotaManager Key: HBASE-29529 URL: https://issues.apache.org/jira/browse/HBASE-29529 Project: HBase Issue Type: Bug Affects Versions: 2.6.3 Reporter: John Doe
start() is used to initialize the member variables. However, if it executes later than other member functions, a null pointer exception occurs. -- This message was sent by Atlassian Jira (v8.20.10#820010)