TisonKun opened a new pull request #6674: [hotfix] [runtime] Remove unused legacy exception class URL: https://github.com/apache/flink/pull/6674 ## What is the purpose of the change Remove unused legacy exception class `SlotException`. This exception class was introduced by a569f38f16186518b53461842d37b09fb1df45e9 and out of used since 0ef7fddeff8430fd40d2d7a1b8a6454fd9416ced, somehow using `FlinkException` replaced it. As slot allocate design changed and we now have more exactly "SlotException" like `SlotAllocationException` and `SlotOccupiedException`, we can remove this class anyway.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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