You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//TODO(AR) rather than working with exceptions from Future.get(), it would be better to encapsulate them in a similar way to working on an empty sequence, e.g. could use Either<L,R>???
520
519
U1u1 = null;
521
520
U2u2 = null;
522
521
while (true) {
@@ -534,17 +533,6 @@ public Tuple2<U1, U2> execute(final BrokerPool brokerPool, final ExecutionListen
// if we get to here then t1Result or t2Result has thrown an exception
539
-
540
-
// force shutdown of transaction threads
541
-
542
-
t2ExecutorService.shutdownNow();
543
-
t1ExecutorService.shutdownNow();
544
-
545
-
//TODO(AR) rather than working with exceptions, it would be better to encapsulate them in a similar way to working on an empty sequence, e.g. could use Either<L,R>???
0 commit comments