boolean delayTear = shouldDelayTearConnection(_currentState.getStateId());
if ( ! delayTear )
{
tearConnection();
Status currStatus = _status.getStatus();
/*
* If it user - paused, then dont resume
* If not started, dont transition to pickServer (common to BootstrapPullThread)
*/
if ((currStatus != Status.PAUSED) &&