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

Simpleseg jobs.instance.tab ocassionally has out of order output #130

Open
EricR86 opened this issue Dec 10, 2018 · 1 comment
Open

Simpleseg jobs.instance.tab ocassionally has out of order output #130

EricR86 opened this issue Dec 10, 2018 · 1 comment
Labels
bug Something isn't working trivial

Comments

@EricR86
Copy link
Member

EricR86 commented Dec 10, 2018

Original report (BitBucket issue) by Eric Roberts (Bitbucket: ericr86, GitHub: ericr86).


Ocassionally while testing the following lines in jobs.instance.tab of the identify task of simpleseg appear swapped:

(%[0-9]+(?:\.[a-zA-Z0-9-]+)?%)	vit0.identifydir-full.(%[0-9a-f]{32}%)	gmtkViterbi	2	8000	(%[0-9]+(?:\.[0-9]+)?%)	(%[0-9]+(?:\.[0-9]+)?%)	0
(%[0-9]+(?:\.[a-zA-Z0-9-]+)?%)	jt0.identifydir-full.(%[0-9a-f]{32}%)	gmtkJT	2	8000	(%[0-9]+(?:\.[0-9]+)?%)	(%[0-9]+(?:\.[0-9]+)?%)	0

These are lines 2 and 3. Sometimes they are in the order shown above. Sometimes they are in the opposite order. This is likely an output buffering issue.

@EricR86
Copy link
Member Author

EricR86 commented Dec 14, 2018

Original comment by Eric Roberts (Bitbucket: ericr86, GitHub: ericr86).


Since Viterbi and JT are run in parallel all identify jobs.tab logs should have a regex matching JT or Viterbi regardless of line position.

@EricR86 EricR86 added trivial bug Something isn't working labels Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working trivial
Projects
None yet
Development

No branches or pull requests

1 participant