Skip to content

Commit d63e7d1

Browse files
Merge pull request #29 from HubSpot/HBASE-27390_2.5
Apply HBASE-27390 to hubspot-2.5 branch
2 parents 3733cb4 + 83fdaf2 commit d63e7d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hbase-server/src/main/java/org/apache/hadoop/hbase/monitoring/MonitoredTaskImpl.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ public String getDescription() {
104104

105105
@Override
106106
public String getStatus() {
107+
if (status == null) {
108+
return "No task status available.";
109+
}
107110
return status;
108111
}
109112

0 commit comments

Comments
 (0)