Hello.
thanks for the hint to UNDERTOW-1935. @Felix Good to hear that upgrading the undertow component would fix this issue. On our system we found another workaround for this: we switched in undertow from default <buffer-cache name="default"/> to the new <byte-buffer-pool> implementation, but with flag "direct=true":
/subsystem=undertow/byte-buffer-pool=BBP:add()
/subsystem=undertow/byte-buffer-pool=
BBP:write-attribute(name=direct,value=true)
/subsystem=undertow/server=default-server/http-listener=default:write-attribute(name=buffer-pool,value=BBP)
@Cameron
In the docs i could read:
>> NOTE
>> IO buffer pools are deprecated in JBoss EAP 7.2. While they are still set as the default in the current release, they will be replaced by
Undertow byte buffer pools in a future release.
Do you have an idea, why this still not is not changed in default configuration files provided by WLFY?
Regards,
Sebastian