All: Flink Version 0.10.2 The number that I set for taskmanager.network.numberOfBuffers doesn't seem to have any affect, even if I set it to a very high number. There might be a race condition here where the upper bound is not enforced or computer correctly.
Has anyone else encountered this issue? Thanks in advance for any help that anyone can provide. |
Hey Souringa, could you provide some context about the program you are running? Is it batch or streaming? What is the parallelism? How many operators are you running? Thanks for reporting the issue. I think we will figure it out once you provide further information. :-) – Ufuk On Fri, Mar 18, 2016 at 7:15 PM, Sourigna Phetsarath <[hidden email]> wrote:
|
It's batch. Reading a few thousand Avro files from S3 with a parallelism of 320. It's just failing on the read right now and not making to the next operations. Here's a screenshot of the flink dashboard. It usually fails in the 1st task. Cheers, Gna On Fri, Mar 18, 2016 at 4:03 PM, Ufuk Celebi <[hidden email]> wrote:
Apache Flink Web Dashboard.png (1M) Download Attachment |
Can you please follow the formula from [1]. For high parallelism you have to configure the number of buffers accordingly, using number of slots for #cores and number of task managers for #machines. On Fri, Mar 18, 2016 at 9:38 PM, Sourigna Phetsarath <[hidden email]> wrote:
Apache Flink Web Dashboard.png (1M) Download Attachment |
Ufuk, I configured the a super high number: and there are still issues. :( I did however, narrow down the issue to:
For now, I've gotten things to work. Is there any way to map allPaths and have the readFile tasks execute sequentially rather than concurrently or specify multiple paths for FileInputFormat using Flink? Thank you for your help. - Gna On Sat, Mar 19, 2016 at 10:09 AM, Ufuk Celebi <[hidden email]> wrote:
|
Hi, right now there is no way to sequentially execute the input tasks. Flink's FileInputFormat does also not support multiple paths out of the box. However, it is certainly possible to extend the FileInputFormat such that this is possible. 2016-03-19 18:39 GMT+01:00 Sourigna Phetsarath <[hidden email]>:
|
Free forum by Nabble | Edit this page |