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

LocatorFetchRunnable waitForRollups #769

Open
42701618 opened this issue Dec 16, 2016 · 1 comment
Open

LocatorFetchRunnable waitForRollups #769

42701618 opened this issue Dec 16, 2016 · 1 comment

Comments

@42701618
Copy link

why is the waitForRollups setted 1000s(about 16 minute) in LocatorFetchRunnable.java?Because the while is loop by !executionContext.doneReading() || !executionContext.doneWriting(), maybe the executionContext.doneReading() or executionContext.doneWriting() finish in 2 minute.

@ChandraAddala
Copy link
Contributor

I have no idea. I am just noticing it now. But I dont think it really waits that long. I just tested it locally, the thread is getting interrupted which causes InterruptedException. So it never really waits for 16 mins.

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

No branches or pull requests

2 participants