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

Manta is stuck when executing the workflow #197

Closed
holtgrewe opened this issue Sep 7, 2022 · 2 comments · Fixed by #198
Closed

Manta is stuck when executing the workflow #197

holtgrewe opened this issue Sep 7, 2022 · 2 comments · Fixed by #198

Comments

@holtgrewe
Copy link
Member

Describe the bug
Manta tries to connect to port 25 of localhost which makes it stuck on our HPC because it does so without a timeout.

To Reproduce

  • Run snappy-pipeline with manta step
  • See it getting stuck

Expected behavior

  • Manta should run

Additional context

@holtgrewe
Copy link
Member Author

Root Cause Analysis
The problem is connecting to localhost port 25 when no server is running.

@holtgrewe
Copy link
Member Author

Resolution Proposal
Use perl to prevent the call to isLocalSmtp.

holtgrewe added a commit that referenced this issue Sep 7, 2022
holtgrewe added a commit that referenced this issue Sep 7, 2022
@holtgrewe holtgrewe linked a pull request Sep 7, 2022 that will close this issue
holtgrewe added a commit that referenced this issue Sep 7, 2022
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 a pull request may close this issue.

1 participant