sanpwc commented on code in PR #5198: URL: https://github.com/apache/ignite-3/pull/5198#discussion_r1950421442
########## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/PartitionScanPublisher.java: ########## @@ -85,6 +86,11 @@ public void subscribe(Subscriber<? super T> subscriber) { */ protected abstract CompletableFuture<Void> onClose(boolean intentionallyClose, long scanId, @Nullable Throwable th); + @TestOnly + public long scanId(Subscription subscription) { Review Comment: I'd even add todo with our colocation cleanup ticket. -- 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