[
https://issues.apache.org/jira/browse/BEAM-3156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16269427#comment-16269427
]
ASF GitHub Bot commented on BEAM-3156:
--------------------------------------
rniemo-g commented on issue #4095: [BEAM-3156] Fix BigTableIO to use
non-deprecated Futures.addCallback function
URL: https://github.com/apache/beam/pull/4095#issuecomment-347656902
It looks like the failed test was a timeout -- mind taking a look at this
again?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Use non-deprecated Futures.addCallback function.
> ------------------------------------------------
>
> Key: BEAM-3156
> URL: https://issues.apache.org/jira/browse/BEAM-3156
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-gcp
> Reporter: Ryan Niemocienski
> Assignee: Chamikara Jayalath
> Priority: Minor
>
> addCallback(ListenableFuture, FutureCallback) is in the process of being
> deprecated in favor of addCallback(ListenableFuture, FutureCallback,
> Executor). Currently BigtableIO uses the former function call; switch it to
> the second one.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)