singhpk234 opened a new pull request, #1482:
URL: https://github.com/apache/polaris/pull/1482

   ### About the change 
   
   NOTE: Not ready for complete review.
   
   This introduces a new config `polaris.persistence.realm.isolation.type`  
which when set to db, which would imply that there is 1 DB per realm. 
   Presently this just makes the test pass of Admin and i am putting this out 
to get some early feedback. 
   
   This also add a check for table not exists when doing a check if the realm 
is bootstrapped or not so that purge can proceed, as if the realm is not 
bootstraped tables itself will not be there.
   
   ```
         if (e.getSQLState().equals("42P01")) {
           return null;
         }
   ```
   
   I observed some unexplainable quarkus behaviour and spent days on debugging 
it, but now i have some way to work around, with custom DS of quarkus if i 
don't specify them in application prop and even though i specify it my 
PostgresLifeCycleManagement test container it doesn't create these beans, so 
declearing even the garbage in the application prop does the trick.
   
   


-- 
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

Reply via email to