alerman opened a new issue #1889: URL: https://github.com/apache/accumulo/issues/1889
We encountered an NPE in the init method of combiner. We were sending in null as the ENV and in 1.9.2 that did not cause issues as the method exited prior to this line. @milleruntime I believe you made those changes and I am not sure what should occur if it is null so hoping you will take a look https://github.com/apache/accumulo/blob/6af856b38bb57f49418547a8b9c262c66a1fe31e/core/src/main/java/org/apache/accumulo/core/iterators/Combiner.java#L293 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
