Re: How to read flink state data without setting uid?

2022-09-22 Thread Chesnay Schepler
You will need to reload the savepoint with the original job and add uids 
to all operators (while also setting the uid hashes on all operators to 
properly restore the state).


On 22/09/2022 11:06, Chesnay Schepler wrote:

Currently the state processor API does not support that.

On 22/09/2022 11:02, BIGO wrote:
I didn't set the uid for my flink operator, is there any way to read 
the flink state data? State Processor API requires uid. Thanks.





Re: How to read flink state data without setting uid?

2022-09-22 Thread Chesnay Schepler

Currently the state processor API does not support that.

On 22/09/2022 11:02, BIGO wrote:
I didn't set the uid for my flink operator, is there any way to read 
the flink state data? State Processor API requires uid. Thanks.




How to read flink state data without setting uid?

2022-09-22 Thread BIGO
I didn't set the uid for my flink operator, is there any way to read the flink 
state data? State Processor API requires uid. 
Thanks.