As part of the efforts to fix some very weird communication problems (session and test replications failing every 5-10 minutes with an HTTP ReadTimeout from the ES instance) the "Reset" button was pushed on the admin replications page in the UI.
Since then we got some weird behavior: Although the communication errors mysteriously stopped (without correlation to the event of pressing the "Reset") I see that there's a replication going on but without the last_replicated_timestamp getting updated so basically I see Lagging by 0 seconds.
This continued until another communication error happened and after I hit "Start" again, this time the lag message was updated but by a huge number - the last_replicated_timestamp field was from 2018. If I check the latest records in ES (which were already replicated before this mess started) - I see recent ones from end of January 2025.
My question is how would I "reconnect" the replications to the "head" of the ES records? It is obvious that I am not lagging by 6-7 years as the UI shows.
Thanks in advance.
As part of the efforts to fix some very weird communication problems (
sessionandtestreplications failing every 5-10 minutes with an HTTPReadTimeoutfrom the ES instance) the "Reset" button was pushed on the admin replications page in the UI.Since then we got some weird behavior: Although the communication errors mysteriously stopped (without correlation to the event of pressing the "Reset") I see that there's a replication going on but without the
last_replicated_timestampgetting updated so basically I seeLagging by 0 seconds.This continued until another communication error happened and after I hit "Start" again, this time the lag message was updated but by a huge number - the
last_replicated_timestampfield was from 2018. If I check the latest records in ES (which were already replicated before this mess started) - I see recent ones from end of January 2025.My question is how would I "reconnect" the replications to the "head" of the ES records? It is obvious that I am not lagging by 6-7 years as the UI shows.
Thanks in advance.