JAkutenshi commented on code in PR #5198:
URL: https://github.com/apache/ignite-3/pull/5198#discussion_r1950452418
##########
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:
Agree, would add TODO with https://issues.apache.org/jira/browse/IGNITE-22522
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]