You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retry Py4J on empty response (py4j#551)
This PR retries Py4J on empty response. The other end might not be dead but the JVM itself might keep running. In this case, new connection has to be made.