Jingbo Xu

Results 51 issues of Jingbo Xu

[Prometheus](https://github.com/prometheus) 是 Kubernetes 生态中的一个开源系统监控告警解决方案,在本任务中,你需要结合 Prometheus 为 GraphScope 系统提供一套统一的 UI,来帮助监控、追踪 GraphScope 集群的运行状态,具体包含子任务如下: **生产监控数据** - [Python] 在 [GraphScope Coordinator](https://github.com/alibaba/GraphScope/tree/main/coordinator) 中暴露 HTTP 服务,负责生成 [Prometheus 可识别](https://prometheus.io/docs/concepts/data_model/)的日志信息 - [Python] 为 [GraphScope Store](https://github.com/alibaba/GraphScope/tree/main/research/graph_store) 实现一个 [Prometheus Exporter](https://prometheus.io/docs/instrumenting/writing_exporters/),该...

component:python
user-friendly
summer-of-code

the makefile has an arg assigning whether it is build in debug/release mode; i.e., https://github.com/alibaba/GraphScope/blob/main/Makefile#L114 however, it seems when building compiler, it overlooked this arg, i.e., https://github.com/alibaba/GraphScope/blob/main/interactive_engine/executor/ir/compiler/build_ir_core.sh#L8 In addition, I...

bug
component:gie

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** `make gae` **Screenshots** **Environment (please complete the following information):** - GraphScope version: [master] - OS:...

bug
component:dev-infra

Some Rust dependencies exists many versions. e.g., as shown in the screenshot. **Screenshots**

component:dev-infra

- Or support by treating the edge weight as 1 equally. ### Discussed in https://github.com/alibaba/GraphScope/discussions/1637 Originally posted by **FishieJ** May 27, 2022 I'm trying to run `graphscope.sssp` in Jupyter notebook...

bug

There are many limitations on our current CI: - The environment on CI is hugely different from our laptop, it is hard to reproduce CI errors by our own; -...

component:dev-infra

Reported by our users, e.g., `vineyard_shared_mem` is not clear, users may be confused about whether it means the shared_mem on a node or the total amount on the cluster. Suggestion:...

component:python

as titled, details TBF.

As we discussed before, HDFS will only be used in `data_loader` module for store. Hence we may need to remove HDFS in many places. - [ ] dependencies in poms...