[Bug 58388] Data race on field org.apache.coyote.RequestInfo.stage

2015-09-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58388 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

[Bug 58388] Data race on field org.apache.coyote.RequestInfo.stage

2015-09-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58388 --- Comment #1 from Yilong Li --- I don't know enough about the code here but shouldn't such "state" variable be declared as volatile or atomic to avoid memory visibility issues when altering state? -- You