John Doe created HBASE-29539: -------------------------------- Summary: Uninitialized fields cause runtime errors Key: HBASE-29539 URL: https://issues.apache.org/jira/browse/HBASE-29539 Project: HBase Issue Type: Bug Reporter: John Doe
{{RSGroupAdminServiceImpl}} methods directly access some fieldsbefore ensuring {{initialize}} has been called. If the service is invoked without proper initialization, these fields remain null, leading to runtime failures during RPC handling. -- This message was sent by Atlassian Jira (v8.20.10#820010)