227228229230231232233234235236237
if(loadingEventCode > 0) { initializationTracker.notifyEvent(loadingEventCode); } return stream; } catch (StreamConnectFailedException e) { circuit.markForClose(); failCount += 1; } catch (TimeoutException e) { circuit.markForClose(); } }
230231232233234235236237238239240
return stream; } catch (StreamConnectFailedException e) { circuit.markForClose(); failCount += 1; } catch (TimeoutException e) { circuit.markForClose(); } } throw new OpenFailedException("Retry count exceeded opening directory stream"); }