I'm having test failures when running the TestLeaderElectionZkExpiry test 
locally after applying the SOLR-6159 patch on 4.9. Basically, it seems like 
path is lost when retrying delete, ending up in IllegalArgumentException. I got 
around it locally by adding:

          if(path == null) {
            throw new NoNodeException("Path is null");
          }

at the start of the ZkOperation's execute method. The exception is then logged 
and deemed fine by ElectionContext trying to cancel election. Has anyone else 
run into the issue? Is it really safe to ignore or could it have impacts I 
haven't seen? 

Thanks,
Steve
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to