Hello, I am using the Solr encryption plugin for data and index encryption. It is working fine for single-tenant systems. On a distributed system with two or more tenants, the follower replica fails to start replication when a collection has two or more replicas in a shard,, Replica recovery fails, and it continuously retries and fails.
I have tested this behaviour in a multi-sharded Solr collection with two replicas per shard. On the Solr log getting this error - org.apache.solr.update.processor.D istributedUpdateProcessor Ignoring commit while not ACTIVE - state: BUFFERING replay: false Any suggestions or directions to resolve the issue are helpful, and I am willing to contribute to the necessary development to fix this issue if needed. Regards, Manish Kumar