You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like new PathPatternParser, that introduced for path matching in recent updates works in not thread safe manner. If there are a lot of clients try to achieve URL, they all will fail due java.lang.IndexOutOfBoundsException caused by PathPatternParser:127
Aliaksei Zhynhiarouski opened SPR-15246 and commented
It looks like new PathPatternParser, that introduced for path matching in recent updates works in not thread safe manner. If there are a lot of clients try to achieve URL, they all will fail due java.lang.IndexOutOfBoundsException caused by PathPatternParser:127
Steps to reproduce:
https://github.com/aliaksei-lithium/microservices-framework-benchmark/tree/feature/reactor-improve/spring-boot-reactor
(feature/reactor-improve branch and spring-boot-reactor folder)
wrk -t4 -c128 -d2s http://localhost:8080
to simulate the highload to the endpointConnected with #19112
Issue Links:
Referenced from: commits babd551, 2ac08af
The text was updated successfully, but these errors were encountered: