Info
Thread.isAlive was deprecated in python 3.8 and removed in 3.9, per https://bugs.python.org/issue37804
However, resmoke relies on it: https://github.com/mongodb/mongo/blob/eb2b72cf9c0269f086223d499ac9be8a270d268c/buildscripts/resmokelib/utils/archival.py#L290-L294
Top User Comments
xgen-internal-githook commented on Thu, 18 Feb 2021 13:04:27 +0000:
Author:
{'name': 'Andrew Morrow', 'email': 'acm@mongodb.com', 'username': 'acmorrow'}
Message: SERVER-54484 Use is_alive rather than removed isAlive
(cherry picked from commit d5beb490d241d0ad77e92aafe15fb6f270ea4dfe)
(cherry picked from commit 97e44a7d4d12a56822c40f2543b269b815796f93)
Branch: v4.2
https://github.com/mongodb/mongo/commit/3baec95f100b337ecc86b9797d9167f1acdf1752
xgen-internal-githook commented on Tue, 16 Feb 2021 21:18:05 +0000:
Author:
{'name': 'Andrew Morrow', 'email': 'acm@mongodb.com', 'username': 'acmorrow'}
Message: SERVER-54484 Use is_alive rather than removed isAlive
(cherry picked from commit d5beb490d241d0ad77e92aafe15fb6f270ea4dfe)
Branch: v4.4
https://github.com/mongodb/mongo/commit/97e44a7d4d12a56822c40f2543b269b815796f93
xgen-internal-githook commented on Tue, 16 Feb 2021 18:22:35 +0000:
Author:
{'name': 'Andrew Morrow', 'email': 'acm@mongodb.com', 'username': 'acmorrow'}
Message: SERVER-54484 Use is_alive rather than removed isAlive
Branch: master
https://github.com/mongodb/mongo/commit/d5beb490d241d0ad77e92aafe15fb6f270ea4dfe
acm commented on Tue, 16 Feb 2021 01:57:47 +0000:
This fix is also trivial: replace calls to isAlive with is_alive: https://github.com/python/cpython/commit/89669ffe10a9db6343f6ee42239e412c8ad96bde