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

Fix: executor failures #8136

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix: executor failures #8136

wants to merge 1 commit into from

Conversation

Meldiron
Copy link
Contributor

What does this PR do?

There is warning due to Swoole Table size (on executor) when hosntame of executor is too long. That lead's to activeRuntimes on executor not be up to date. When that happens, and there is maintenance on executor, it wipes function's folders. It thinks it doesn't exist anymore, but it does.

This PR fixes that problem.

Test Plan

  • Manual QA. I could no longer reproduce the issue with code being randomly deleted in the middle of the build

Related PRs and Issues

x

Checklist

  • Have you read the Contributing Guidelines on issues?
  • If the PR includes a change to an API's metadata (desc, label, params, etc.), does it also include updated API specs and example docs?

@vermakhushboo
Copy link
Member

Related PR targeted to 1.5.x: #8147

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants