Hi, If there is no new document added since the last snapshot is created, the request solr/replication?command=snapshoot returns the following response
<?xml version="1.0" encoding="UTF-8"?> <response> <lst name="responseHeader"><int name="status">0</int><int name="QTime">8</int></lst><str name="exception">java.lang.NullPointerException:java.lang.NullPointerException</str> </response> Is this something expected? There was no error message found in the log file. I expected no snapshot will be created (since there is no new doc/index), but I didn't expect to see NullPointException in the response. Thanks, Jianhan