bitflicker64 opened a new issue, #3043:
URL: https://github.com/apache/hugegraph/issues/3043

   ### Bug Type (问题类型)
   
   others (please edit later)
   
   ### Before submit
   
   - [x] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 
[FAQ](https://hugegraph.apache.org/docs/guides/faq/) 中没有相同 / 重复问题 (I have 
confirmed and searched that there are no similar problems in the historical 
issue and documents)
   
   ### Environment (环境信息)
   
   - Server Version: 1.0.0 (Apache Release Version)
   - Backend: RocksDB x nodes, HDD or SSD 
   - OS: xx CPUs, xx G RAM, Ubuntu 2x.x / CentOS 7.x 
   - Data Size:  xx vertices, xx edges <!-- (like 1000W 点, 9000W 边) -->
   
   
   ### Expected & Actual behavior (期望与实际表现)
   
   Expected:
   When the HugeGraph Java process crashes inside a Docker container, the 
container should exit and Docker's restart policy (restart: unless-stopped) 
should automatically bring it back up.
   Actual:
   The container stays in Up state permanently even after Java crashes. docker 
ps shows green. Users get Connection refused. The container never restarts on 
its own. Manual intervention is required every time.
   ```
   # Java crashes at T=0:30
   $ docker ps
   CONTAINER ID   IMAGE              STATUS               PORTS
   abc123         hugegraph/server   Up 2 hours           0.0.0.0:8080->8080/tcp
   
   # Container looks healthy but:
   $ curl http://localhost:8080/versions
   curl: (7) Failed to connect to localhost port 8080: Connection refused
   ```
   
   
   ### Vertex/Edge example (问题点 / 边数据举例)
   
   ```javascript
   
   ```
   
   ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
   
   ```javascript
   
   ```


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