CONTENTS DELETED
The author has deleted this message.
|
Hi Anil, Thanks for reporting the issue. I went through the code and I believe the auto-scaling functionality is still in our internal branch and has not been merged to the open-source branch yet. I will change the documentation accordingly. Thanks, Rong On Mon, May 6, 2019 at 9:54 PM Anil <[hidden email]> wrote: I'm using Uber Open Source project Athenax. As mentioned in it's docs[1] it |
CONTENTS DELETED
The author has deleted this message.
|
Hi Anil, We have a presentation[1] that briefly discuss the higher level of the approach (via watchdog) in FlinkForward 2018. We are also restructuring the approach of our open-source AthenaX: Right now our internal implementation has diverged from the open-source for too long, it has been a problem for us to merged back to open-source upstream. So we are likely to create a new modularized version of AthenaX in the future. Thanks for the interested, and please stay tune for our next release. Best, Rong On Wed, May 8, 2019 at 11:32 AM Anil <[hidden email]> wrote: Thanks for the reply Rong. Can you please let me know the design for the |
CONTENTS DELETED
The author has deleted this message.
|
Hi Anil, The reason why we are using Docker is because internally we support Dockerized container for microservices. Ideally speaking this can be any external service running on something other than the actual YARN cluster you Flink application resides. Basically watchdog runs outside of the Flink cluster: watchdog is designed to capture failures that is not self-recoverable by YARN/Flink alone, for example a schema evolution in source/sink; corrupted data that needs to be skipped; etc. because of this nature, it does not make sense to run it on the same YARN cluster. We have enabled HA in Flink's JM now but not at the time of the presentation. I CCed Peter who might be able to answer this question better. Thanks, Rong On Sat, May 11, 2019 at 10:12 PM Anil <[hidden email]> wrote: Thanks Rong. FlinkForward talk was insightful. |
CONTENTS DELETED
The author has deleted this message.
|
Hi Anil, A typical Yarn Resource Manager setting consist of 2 RM nodes [1] for active/standby setup. FYI: We've also shared some practical experiences for the limitation of this setup, and potential redundant fail-save mechanisms in our latest talk[2] in this year's FlinkForward. Thanks, Rong On Thu, May 16, 2019 at 5:08 AM Anil <[hidden email]> wrote: Thanks for the clarification Rong! |
Free forum by Nabble | Edit this page |