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

I have aproplem with SLAC #1651

Closed
Zienabmosaad opened this issue Sep 28, 2023 · 7 comments · Fixed by veg/datamonkey-js-server#317
Closed

I have aproplem with SLAC #1651

Zienabmosaad opened this issue Sep 28, 2023 · 7 comments · Fixed by veg/datamonkey-js-server#317

Comments

@Zienabmosaad
Copy link

No description provided.

@Zienabmosaad
Copy link
Author

every time i try the server give me this massege
We're sorry, there was an error processing your job. Please try again, or visit
our GitHub issues page
and create an issue if the issue persists.
i need some one to help in solving this issue

@spond
Copy link
Member

spond commented Sep 28, 2023

Dear @Zienabmosaad,

Can you please include the URL to one of the jobs that is failing and provide more detail on when the system fails.

Best,
Sergei

@stephenshank
Copy link
Contributor

Dear @Zienabmosaad,

Thanks for reporting this issue. Can you please try again?

Regards,
Stephen

@Zienabmosaad
Copy link
Author

Zienabmosaad commented Oct 9, 2023 via email

This was referenced Oct 16, 2023
@stevenweaver
Copy link
Member

This appears to happen during the weekend when there are scheduled tasks performing on our cluster's head node. Datamonkey cannot spawn qstat due to an EAGAIN system error.

Error: spawn qstat EAGAIN
    at Process.ChildProcess._handle.onexit (internal/child_process.js:269:19)
    at onErrorNT (internal/child_process.js:467:16)
    at processTicksAndRejections (internal/process/task_queues.js:82:21) {
  errno: -11,
  code: 'EAGAIN',
  syscall: 'spawn qstat',
  path: 'qstat',

The issue is two-pronged. 1) We need to identify what is the source of the head node's irresponsiveness, and 2) catch the exception and intermittently retry until successful within the application.

@Zienabmosaad
Copy link
Author

Zienabmosaad commented Oct 17, 2023 via email

@stevenweaver
Copy link
Member

stevenweaver commented Nov 3, 2023

Patch to handle EAGAIN exception should be deployed today at 15:00 PT.

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.

4 participants