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
After enable Segmentation replication, I get some error logs about segmentation replication failed.
It seems there are link with ISM policy, when force_merge action occur to put only one segment per shard.
Enable Segmentation replication on cluster (cluster.indices.replication.strategy: 'SEGMENT')
I have also enable replication back pressure (segrep.pressure.enabled)
Create ISM policy to rolleover index after primery shard have 50Go. Start force_merge action with 1 segment after rolleover
Create datastream index where ISM policy is affected on
When force_merge action is run, you will get the logs bellow. More over, the force_merge action will go on timeout because of replica shard never have one segment (I look that with (GET _cat/segments/.ds-logs-log-default-000016?v)
Expected behavior
Segmentation replication on replica work when force_merge run.
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
OS: [e.g. iOS]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Can you please verify your logs if segment replication is failing before force merge as well ? You can use cat segment replicationapis to find out the replication lag as well .
Describe the bug
After enable Segmentation replication, I get some error logs about segmentation replication failed.
It seems there are link with ISM policy, when force_merge action occur to put only one segment per shard.
The logs:
Related component
Indexing:Replication
To Reproduce
I have also enable replication back pressure (segrep.pressure.enabled)
When force_merge action is run, you will get the logs bellow. More over, the force_merge action will go on timeout because of replica shard never have one segment (I look that with (GET _cat/segments/.ds-logs-log-default-000016?v)
Expected behavior
Segmentation replication on replica work when force_merge run.
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: