improve
authorJoey Hess <joeyh@joeyh.name>
Thu, 20 Feb 2020 20:01:38 +0000 (16:01 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 20 Feb 2020 20:01:38 +0000 (16:01 -0400)
doc/todo/more_extensive_retries_to_mask_transient_failures/comment_8_b302f24d3234b1c46ed1566cfdf696fb._comment

index 28ce825ca2eecce07c1f13375b1aee9d9562b8d5..cab6838e95400e059d39c0f78135ebb1984c4462 100644 (file)
@@ -53,7 +53,8 @@ different types of processes a remote might run.
    while it's being used, and then gets put back into the pool once
    it's idle again. So, register the pid as belonging to a thread when
    the thread removes it from the pool, and deregister it when the thread
-   returns it.
+   returns it. If the thread gets killed, don't add it back to the pool,
+   but instead kill the process.
 
 3. All the rest. For these what's needed is some way to register
    the pid of the process that a thread starts as belonging to the thread,