Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
- only really used in clidriver (via an infinite loop) here
- only 1 thing depends on the value of trycount; I think we can remove it GlobalLimitOptimizer
- there are a few loops which have pre-set trycount to 1 example
- other catches are exception repackagings
I think it would be better to remove it.
for more info:
git grep -C10 'catch.*CommandNeedRetryException'
git grep -i gettrycount