Thank you Chen. There's no specific need so far for the info. I just wanted to check that the implementation (I mean assignment of operator IDs) has been done correctly and if I try to restore the job from a checkpoint with some changes in the job graph for other stateless operators, I would still be able to do so without any issues.
Thanks, Megh On Sat, Oct 7, 2023, 11:02 Chen Zhanghao <zhanghao.c...@outlook.com> wrote: > Hi Megh, > > Unfortunately, Flink currently does not expose operator IDs via REST API, > nor log them unless some operators' states are missing during state > recovery as operator IDs are mostly used internally. Could you further > collaborate a bit on why you need the operator ID info? Maybe you can > create a JIRA ticket to expose the info then. > > Best, > Zhanghao Chen > ------------------------------ > *发件人:* megh vidani <vidanimeg...@gmail.com> > *发送时间:* 2023年10月6日 14:20 > *收件人:* user@flink.apache.org <user@flink.apache.org> > *主题:* How/where to check the operator id > > Hello community, > > We're making use of uid method on all the stateful operators to assign > custom operator id's. > > However, I don't see any reference to these operator id's anywhere in the > job logs or Flink UI or even checkpoint details. > > Do I need to look into some other place? > > Thanks, > Megh >