style95 commented on pull request #5194:
URL: https://github.com/apache/openwhisk/pull/5194#issuecomment-1023925712
I ran the same benchmark against the upstream master.
The test environment is same.
### Test Environments
* 3 controllers(VM): 8 cores, 16GB memory
* 3 DBs(PM): 40 cores, 128GB memory
* 10 invokers(VM): 8 cores, 16GB memory.
* UserMemory: 10240MB
* Total 400 containers when utilizing 256GB-memory containers
### 1 actions.

### 100 actions.

There are a couple of errors because blocking calls became non-blocking
calls after the 60s and the response code was `202` rather than `200`.
```
2022-01-28 15:24:45,640 INFO
https://10.105.188.179/api/v1/namespaces/guest/actions/noop44?blocking=true&result=true&volatile=true
-> 202 Accepted, 51 bytes
2022-01-28 15:24:45,641 ERROR
Expected: is <200>
got: <202>
java.lang.AssertionError:
Expected: is <200>
got: <202>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]