Re: Queryable State
Posted by
Vishal Santoshi on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Queryable-State-tp18973p19001.html
Those are understandable. I am more interested in a few things ( and may be more that could be added )
* As far as I can understand JM is the SPOF. Does HA become a necessity ?
* If there are 2 or more JM could we theoretically have a LB fronting them ? Thus it is a peer to peer access ( Cassandra ) or a master slave setup for JM HA specifically for Queryable access ( For flink jobs it is master slave )
* Do we replicate state to other TMs for read optimization ( specifically to avoid Hot Node issues ) ?
* If the job goes down it seems the state is not accessible. What plans to we have to "separate concerns" for Queryable state.
We consider Queryable State significant a feature Flink provides and would do the necessary leg work if there are certain gaps in it being trully considered a Highly Available Key Value store.
Regards.