Scott Wegner created BEAM-4563:
----------------------------------
Summary: Fix FutureReturnValueIgnored violations in direct runner
Key: BEAM-4563
URL: https://issues.apache.org/jira/browse/BEAM-4563
Project: Beam
Issue Type: Bug
Components: runner-direct
Reporter: Scott Wegner
Assignee: Thomas Groh
The direct runner has many ErrorProne violations of
[FutureReturnValueIgnored|http://errorprone.info/bugpattern/FutureReturnValueIgnored]
which seem like legitimate areas where we are potentially ignoring exceptions
from asynchronous work. Solving these will require API changes in various
places to block on asyc work or pass a {{Future}} back to the caller.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)