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

Restart due to timeout causes next conversion to be cancelled #100

Open
GoogleCodeExporter opened this issue Mar 11, 2016 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

If a conversion is submitted just after the previous one has failed due to a 
timeout, it is likely to be cancelled by the PooledOfficeManager:

# PooledOfficeManager.java:52
                logger.warning("connection lost unexpectedly; attempting restart");
                if (currentTask != null) {
                    currentTask.cancel(true);
                }

The attached unit test allows to reproduce the problem.

Original issue reported on code.google.com by mguille...@yahoo.fr on 2 Dec 2011 at 11:12

Attachments:

@GoogleCodeExporter
Copy link
Author

I'm seeing similar behavior as well.

Original comment by MaryAub...@gmail.com on 19 Apr 2012 at 5:29

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

1 participant