-
Notifications
You must be signed in to change notification settings - Fork 42
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 work per thread in Outline #624
Conversation
@rimadoma just FYI I can't reproduce the issue on my Linux machine either. |
Thanks! At least it's not failing on all Linux computers 😄 |
If I understand |
The op doesn't need its own ExecutorService. Plus the cachedThreadPool in ThreadService ATM seems a bit faster for repeated runs.
The bug was that for very small images ( |
This version of
|
In PR #618 @ctrueden reported
Outline
tests failing on a Linux box. Since neither of us could reproduce the issue in other environments and Travis CI was happy, I eventually shrugged it off as an isolated incident. Now @mdoube has reported failing tests in BoneJ, which depend onOutline
. I think it's the same bug. This PR has been tested to fix the issue for him.I don't have the resources to actually solve the bug right now (still can't reproduce). Rather than leave the issue lurking, I'm reverting the op to single threaded execution.@ctrueden Could you please check whether this fixes the issue on the Linux box you mentioned?