rishabhdaim opened a new pull request, #2797:
URL: https://github.com/apache/jackrabbit-oak/pull/2797

   ## Summary
   
   Adds a dedicated `AGENTS.md` for the `oak-store-document` module, following 
the format established in #2775 (`oak-segment-tar/AGENTS.md`).
   
   The file covers:
   - Module overview with 3 backends (MongoDB, RDB, Memory)
   - Key Concepts: storage model, revision model, MVCC, branching, split 
documents, sweep
   - Package layout and key classes
   - OSGi configuration wiring chain
   - Background operations and caching
   - Garbage Collection (Revision GC + Full GC with FullGCMode enum and OSGi 
config)
   - Throttling (MongoDB only, MongoThrottlerFactory types)
   - Lease Updates (LeaseCheckMode, key classes, OSGi config)
   - Secondary Store, Checkpoints, Prefetch, Persistent Cache
   - DocumentDiscoveryLiteService
   - Feature Toggles table (9 toggles)
   - Cluster Support, System Properties
   - Testing guide (3 backends, build commands)
   - Common Pitfalls
   
   ## Changes
   
   - `oak-store-document/AGENTS.md` — new file
   
   ## Test Plan
   
   - [ ] No code changes; documentation only
   
   ## Links
   
   - JIRA: https://issues.apache.org/jira/browse/OAK-12136


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