Summary: | concurrency problem corrupts WARDirContext.Entry children | ||
---|---|---|---|
Product: | Tomcat 7 | Reporter: | Ryan Fong <ryan.fong> |
Component: | Catalina | Assignee: | Tomcat Developers Mailing List <dev> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | 7.0.52 | ||
Target Milestone: | --- | ||
Hardware: | All | ||
OS: | All | ||
Attachments: |
everything
Proposal |
Description
Ryan Fong
2015-10-22 19:54:03 UTC
Created attachment 33195 [details]
everything
Created attachment 33201 [details]
Proposal
Hi,
Can you test the different approach that I have.
I also do not like the idea that the original array is returned but I didn't tested the performance if I return a copy of the array.
Regards,
Violeta
G'day, Violeta. Your proposal looks great. In fact, it will likely improve throughput since we only deploy the war once and your patch avoids unnecessary sorting on all subsequent calls. Thank you! Hi, The fix is provided in 7.0.x trunk and will be available in 7.0.66 onwards. Regards, Violeta |