Skip to content

Commit

Permalink
Fix incorrect "bootstrapped" status after first request
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyCanCode authored Dec 19, 2024
1 parent e8de7e5 commit b069591
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ public synchronized Supplier<PolarisMetaStoreSession> getOrCreateSessionSupplier
initializeForRealm(realmContext);
checkPolarisServiceBootstrappedForRealm(
realmContext, metaStoreManagerMap.get(realmContext.getRealmIdentifier()));
} else {
checkPolarisServiceBootstrappedForRealm(
realmContext, metaStoreManagerMap.get(realmContext.getRealmIdentifier()));
}
return sessionSupplierMap.get(realmContext.getRealmIdentifier());
}
Expand Down

0 comments on commit b069591

Please sign in to comment.