HBASE-13901 Error while calling watcher on creating and deleting an HBase table
Signed-off-by: Andrew Purtell <apurtell@apache.org>
This commit is contained in:
parent
dd086bb22f
commit
d28f299807
@ -660,7 +660,7 @@ public class ZKUtil {
|
||||
return node;
|
||||
}
|
||||
public boolean isEmpty() {
|
||||
return (data.length == 0);
|
||||
return (data == null || data.length == 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user