-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
As @DmitryKey points out in #1, extending the script to check for errors that Solr also catches would increase its value as a validator as part of deployment. The question is which checks would make sense?
Some seems non-controversial:
- Validate the XML (xmllint)
- Check for valid values in attributes
- Check for all mandatory attributes being present
Less simple is sanity checking:
- Very low auto commit values
- Very high auto warm count
- Very high max rows
Suggestions and thoughts welcome.
Reactions are currently unavailable