eric-maynard commented on code in PR #1523: URL: https://github.com/apache/polaris/pull/1523#discussion_r2124518607
########## polaris-core/src/main/java/org/apache/polaris/core/persistence/transactional/TransactionalMetaStoreManagerImpl.java: ########## @@ -1985,11 +1983,60 @@ private PolarisEntityResolver resolveSecurableToRoleGrant( return new EntitiesResult(loadedTasks); } + private @Nonnull EntitiesResult loadTasksWithIsolatedTxn( Review Comment: Do we actually need a single txn per task, or can we try to transactionally grab multiple in one trip to persistence? -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org