You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lidongze0629
changed the title
[BUG] Some test failures both FLEX coordinator and Interactve
[BUG] Some test failures both in FLEX coordinator and Interactve
Jan 4, 2024
lidongze0629
changed the title
[BUG] Some test failures both in FLEX coordinator and Interactve
[BUG] Some test failures both in FLEX coordinator and Interactve side
Jan 4, 2024
Regarding the first question, we plan to implement it in the new version of the BulkLoader, which means completing the graph loading through GraphAr +Spark.
Describe the bug
1. POST /v1/graph/{graph_name}/dataloading
.lock
文件,导致无法执行其他图的操作2. DELETE /v1/graph/{graph_name}
删除某个不存在的图时,接口中返回的信息多个 “/” Fail to delete graph: Graph not exists: /dd3. POST /v1/graph/{graph_name}/procedure
IR compiler properties = /tmp/interactive_workspace//conf/engine_config.yaml not exists.
目前创建 procedure 后需要重启引擎才能生效,是否可以省略该过程,目前显示的重启服务来支持新创建的 procedure4. PUT v1/graph/{graph_name}/procedure/{procedure_name}
5. DELETE v1/graph/{graph_name}/procedure/{procedure_name}
6. POST /v1/service/start body {graph_name: xxxxx}
7. GET /v1/graph/{graph_name}/schema
8. POST /v1/job/dataloading
9 GET /v1/node/status
cpu_usage 和 memory usage 返回 1000 和 200 (代表1核,以及200M)由 coordinator 提供该功能10、服务接口
GET /v1/service/status
需返回 bolt_port 和 hqps_port,以支持可视化查询 {"status": running, "graph_name": "modern_graph", "bolt_port": xxxxx, "hqps_port": xxxxxx}POST /v1/service/stop
HTTP response body: {"message": "std::runtime_error (Stopping service not supported.)", "code": 500}The text was updated successfully, but these errors were encountered: