Activity log for bug #1739034

Date Who What changed Old value New value Message
2017-12-19 14:08:39 Chenjun Shen bug added bug
2017-12-19 14:09:36 Chenjun Shen description In the upstream of futures library, the DEFAULT value max_worker for ThreadPoolExecutor and ProcessPoolExecutor has been changed to: ThreadPoolExecutor max_worker = cpu_count() * 5 Reference: https://github.com/agronholm/pythonfutures/blob/master/concurrent/futures/thread.py#L109 ProcessPoolExecutor max_worker = cpu_count() Reference: https://github.com/agronholm/pythonfutures/blob/master/concurrent/futures/process.py#L278 So we should do it as well. In the upstream of futures library, the DEFAULT value max_worker for ThreadPoolExecutor and ProcessPoolExecutor has been changed to: ThreadPoolExecutor max_worker = cpu_count() * 5 Reference: https://github.com/agronholm/pythonfutures/blob/master/concurrent/futures/thread.py#L109 ProcessPoolExecutor max_worker = cpu_count() Reference: https://github.com/agronholm/pythonfutures/blob/master/concurrent/futures/process.py#L278 So we should do it as well.
2017-12-19 14:23:21 Chenjun Shen futurist: assignee Chenjun Shen (cshen)
2017-12-19 14:45:59 OpenStack Infra futurist: status New In Progress
2018-01-03 08:27:21 OpenStack Infra futurist: status In Progress Fix Released