-
-
Notifications
You must be signed in to change notification settings - Fork 268
Missed records in replicated database #8350
Copy link
Copy link
Closed
Labels
affect-version: 4.0.0affect-version: 5.0.0affect-version: 6.0 Initialfix-version: 4.0.6fix-version: 5.0.2fix-version: 6.0 Alpha 1qa: deferredrlsnotes60: noIntentionally not added to the Firebird 6.0 release notes.Intentionally not added to the Firebird 6.0 release notes.type: bug
Metadata
Metadata
Assignees
Labels
affect-version: 4.0.0affect-version: 5.0.0affect-version: 6.0 Initialfix-version: 4.0.6fix-version: 5.0.2fix-version: 6.0 Alpha 1qa: deferredrlsnotes60: noIntentionally not added to the Firebird 6.0 release notes.Intentionally not added to the Firebird 6.0 release notes.type: bug
Issue was reported by user privately.
After investigation it was found that master database contains records with zero blob_id and null flag not set.
It is not clear how to create such records.
Though, gbak and few other places in code handle such condition, therefore it looks like known state.
Current issue is that such records is not replicated, i.e. it is not written into replication log by master and thus its missed in replica.