This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: BaseProxy cache should be cleaned when Manager client is reconnected
Type: behavior Stage: patch review
Components: Library (Lib) Versions: Python 3.7, Python 3.6, Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: davin, pitrou, wynfred
Priority: normal Keywords: patch

Created on 2018-09-21 15:48 by wynfred, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 9476 open wynfred, 2018-09-21 16:55
Messages (5)
msg326388 - (view) Author: Yongnan Wu (wynfred) * Date: 2018-09-25 18:41
BaseProxy class in multiprocessing has an internal cache _address_to_local that is only cleaned when Manager server gets shutdown. If a Manager is used as client, the cache should to be cleaned when a new connection is created by Manager.
msg329480 - (view) Author: Yongnan Wu (wynfred) * Date: 2018-11-08 16:34
ping
msg331765 - (view) Author: Yongnan Wu (wynfred) * Date: 2018-12-13 17:02
pong
msg333896 - (view) Author: Yongnan Wu (wynfred) * Date: 2019-01-17 19:54
ping
msg341631 - (view) Author: Yongnan Wu (wynfred) * Date: 2019-05-06 19:54
pong
History
Date User Action Args
2022-04-11 14:59:06adminsetgithub: 78947
2019-05-06 19:54:38wynfredsetmessages: + msg341631
2019-01-26 06:22:16xtreaksetnosy: + pitrou, davin
2019-01-17 19:54:57wynfredsetmessages: + msg333896
2018-12-13 17:02:46wynfredsetmessages: + msg331765
2018-11-08 16:34:46wynfredsetmessages: + msg329480
2018-09-25 18:41:36wynfredsetmessages: + msg326388
2018-09-21 16:55:17wynfredsetkeywords: + patch
stage: patch review
pull_requests: + pull_request8889
2018-09-21 15:48:45wynfredcreate