You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: