Customer Portal

Dead lock in graph, that reads data from MySQL

Comments 1

  • Avatar
    avackova
    0
    Comment actions Permalink
    The reason is the bug in MySQL jdbc driver (http://bugs.mysql.com/bug.php?id=31353). To avoid the never-ending graph execution set socketTimeout connection property. Then the graph will fail, but it won't run "forever".

Please sign in to leave a comment.