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
It might be possible to have race condition between a provision request and a deprovision requests, resulting in dangling service instances in concourse that appear deleted in CF
Ways to address this:
add mutex between provision and deprovision
reduce race condition probability
by setting a timeout in git lower than the CC timeout.
plus keeping some headroom for potential git retries in between
It might be possible to have race condition between a provision request and a deprovision requests, resulting in dangling service instances in concourse that appear deleted in CF
Ways to address this:
See JGit Transport.setTimeout()
number of seconds to wait (with no data transfer occurring) before aborting an IO read or write operation with this remote.
and TransportHttp.javaThe text was updated successfully, but these errors were encountered: