You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/01/07 21:32:45 UTC

[GitHub] aokolnychyi opened a new pull request #67: Use a separate executor service for the concurrent Hive test

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org