Skip to content

Resolve "scan groups and caching race condition"

Wout De Nolf requested to merge 2415-scan-groups-and-caching-race-condition into master

Closes #2415 (closed)

Do not disconnect CachingRedisDbConnectionPool when disabling caching as there may be ongoing commands (in particular the ScanGroup is accessing the scan node and its children when adding the scan to the group).

Edited by Wout De Nolf

Merge request reports