Describe the bug
The admin list command first gets a list of all fate tx ids, then starts to query for specific information.
When a large number of fate transactions are present, the fate command will error on "no node exceptions" because that fate transaction ID has since completed.
This blocks the entire fate list from being printed
Versions (OS, Maven, Java, and others, as appropriate):
- Affected version(s) of this project: [e.g. 1.10.0] 2.1.x
- OS: [e.g. CentOS 7.5] Centos 7
- Others:
Expected behavior
The list command should not fail on fate transactions that are no longer present in ZK.