[
https://issues.apache.org/jira/browse/IMPALA-13585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Riza Suminto resolved IMPALA-13585.
-----------------------------------
Fix Version/s: Impala 4.5.0
Resolution: Fixed
> Make pip_download.py interruptible
> ----------------------------------
>
> Key: IMPALA-13585
> URL: https://issues.apache.org/jira/browse/IMPALA-13585
> Project: IMPALA
> Issue Type: Improvement
> Components: Infrastructure
> Reporter: Riza Suminto
> Assignee: Riza Suminto
> Priority: Minor
> Fix For: Impala 4.5.0
>
>
> infra/python/deps/pip_download.py use multiprocessing.pool.ThreadPool where
> each thread calls wget. It is also wrap the download_package function with
> retry wrapper. When there is a network issue happen, pressing Ctrl+C does not
> immediately terminate pip_download.py and all its children. It should be
> possible to capture SIGINT and pass it as cancellation event to all threads.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)