202203204205206207208209210211212
default: throw e; } } retryCounter.sleepUntilNextRetry(); retryCounter.useRetry(); } } /** * getChildren is an idempotent operation. Retry before throw out exception
237238239240241242243244245246247
272273274275276277278279280281282
default: throw e; } } retryCounter.sleepUntilNextRetry(); retryCounter.useRetry(); } } /** * getData is an idempotent operation. Retry before throw out exception
309310311312313314315316317318319
default: throw e; } } retryCounter.sleepUntilNextRetry(); retryCounter.useRetry(); } } /** * getData is an idemnpotent operation. Retry before throw out exception
177178179180181182183184185186187
default: throw e; } } retryCounter.sleepUntilNextRetry(); retryCounter.useRetry(); isRetry = true; } } finally { if (traceScope != null) traceScope.close(); }
211212213214215216217218219220221
default: throw e; } } retryCounter.sleepUntilNextRetry(); retryCounter.useRetry(); } } finally { if (traceScope != null) traceScope.close(); } }
244245246247248249250251252253254
287288289290291292293294295296297
320321322323324325326327328329330
354355356357358359360361362363364