Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caliper container failing #1049

Closed
nklincoln opened this issue Oct 9, 2020 · 1 comment · Fixed by #1050
Closed

Caliper container failing #1049

nklincoln opened this issue Oct 9, 2020 · 1 comment · Fixed by #1050
Assignees
Labels
bug Something isn't working priority

Comments

@nklincoln
Copy link
Contributor

nklincoln commented Oct 9, 2020

If using the caliper image to benchmark, it can fail and result in "hanging" the benchmark execution.

Scenario:

  • Follow the tutorial, but apply testing with the caliper image
  • Increase the loading applied during the benchmark round

Observations

Worker logging reveals:

2020.10.09-16:42:47.038 info  [caliper] [caliper-worker]        Worker #1 starting workload loop
node[1]: ../src/node_http2.cc:893:ssize_t node::http2::Http2Session::ConsumeHTTP2Data(): Assertion `(flags_ & SESSION_STATE_READING_STOPPED) != (0)' failed.

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

@nklincoln nklincoln added bug Something isn't working priority labels Oct 9, 2020
@nklincoln nklincoln self-assigned this Oct 12, 2020
@nklincoln
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant