Changes between Version 1 and Version 2 of Ticket #53705, comment 23
- Timestamp:
- 09/06/2022 07:31:02 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53705, comment 23
v1 v2 1 1 this issue still needs reliable reproduction steps 2 3 The existing steps reveal production fairly quickly, but that corruption is usually different each time. 2 4 3 5 I fear that expecting pure, repeatable reproduction will lead to this issue not being resolved. … … 5 7 This bug involves a race condition, so it is naturally not reproducible in the way that a pure function yields a consistent result given the same arguments. To make the results of this bug exactly repeatable, we would need to control all factors that determine which execution threads win and lose the races, and we do not typically control those factors at the OS and network level. 6 8 7 The existing (and certainly imperfect) reproduction instructions are adequate to demonstrate that this issue is occurring, and others here have observed plugin corruption when using them. 8 9 We have established that plugin corruption is occurring. (per my experience and @afragen's here ticket:53705#comment:10) 9 We have established that plugin corruption is occurring using the existing repro steps. (per my experience and @afragen's here ticket:53705#comment:10) 10 10 11 11 Of course it would be great to be able to consistently reproduce an exact broken result, but perhaps that is not 100% necessary to address this problem.