[ https://issues.apache.org/jira/browse/HBASE-28928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893997#comment-17893997 ]
Hudson commented on HBASE-28928: -------------------------------- Results for branch branch-3 [build #321 on builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/321/]: (/) *{color:green}+1 overall{color}* ---- details (if available): (/) {color:green}+1 general checks{color} -- For more information [see general report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/321/General_20Nightly_20Build_20Report/] (/) {color:green}+1 jdk17 hadoop3 checks{color} -- For more information [see jdk17 report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/321/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/] (/) {color:green}+1 jdk17 hadoop ${HADOOP_THREE_VERSION} backward compatibility checks{color} -- For more information [see jdk17 report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/321/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/] (/) {color:green}+1 jdk17 hadoop ${HADOOP_THREE_VERSION} backward compatibility checks{color} -- For more information [see jdk17 report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/321/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/] (/) {color:green}+1 jdk17 hadoop ${HADOOP_THREE_VERSION} backward compatibility checks{color} -- For more information [see jdk17 report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/321/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/] (/) {color:green}+1 source release artifact{color} -- See build output for details. (/) {color:green}+1 client integration test for 3.3.5 {color} (/) {color:green}+1 client integration test for 3.3.6 {color} (/) {color:green}+1 client integration test for 3.4.0 {color} > Handle NPE in Split/Merge table when getMasterQuotaManager returns null > ----------------------------------------------------------------------- > > Key: HBASE-28928 > URL: https://issues.apache.org/jira/browse/HBASE-28928 > Project: HBase > Issue Type: Bug > Components: proc-v2 > Affects Versions: 2.5.8 > Reporter: Aman Poonia > Assignee: Aman Poonia > Priority: Major > Labels: pull-request-available > Fix For: 2.7.0, 3.0.0-beta-2, 2.5.11, 2.6.2 > > > Currently when doing splits or merge we notify quota manager about the same. > But if quota instance is null on below call > {code:java} > // code placeholder > env.getMasterServices().getMasterQuotaManager() {code} > So the below two lines will throw unexpected exception which ideally can be > handled. > {code:java} > // SplitTableRegionProcedure.java > env.getMasterServices().getMasterQuotaManager().onRegionSplit(this.getParentRegion()); > {code} > {code:java} > // MergeTableRegionProcedure.java > > env.getMasterServices().getMasterQuotaManager().onRegionMerged(this.mergedRegion); > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)