npawar commented on issue #4095: Add additional 30s wait before checking realtime table to account for delays see during realtime table setup URL: https://github.com/apache/incubator-pinot/pull/4095#issuecomment-481917745 My earlier assumption about the realtime test table setup taking long is false. The offline tables take up time in the calls to upload segments. On local tests, they can take upto 20s per table. We have 2 such uploads. Based on this, the initial delay for the checker was set to 2 minutes. But this could take longer depending on the setup. Removing the 30s delay for realtime tests. Instead, increasing the time for beginning tests, as this will affect all tables setup after the uploads. Again, there's no guarantee that the setup will be done in 3 minutes, but practically, it does finish. @sunithabeeram
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
