Bug Type (问题类型)
logic (逻辑设计问题)
Before submit
Environment (环境信息)
- Server Version: 1.3.0 (Apache Release Version)
- Backend: RocksDB
Expected & Actual behavior (期望与实际表现)
API
PUT http://127.0.0.1:8080/graphs/hugegraph/graph/vertices/"1:mako"?action=append
{
"label": "person",
"properties": {
"age": 30,
"city": "Beijing"
}
}
Get metrics
curl http:/127.0.0.1:8080/metrics |grep vertices
result
_graphs_hugegraph_graph_vertices_%221:mako%22_PUT_RESPONSE_TIME_HISTOGRAM
when there is many Vetices update
This Map will be oom
ServerReporter.java
private SortedMap<String, Histogram> histograms;
Bug Type (问题类型)
logic (逻辑设计问题)
Before submit
Environment (环境信息)
Expected & Actual behavior (期望与实际表现)
API
Get metrics
when there is many Vetices update
This Map will be oom
ServerReporter.java