You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The replica type is: NRT and using encryption factory EncryptionDirectoryFactory extends MMapDirectoryFactory
The text was updated successfully, but these errors were encountered:
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
The replica type is: NRT and using encryption factory EncryptionDirectoryFactory extends MMapDirectoryFactory
The text was updated successfully, but these errors were encountered: