Created attachment 1455109 [details] geo_repl.log Description of problem: geo-replication status says Active Hybrid Crawl, but the logs say the connection to peer is broken. Recreating geo-repl keeping data on slave. Previous geo-repl was set with ignore_deletes=1 Version-Release number of selected component (if applicable): 3.12.6 How reproducible: Easy Steps to Reproduce: 1. gluster volume geo-replication fit_outbox usfit-gfs1.global.internal::wau_inbox stop 2. gluster volume geo-replication fit_outbox usfit-gfs1.global.internal::wau_inbox delete reset-sync-time 3. gluster system:: execute gsec_create 4. gluster volume geo-replication fit_outbox usfit-gfs1.global.internal::wau_inbox create push-pem force 5. gluster volume geo-replication fit_outbox usfit-gfs1.global.internal::wau_inbox start Actual results: See attached log file Expected results: geo-repl sync success Additional info:
Release 3.12 has been EOLd and this bug was still found to be in the NEW state, hence moving the version to mainline, to triage the same and take appropriate actions.
When we delete geo-rep session then we do not disable changelog. So one workaround will be disabling changelog after session deletion and then create fresh session. gluster volume set <volname> changelog off. @Shwetha please verify the workaround.
Yes @Sunny. This workaround manages to give expected result.
Closing this bug as workaround for this issue is provided in comment#2 and verified by Shwetha(see comment#3).