Re: async io operator timeouts

2017-10-10 Thread Kostas Kloudas
Perfect! Thanks a lot Karthik. > On Oct 10, 2017, at 10:41 AM, Karthik Deivasigamani > wrote: > > Thanks Kostas. > Here is the JIRA : https://issues.apache.org/jira/browse/FLINK-7789 > > > ~ > Karthik > > On Mon, Oct

async io operator timeouts

2017-10-06 Thread Karthik Deivasigamani
Hi, Is there a way to catch the timeouts thrown from async io operator? We use async io API to make some high latency HTTP API calls. Currently when the underlying http connection hangs and fails to timeout in the configured time the async timeout kicks in and throws an exception which causes