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

Standard output is mixed up when submitting Jython jobs in non forked mode. #3534

Open
mbenguig opened this issue Apr 17, 2019 · 1 comment

Comments

@mbenguig
Copy link
Member

Standard output is mixed up if Python scripts are evaluated (Jython) in parallel within one single JVM (non forked mode). In non forked mode, reproduce it by submitting twice a single-Jython-task-based workflow with the following script:

import time
for x in range(1, 5):
print x
time.sleep(1)

The job1 output:

1
2
3

The job2 output:

1
4
2
3
4

Fabien Viale Hier à 20:56
I have some bad news, this seems to be an identified and unresolved issue in jython.

https://bugs.jython.org/issue2513

Describes exactly the same issue, with no progress.
(Need to wait for an update of jython)

@Fahim302
Copy link

Fahim302 commented Mar 3, 2022

Hi

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

No branches or pull requests

2 participants