xtern commented on code in PR #5207: URL: https://github.com/apache/ignite-3/pull/5207#discussion_r1950586835
########## modules/transactions/src/main/java/org/apache/ignite/internal/tx/views/TransactionsViewProvider.java: ########## @@ -124,19 +110,15 @@ static class TxInfo { private final String type; private final String priority; - static TxInfo readOnly(UUID id) { - return new TxInfo(id, PENDING, true); - } + TxInfo(UUID id, TxStateMeta txStateMeta) { Review Comment: Done, 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