zentol commented on pull request #16275:
URL: https://github.com/apache/flink/pull/16275#issuecomment-877024094


   > We are using flink on yarn, RM will escape the special characters again!!
   
   YARN making things complicate again... 😢 
   
   Earlier you said that the requests are encoded 3 times; The UI does it once 
(does it?), and the RM does it (I assume) once. Any idea where the third one 
comes from?
   
   > So what is your suggestion to solve this problem?
   
   hmm...it seems a bit arbitrary to stack a fixed number of decode calls; what 
if yet another middle-layer gets added between the UI and rest API, things 
could break at any time. Are there any downsides to decoding too _often_? As 
in, we loop the decoding until nothing changes anymore (although that also 
feels just _wrong_...).


-- 
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