Skip to content

Commit

Permalink
fix up broken filesystem radio shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Dec 11, 2024
1 parent 92114c6 commit 8772f09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions parsl/monitoring/monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,15 +212,6 @@ def close(self) -> None:
break
if self.monitoring_hub_active:
self.monitoring_hub_active = False

# some kind of filesystem_proc drain should happen here...
# which might take 10s of minutes based on my experience on cori (!)
# should this be message based? it probably doesn't need to be if
# we believe we've received all messages
# ... which we don't
logger.info("Terminating filesystem radio receiver process")
self.filesystem_proc.terminate()
self.filesystem_proc.join()
if exception_msgs:
for exception_msg in exception_msgs:
logger.error(
Expand Down
2 changes: 1 addition & 1 deletion parsl/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Set module version.
"""
VERSION = '2024.12.09+desc-2024.12.11a'
VERSION = '2024.12.09+desc-2024.12.11b'

0 comments on commit 8772f09

Please sign in to comment.