Community
Participate
Working Groups
Cloned from: 319552: "Attempt to modify historical revision"-Exception after raw replication. https://bugs.eclipse.org/bugs/show_bug.cgi?id=319552 Build Identifier: 4.0 We have the following scenario (see attached test-case): master session with a transaction where the changes are done and an offline session which will go offline and online again. online: ---> v1 ---> v2 ---> v3 ---> v4 offline: ---> v1 --/....................../(rawrepl.)--> v2 After the change v1 we go offline, do 3 more changes on online transaction. Then we go online again, raw replication will start and will deliver changes v2-v4 in one revision delta causing the transaction on the offline clone to update from v1 to v2. When a change on this object is done, the exception is thrown because v4 is expected instead of v2. Reproducible: Always Steps to Reproduce: 1. see testcase
Created attachment 174469 [details] Patch - back ported from HEAD
Committed to R3_0_maintenance
Moving all open problem reports to 4.0
Closing.