jerryshao opened a new pull request, #12355:
URL: https://github.com/apache/gravitino/pull/12355

   **Cherry-pick Information:**
   - Original commit: f1e0a2599a3f0daf4c86e3f28fbbf6a6a7db2b3c
   - Target branch: `branch-1.3`
   - Status: ⚠️ Conflicts manually resolved
   
   **Conflict resolution notes:**
   `docs/gravitino-server-config.md` and 
`docs/how-to-use-relational-backend-storage.md` conflicted
   because the original commit fully restructured `gravitino-server-config.md`, 
and main's version of
   that page had already picked up a few 2.0.0-only config properties that 
don't exist on
   `branch-1.3`. Resolved by taking the rewritten content and adjusting it for 
branch-1.3's actual
   feature set:
   - Removed the `gravitino.entityChangeLog.listenerMaxRetries` / 
`listenerFailureAction` rows
     (not present in branch-1.3's `Configs.java`)
   - Restored branch-1.3's actual `entityChangeLog.retentionSecs` (`86400`, 1 
day) /
     `cleanupIntervalSecs` (`3600`, 1 hour) defaults, in place of main's 
2.0.0-era values
   - Removed the `gravitino.catalog.classloader.sharing.enabled` row (not 
present in branch-1.3's
     `Configs.java`)
   
   Every other config key, default value, and catalog/doc reference in the 
ported content was
   cross-checked against branch-1.3 source (`Configs.java`, 
`ServerConfig.java`, `JettyServerConfig.java`,
   `ConfigServlet.java`, `rewrite_gravitino_server_config.py`, `bin/common.sh`, 
and the `catalogs/`
   module list).


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