You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After which the worker is essentially dead (if launched by manager, the manager process will continue, resulting in a continued null update from any txMonitors)
Is visible for all possible container operational modes:
container with internal workers spawned
container with internal workers using mqtt communication
distributed workers using mqtt with a central manager (in this case the workers are the only items to report the error)
This appears to occur under high loading
There are issues raised against nodeJS that are in this area:
With indication that fixes have been added to 13.3.0, 12.14.1 and 10.18.1
Initial proposal is to jump immediately to 10.18 in the container (remaining within the v10 stream) and investigate v12 levels going forwards as a part of #965
The text was updated successfully, but these errors were encountered:
Bumped node version of caliper image to 10.18 and ran a local test that was failing when using the existing container ... test passed without showing the node::http2::Http2Session::ConsumeHTTP2Data() failure
If using the caliper image to benchmark, it can fail and result in "hanging" the benchmark execution.
Scenario:
Observations
Worker logging reveals:
After which the worker is essentially dead (if launched by manager, the manager process will continue, resulting in a continued null update from any txMonitors)
Is visible for all possible container operational modes:
This appears to occur under high loading
There are issues raised against nodeJS that are in this area:
With indication that fixes have been added to 13.3.0, 12.14.1 and 10.18.1
Initial proposal is to jump immediately to 10.18 in the container (remaining within the v10 stream) and investigate v12 levels going forwards as a part of #965
The text was updated successfully, but these errors were encountered: