java - Jersey gets stuck on resuming AsyncResponse -


i have jersey 2.15 service deployed in tomcat 8 on windows, receives post requests , handles them async (via resuming asyncresponse) , returns id client. async operations handled forkjoinpool operations. on local dev environment test service posting data in 4 threads , fine, when deploy service on testing stand weirdness begins.

my service gets request client, handles it, gets stuck on sending composed http response (enabled jersey logging filter ensures it) if client deployed on same machine. service posts data via synchronous request jersey client api consumer - request goes smoothly. firewall disabled , wireshark shows @ least tcp handshakes go unharmed.

did encounter this? out of ideas.

everything happened due bug in latest tomcat 8 versions. local dev-environment had 8.0.14 version, testing stands had 8.0.18 , 8.0.21.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -