Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replication not restarting after network failure #7150

Closed
lwennekers opened this issue Mar 8, 2022 · 6 comments
Closed

Replication not restarting after network failure #7150

lwennekers opened this issue Mar 8, 2022 · 6 comments

Comments

@lwennekers
Copy link

When Firebird starts and the configurerd journal_source_directory is inaccessible it does not retry later on. This behaviour would be nice when using a network share, the share might
not be available when firebird starts but can be available later on.

Perhaps I'm missing some settings but I noticed this behavior
With kind regards,
Leonard Wennekers

@dyemanov
Copy link
Member

dyemanov commented Mar 8, 2022

Please test the next snapshot build, it should be fixed there.

@lwennekers
Copy link
Author

Already tested from your build and I succeeded to run my tests. Hopefully 4.0.2 is coming soon :)

@pavel-zotov
Copy link

@@@ QA issue @@@
To be discussed. Perhaps, test may not be implemented using current QA suite.

@lwennekers
Copy link
Author

Hello,
I don't know if it's the same issue but I see some network problems while replicating inside the replication.log. See below. It seems reporting network problems but while investigating it is possible to connect on both machines and the UNC paths are available. It also seems that once a while all replication-files remain and we get a full disk error.
We are using Firebird 4.0.2.

P063ST101-1 (replica) Tue Sep 26 15:04:28 2023
Database: D:\PROGRAM FILES\IOLAN\SPHERE\DATA\DATABASE\W063_SMS.FDB
ERROR: operating system directive FindFirstFile failed
Kan het netwerkpad niet vinden.

P063ST101-1 (replica) Tue Sep 26 15:31:54 2023
Database: D:\PROGRAM FILES\IOLAN\SPHERE\DATA\DATABASE\W063_SMS.FDB
ERROR: operating system directive FindFirstFile failed
Kan de netwerklocatie niet bereiken. Raadpleeg Windows Help voor informatie over het oplossen van netwerkproblemen.

P063ST101-1 (replica) Mon Oct 2 12:03:04 2023
Database: D:\PROGRAM FILES\IOLAN\SPHERE\DATA\DATABASE\W063_SMS.FDB
ERROR: operating system directive FindFirstFile failed
Kan de netwerklocatie niet bereiken. Raadpleeg Windows Help voor informatie over het oplossen van netwerkproblemen.

P063ST101-1 (replica) Mon Oct 2 12:03:35 2023
Database: D:\PROGRAM FILES\IOLAN\SPHERE\DATA\DATABASE\W063_SMS.FDB
ERROR: operating system directive FindFirstFile failed
Kan het netwerkpad niet vinden.

P063ST101-1 (replica) Mon Oct 2 12:04:26 2023
Database: D:\PROGRAM FILES\IOLAN\SPHERE\DATA\DATABASE\W063_SMS.FDB
ERROR: operating system directive FindFirstFile failed
Kan het netwerkpad niet vinden.

@AlexPeshkoff
Copy link
Member

Looks like network sometimes has connectivity problems.

@lwennekers
Copy link
Author

Oke I accept but in that case will the replication stop? It seems that the network was correct later on but the replication didn't continue and the number of files where increasing????

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment