This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Ganeti core".

The branch, master has been updated
       via  2fb6a3989089618e13fe4a0efe86c5a64e9da625 (commit)
       via  c2be083411d4916c5482bdec611d1e909b2fabb6 (commit)
       via  6f160319d600c5208be091efe8bac7d0844f6d7e (commit)
       via  e4195480da827f35b6cefb76caf0ed3f289bb415 (commit)
       via  876b0d0ac6f958368a3454c5b4d9f3ce737bbf7e (commit)
      from  8eafdd519ee8078120475ce7df6114582ac8f059 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2fb6a3989089618e13fe4a0efe86c5a64e9da625
Author: Klaus Aehlig <[email protected]>
Date:   Tue Oct 14 17:03:17 2014 +0200

    Retry death detection after killing
    
    We cannot avoid the race on death detection after
    forcefully killing a job: the only guarantee the
    operating system gives us is that the process will
    die eventually. However, we can improve the chance
    of being able to successfully clean up a job by
    retrying death detection. Do this.
    
    Signed-off-by: Klaus Aehlig <[email protected]>
    Reviewed-by: Niklas Hambuechen <[email protected]>

commit c2be083411d4916c5482bdec611d1e909b2fabb6
Author: Klaus Aehlig <[email protected]>
Date:   Tue Oct 14 17:49:16 2014 +0200

    Add orM from monad-loops
    
    ...a monadic short-circuit version of 'or'.
    
    Signed-off-by: Klaus Aehlig <[email protected]>
    Reviewed-by: Niklas Hambuechen <[email protected]>

commit 6f160319d600c5208be091efe8bac7d0844f6d7e
Author: Klaus Aehlig <[email protected]>
Date:   Tue Oct 14 17:12:33 2014 +0200

    Add constants for retries of death detection
    
    Add constants describing how often, and at which intervals,
    to retry death detection of a job after sending it a SIGKILL.
    
    Signed-off-by: Klaus Aehlig <[email protected]>
    Reviewed-by: Niklas Hambuechen <[email protected]>

commit e4195480da827f35b6cefb76caf0ed3f289bb415
Author: Klaus Aehlig <[email protected]>
Date:   Tue Oct 14 16:36:10 2014 +0200

    Report back death status after check
    
    Make cleanupIfDead report the death status of the job,
    so that a caller can decide to retry.
    
    Signed-off-by: Klaus Aehlig <[email protected]>
    Reviewed-by: Niklas Hambuechen <[email protected]>

commit 876b0d0ac6f958368a3454c5b4d9f3ce737bbf7e
Author: Klaus Aehlig <[email protected]>
Date:   Tue Oct 14 16:27:11 2014 +0200

    Improve debug statements in death detection
    
    Signed-off-by: Klaus Aehlig <[email protected]>
    Reviewed-by: Niklas Hambuechen <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 src/Ganeti/Constants.hs    |   13 +++++++++++++
 src/Ganeti/JQScheduler.hs  |   12 ++++++++----
 src/Ganeti/Query/Server.hs |    7 ++++++-
 src/Ganeti/Utils/Monad.hs  |    5 +++++
 4 files changed, 32 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Ganeti core

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ganeti-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to