aokolnychyi opened a new pull request #67: Use a separate executor service for the concurrent Hive test URL: https://github.com/apache/incubator-iceberg/pull/67 This PR introduces a separate executor service for `HiveTablesTest$testConcurrentFastAppends`. Right now, the test depends on the size of the worker pool. If the size is less 3, the test will not complete as the same worker pool is used in `SnapshotUpdate$apply` (because manifest lists are now enabled and it requires at least one thread). The executor service does not use a custom `ThreadFactory`. Threads will be non-daemon, but shouldn't be a problem as the result is wrapped into `MoreExecutors.getExitingExecutorService`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
