pvary commented on issue #2475: URL: https://github.com/apache/iceberg/issues/2475#issuecomment-819358405
> > @snazy: Could it be that it is the same as #2448 > > I doubt. 2448 "just" adds timeouts to tests, so they can "fail earlier" instead of running infinitely. But I think, the underlying problem's the same. There is a minimal [change](https://github.com/apache/iceberg/pull/2448/files#diff-2da837fbcd9c1789e9c32826e7638ff55c1d8ffb5779017759f51561f35d807cR82) hidden there which might solve the issue: ``` - metastore.start(new HiveConf(hs2Conf)); + metastore.start(new HiveConf(hs2Conf), 10); ``` The timeout helped to identify why are the tests are waiting. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
