Limit pool size used to process Json/rpc requests#11456
Conversation
|
|
||
| @Inject | ||
| public ServerSideRequestProcessor( | ||
| @Named("che.server.jsonrpc.processor_pool_size") String poolSize) { |
|
ci-test |
| che.server.secure_exposer.jwtproxy.memory_limit=128mb | ||
|
|
||
| # Maximum size of the json processing pool | ||
| che.server.jsonrpc.processor_max_pool_size=100 |
There was a problem hiding this comment.
I don't think that this property is related to Che Server. Please consider renaming it to something more common like che.core.jsonrpc... or che.jsonrpc.... . Also, it makes sense to place it near WebSocket related properties.
| che.server.secure_exposer.jwtproxy.image=eclipse/che-jwtproxy:latest | ||
| che.server.secure_exposer.jwtproxy.memory_limit=128mb | ||
|
|
||
| # Maximum size of the json processing pool |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
| private final int maxPoolSize; | ||
|
|
||
| @Inject | ||
| public ServerSideRequestProcessor(@Named("che.server.jsonrpc.processor_max_pool_size") int maxPoolSize) { |
There was a problem hiding this comment.
don't forget to rename here as well
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
|
ci-test |
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
…cess Json/rpc requests
|
ci-test |
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
… to process Json/rpc requests
|
ci-test |
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
|
@eclipse/eclipse-che-qa can you take a look? |
|
ci-test |
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
…ze used to process Json/rpc requests
|
ci-test |
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
|
ci-test |
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
|
ci-test |
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
|
Selenium tests execution on Eclipse Che Multiuser on OCP (https://ci.codenvycorp.com/job/che-pullrequests-test-ocp/930/) doesn't show any regression against this Pull Request. |
Limit pool size used to process Json/RPC requests (eclipse-che#11456)
Limit pool size used to process Json/RPC requests (eclipse-che#11456)
Limit pool size used to process Json/RPC requests (#11456)
What does this PR do?
Limit pool size used to process Json/rpc requests
What issues does this PR fix or reference?
#5443
Release Notes
n/a
Docs PR
n/a