Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.22.1, 4.0.4
-
None
-
Unknown
Description
Something I just stumbled into by accident when testing.
If instantiation and setup of the KuduClient fails for some reason, its class field will be left null, which causes the client shutdown logic in KuduEndoint.doStop to throw an NPE since it has no null check.