tillrohrmann commented on issue #10228:
URL: https://github.com/apache/flink/pull/10228#issuecomment-618392033


   @lamber-ken @vthinkxie I would actually argue exactly the other way around. 
Why does the stack trace is being treated like a file if it isn't a file? 
Wouldn't it be much simpler to expose the stack trace (maybe in its stringified 
version) directly without going through the indirection of the blob service? I 
don't think that the stringified stack trace will be larger than 10MB.
   
   Another argument for changing the cluster RPC is that 
https://issues.apache.org/jira/browse/FLINK-13550 would need a similar 
mechanism to obtain the stack trace for a set of tasks. One could use the same 
RPC to obtain it.
   
   I will create a simple mock to show you what I mean.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to