ulofiai opened a new pull request, #3141:
URL: https://github.com/apache/hugegraph/pull/3141

   Fixes the HStore clear/recreate lifecycle defect described in #3090.
   
   This focused change invalidates the local `infoInitializedGraph` marker 
after a successful store-side graph deletion. The marker is cleared in a 
`finally` block, so a later `open()` can re-register the same graph even when 
the PD deletion call reports an error.
   
   A regression test repeats the initialization-state add/clear transition 50 
times to guard against stale JVM lifecycle state.
   
   Validation:
   - `git diff --check`
   - Java 11 syntax parsing for both modified sources
   - patch apply and reverse-apply checks against the supplied base snapshot
   
   Maven tests were not run because Maven is unavailable in the execution image.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to