jlon opened a new pull request #17910:
URL: https://github.com/apache/flink/pull/17910


   ## What is the purpose of the change
   
   Modify Flink dashboard task manager page, "Path, ID" column,to support 
sorting by id,So we can find the missing taskmanager more quickly. Especially 
when the job is deployed in a Kubernetes environment. For example: We have 
requested 100 Pods, but some pods(TM) have not been registered with JM due to 
internal errors, but it seems to be running normally. At this time, it is 
impossible to determine which pod has a problem. If you sort by ID and combine 
with the kubectl command, you can quickly locate which pod(TM) is not 
registered to JM, so as to quickly solve the problem.
   
   
   ## Brief change log
   Modify Flink dashboard task manager page, "Path, ID" column,to support 
sorting by id
   
   
   ## Verifying this change
   This change is already covered by existing tests.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (no)
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: (no)
     - The serializers: (yes / no / don't know)
     - The runtime per-record code paths (performance sensitive): (no)
     - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (no)
     - The S3 file system connector: (no)
   
   ## Documentation
     - Does this pull request introduce a new feature? (no)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to