I do the following steps
1. Disable a Virtual Database.
2. Insert some entries with begin and commit.
3. Entries are added to the enabled virtual database.
4. Enable the disabled virtual database.
5. It tries to recover. All the entries which were added in auto commit mode
are added to the enabled virtual database but not the transacted inserts.
6. While analyzing saw the below comment in the RecoverThread code which
results in this behavior.

 /*
 * if the task transaction id does not have a corresponding begin
 * (it is not in the tids list), then this task has already been
 * played when the backend was disabled. So we can skip it.
 */

Can someone please explain this behavior.

thanks & regards,
Ritesh Rathi
_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to