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

[ResponseOps][TaskManager] error seen in logs: "Cannot read properties of undefined (reading 'resurrectTimeout')" #196379

Open
pmuellr opened this issue Oct 15, 2024 · 1 comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Task Manager Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)

Comments

@pmuellr
Copy link
Member

pmuellr commented Oct 15, 2024

These messages got logged in the serverless logs starting on 9/22:

[WorkloadAggregator]: TypeError: Cannot read properties of undefined (reading 'resurrectTimeout')
Failed to load list of active kibana nodes: Cannot read properties of undefined (reading 'resurrectTimeout')
Failed to poll for work: Cannot read properties of undefined (reading 'resurrectTimeout')

That field is part of the ES library we use directly and indirectly (via SO APIs) in Task Manager. Not clear if maybe this is a bug in that code, or perhaps we are not dealing with our clients correctly.

The error hasn't been seen in ECH yet.

Doing a little searching, seems like this is from the @elastic/transport package, so I'll open an issue there as well. Guessing this started happening due to the mget task poller changes and frequency of the ES calls that are made by the pollers.

@pmuellr pmuellr added bug Fixes for quality problems that affect the customer experience Feature:Task Manager Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) labels Oct 15, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/response-ops (Team:ResponseOps)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Task Manager Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)
Projects
None yet
Development

No branches or pull requests

2 participants