Gao Hongtao
Gao Hongtao
> Is this in 0.6 or next 0.7? It will be in the next one, so I didn't tag it as 0.6.
> I would like to take this up to get myself familiarised with the backend of banyandb. Might need some help along the way. Go for it. When you are...
@sksDonni If you have any questions about this task, please let me know. Before submitting a PR, it's important to write a design document detailing how you plan to implement...
The nil error is fixed by https://github.com/apache/skywalking-banyandb/pull/445/files#diff-695073ea8dec3fcdaae77a3fcfb4eabc7290daade34399aee1de429999d7b476R124 But the error below is a bit tricky. ``` {"level":"error","module":"QUERY.TOPN.MEASURE-MINUTE.ENDPOINT_RESP_TIME_MINUTE_TOPN","error":"failed to query measure: unmarshal tag value: unsupported tag value type","req":{"groups":["measure-minute"], "name":"endpoint_resp_time_minute_topn", "timeRange":{"begin":"2024-05-13T14:20:00Z", "end":"2024-05-13T14:51:00Z"},...
``` banyandb: profiles: - "banyandb" image: ${BANYANDB_IMAGE:-apache/skywalking-banyandb:latest} container_name: banyandb restart: always networks: - skywalking expose: - 17912 ports: - 17913:17913 volumes: - :/tmp ``` @Almot77 could you mount your host...
@Almot77 Could you try ghcr.io/apache/skywalking-banyandb:4270ef1ff8adab3c5de68f9b5c467e838d8bc8ae which contains the patch raised by apache/skywalking-banyandb#447
@Almot77 Thank you for your feedback. Since there are several issues here, let's focus on the "errors" in bdb's log. I have created a debug image `docker.io/hanahmily/skywalking-banyandb:13af6cb01078c29a3b346342b89ec56882466891`, which can provide...