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

   ## Summary
   
   Fixes #2999
   
   - Standalone Docker image (`hugegraph-server/Dockerfile`, default `rocksdb` 
backend) gets stuck printing `Waiting for partition assignment...` for 120s 
after startup
   - Root cause: `wait-partition.sh` was called unconditionally in 
`docker-entrypoint.sh` — it polls `http://store:8520` which only exists in 
distributed `hstore` mode
   - Fix: read the actual `backend` value from `hugegraph.properties` and only 
run `wait-partition.sh` when `backend=hstore`
   
   ## Test plan
   
   - [x] Built patched image, ran standalone container — no more "Waiting for 
partition" messages
   - [x] Verified API responds normally (`/versions`, `/graphs`)
   - [ ] Verify distributed mode (docker-compose with hstore) still works 
correctly with the guard


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