Any guidance on troubleshooting error
 
Error: No KvStateLocation found for KvState instance with name XXXXX
 
when trying to make a queryable state call in Flink 1.2.0?
 
I do know the server is receiving the call made from the remote client. (query.server.enable = true on the server in flink-conf.yaml, that is the only setting I changed there)
 
I'm following the guidelines documented here:
 
https://ci.apache.org/projects/flink/flink-docs-release-1.2/dev/stream/queryable_state.html
 
under 'Managed Keyed State'
 
I do understand this feature is 'highly experimental', and my code is in Scala, so I am also following the instructions under 'Note for Scala Users' in the documentation.
 

Reply via email to