Description
In an OSGi environment (felix) client, running with a bundled HBase (used bnd tool), after CL is updated - for instance when updating the client bundle without updating the HBase bundle, Algorithm class in HBase is a static enum and therefore it's configuration member still holds on to the old CL. This causes NPE when trying to bulk load using LoadIncrementalHFile.