[FLINK-38022][table] Throw exception in main thread in tests when any exception is thrown in async thread during looking up (#26752)
* [FLINK-38022][table] Throw exception in main thread in tests when any exception is thrown in async thread during looking up
* Furthermore, this pr is also trying to fix the potential bugs for ConcurrentModificationException while copying list in tests.