This bug is to get the feature that was patched into as4 and 5 plugins, pushed into the as7 plugin too.
This issue is currently blocked by AS7 bug: https://issues.jboss.org/browse/JBPAPP-8188
Tidied up blocker bugs and set to Urgent. Whats the next step now JBPAPP-8188 has been resolved?
The original fix now needs to be applied using max-connections wherever max-threads would have applied.
max-connections is a configuration entry, not a metric "max-connections" => { "type" => INT, "description" => "Amount of concurrent connections that can be processed by the connector with optimum performance. The default value depends on the connector used.", "expressions-allowed" => false, "nillable" => true, "min" => 1L, "max" => 2147483647L, "access-type" => "read-write", "storage" => "configuration", "restart-required" => "all-services" }, I have reopened https://issues.jboss.org/browse/AS7-4115
Trait will query the metric on as . If it returns null, we return some default.
Defaults (from JCF) are 512 * number of cpu cores for JIO. 32 * number of cpu cores for APR.
master 50dcfe774c99
Installed as 7 server and verified Trait was now available