javeme opened a new issue, #1843:
URL: https://github.com/apache/incubator-hugegraph/issues/1843

   ### Bug Type (问题类型)
   
   _No response_
   
   ### Before submit
   
   - [X] 我已经确认现有的 [Issues](https://github.com/hugegraph/hugegraph/issues) 与 
[FAQ](https://hugegraph.github.io/hugegraph-doc/guides/faq.html) 中没有相同 / 重复问题
   
   ### Environment (环境信息)
   
   - Server Version: v0.11.x
   - Backend: RocksDB x nodes, HDD or SSD 
   - OS: xx CPUs, xx G RAM, Centos 7.x 
   - Data Size:  xx vertices, xx edges <!-- (like 1000W 点, 9000W 边) -->
   
   
   ### Expected & Actual behavior (期望与实际表现)
   
   error log:
   ```java
   [INFO] Running com.baidu.hugegraph.api.ApiTestSuite
   Error:  Tests run: 86, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
54.335 s <<< FAILURE! - in com.baidu.hugegraph.api.ApiTestSuite
   Error:  testMetricsBackend(com.baidu.hugegraph.api.MetricsApiTest)  Time 
elapsed: 0.113 s  <<< FAILURE!
   java.lang.AssertionError: Expect contains key 'mem_max' in 
{exception=java.io.IOException: Failed to retrieve RMIServer stub: 
javax.naming.InvalidNameException: Malformed IPv6 address at index 7: 
rmi://[127.0.0.1]:7199 [Root exception is java.lang.IllegalArgumentException: 
Malformed IPv6 address at index 7: rmi://[127.0.0.1]:7199]}
        at 
com.baidu.hugegraph.api.MetricsApiTest.testMetricsBackend(MetricsApiTest.java:173)
   
   [INFO] 
   [INFO] Results:
   [INFO] 
   Error:  Failures: 
   Error:    
MetricsApiTest.testMetricsBackend:173->BaseApiTest.assertMapContains:631 Expect 
contains key 'mem_max' in {exception=java.io.IOException: Failed to retrieve 
RMIServer stub: javax.naming.InvalidNameException: Malformed IPv6 address at 
index 7: rmi://[127.0.0.1]:7199 [Root exception is 
java.lang.IllegalArgumentException: Malformed IPv6 address at index 7: 
rmi://[127.0.0.1]:7199]}
   [INFO] 
   Error:  Tests run: 86, Failures: 1, Errors: 0, Skipped: 0
   ```
   
   Note: there is no problem running locally.
   
   ### Vertex/Edge example (问题点 / 边数据举例)
   
   _No response_
   
   ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
   
   _No response_


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