hey from time to time we are getting this error The S3 storage state is corrupted. The connector state is out of sync the data. This could happen if the connector has been recreated and the data was deleted.\nDelete the connector’s .index subfolder as well and restart the connector.
when delete index directory and restart connector help , but why this happen?
The connector keeps track in the index object to objects it last wrote, and it verifies it. if data is deleted, the index is invalid and hence it fails.
This could happen if the connector has been recreated and the data was deleted.
Since you are re-creating the connector, presumably after the data was deleted, delete the index folder.
is this something need to be fix ? or we don’t need to delete data ?