supratimdeka commented on issue #47: HDDS-2208. Propagate System Exceptions from OM transaction apply phase. Contributed by Supratim Deka URL: https://github.com/apache/hadoop-ozone/pull/47#issuecomment-543615441 @bharatviswa504 , yes the intention is to send the entire stack trace for system exceptions to the client. the expectation is to make debugging more convenient. the original intent was to throw exceptions on the client (via protobuf ServiceExceptions). but that gets quite complicated because of Ratis. Lot simpler to make the same information available in the message field of the OM response. So leaving it at that for now.
---------------------------------------------------------------- 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 With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org