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  2823704fac79b11d1990fce9366375e145cb8f88 (commit)
       via  208c6166d9176e36495ce3d8dff9a649662e72f5 (commit)
      from  a53264db266de50d477dc7a79157e0f782c019c9 (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 2823704fac79b11d1990fce9366375e145cb8f88
Author: Niklas Hambuechen <[email protected]>
Date:   Thu Aug 7 19:17:14 2014 +0200

    Query.Exec: Describe error if talking to job process fails
    
    When the forked (Python) job process dies for any reason, then the next 
`read`
    from its pipe will fail, giving an unhelpful error like:
    
       GenericError "<file descriptor: 13>: hWaitForInput: end of file"
    
    This message is also returned to whoever started the job, e.g. a CLI or RAPI
    invocation. It does not say more than "in some server using some FD failed",
    which doesn't help tracking down the issue.
    
    This commit makes the error location more descriptive, turning it into
    either of:
    
      "<file descriptor: 13>: ganeti job process input pipe: end of file
      "<file descriptor: 13>: ganeti job process output pipe: end of file
    
    Signed-off-by: Niklas Hambuechen <[email protected]>
    Signed-off-by: Klaus Aehlig <[email protected]>
    Reviewed-by: Klaus Aehlig <[email protected]>

commit 208c6166d9176e36495ce3d8dff9a649662e72f5
Author: Niklas Hambuechen <[email protected]>
Date:   Thu Aug 7 19:17:13 2014 +0200

    Query.Exec: Log error when talking to job process fails
    
    When the forked (Python) job process dies for any reason, then the next 
`read`
    from its pipe will fail, giving an unhelpful error like:
    
       GenericError "<file descriptor: 13>: hWaitForInput: end of file"
    
    This commit adds an error log message when reading or writing the
    pipe fails.
    
    Signed-off-by: Niklas Hambuechen <[email protected]>
    Reviewed-by: Hrvoje Ribicic <[email protected]>
    Signed-off-by: Klaus Aehlig <[email protected]>

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

Summary of changes:
 src/Ganeti/Query/Exec.hs |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 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