rishabhdaim commented on PR #3064:
URL: https://github.com/apache/jackrabbit-oak/pull/3064#issuecomment-5188738787

   Two more findings surfaced by a second, independent PR analysis were 
verified and addressed in 0d883791:
   
   - `RDBBlobStoreDB.POSTGRES.checkVersion` still required only PostgreSQL >= 
9.5 while this PR raised the document store minimum to 14.0 — bumped the blob 
store minimum to 14.0 as well for consistency (driver-version threshold left 
unchanged).
   - `RDBDocumentStore.java` logs `versionDiags` at `LOG.error` on every 
startup when the check fails. Raising the minimum here means PostgreSQL 13.x 
users (previously fine) will now hit that ERROR-level log on every init — 
advisory only, no functional break, but can trigger monitoring alerts. Added a 
code comment documenting this so it is not mistaken for a new bug when users 
start reporting it.


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

Reply via email to