tkalkirill commented on code in PR #4524: URL: https://github.com/apache/ignite-3/pull/4524#discussion_r1792993032
########## modules/metastorage-api/src/main/java/org/apache/ignite/internal/metastorage/exceptions/CompactedException.java: ########## @@ -36,10 +36,17 @@ public CompactedException() { /** * Constructs an exception with a given message. * - * @param revision Requested revision. + * @param requestedRevision Requested revision. + * @param latestCompatedRevision Latest compacted revision. */ - public CompactedException(long revision) { - super(COMPACTED_ERR, "Requested revision has already been compacted: " + revision); + public CompactedException(long requestedRevision, long latestCompatedRevision) { Review Comment: Thanks -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org