Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-06-03 Thread via GitHub
wu-sheng commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2145148003 0.6.1 should have fixed all known issues. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-06-03 Thread via GitHub
wu-sheng closed issue #12219: [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() URL: https://github.com/apache/skywalking/issues/12219 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-26 Thread via GitHub
Almot77 commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2132372691 Much better. 1. No doubles in service instances 2. Stable work, no errors ![image](https://github.com/apache/skywalking/assets/88525998/71a54052-4f57-4d45-9ea5-1bbf0fc3b

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-25 Thread via GitHub
wu-sheng commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2131839027 Please verify through https://github.com/apache/skywalking-banyandb/pkgs/container/skywalking-banyandb/220984457?tag=6b79695976e8a7531c70f785a100193b6863495d Both bugs sh

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-22 Thread via GitHub
Almot77 commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2125406656 Hi! I send request to join, thank you. Here logs: [bdb.logs.tar.gz](https://github.com/apache/skywalking/files/15406843/bdb.logs.tar.gz) -- This is an automated mess

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-21 Thread via GitHub
hanahmily commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2123587957 @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/

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-21 Thread via GitHub
Almot77 commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2121922754 After few minutes ater start i got: 1. bdb and sw containers still woring, but traces stop collectiong. bdb logs: ![image](https://github.com/apache/skywalking/

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-19 Thread via GitHub
hanahmily commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2119482339 @Almot77 Could you try ghcr.io/apache/skywalking-banyandb:4270ef1ff8adab3c5de68f9b5c467e838d8bc8ae which contains the patch raised by apache/skywalking-banyandb#447 -- This

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-14 Thread via GitHub
Almot77 commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2109804745 Sure. Image with fix version: '3.8' services: banyandb: profiles: - "banyandb" image: ${BANYANDB_IMAGE:-ghcr.io/apache/skywalking-ban

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-14 Thread via GitHub
hanahmily commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2109557468 ``` banyandb: profiles: - "banyandb" image: ${BANYANDB_IMAGE:-apache/skywalking-banyandb:latest} container_name: banyandb restart: alwa

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-14 Thread via GitHub
wu-sheng commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2109474785 SW_DCS_MAX_INBOUND_MESSAGE_SIZE is not for this case. We need to check BanyanDB Java client(storage/banyandb/... in application.yml) for relative settings(maybe missed for now)

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-14 Thread via GitHub
Almot77 commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2109471689 It`s data from skywalking php exporter, i don`t now how to collect and save it, may be export docker container with collected data ? -- This is an automated message from the A

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-14 Thread via GitHub
wu-sheng commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2109447305 If your data is just for testing, could you tar the whole data folder and upload here? It would be eaiser to verified your query through the same dataset. -- This is a

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-14 Thread via GitHub
Almot77 commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2109439962 Ok, db start success, but i have 3 troubles: 1. I lost data from my panel in grafana. Possible bug was in this place. ![image](https://github.com/apache/skywalking/asse

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-13 Thread via GitHub
wu-sheng commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2109373978 Or simply, try dev image from here, https://github.com/apache/skywalking-banyandb/pkgs/container/skywalking-banyandb/215721861?tag=c8270670d47a9c6caa2661af434157656c4b7eaf --

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-13 Thread via GitHub
wu-sheng commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2109371084 This is build doc, https://skywalking.apache.org/docs/skywalking-banyandb/latest/installation/binaries/#build-binaries -- This is an automated message from the Apache Git Ser

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-13 Thread via GitHub
Almot77 commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2109366071 How to install go libaries ? Ubuntu 22.04 I do: sudo apt install time nodejs npm sudo npm cache clean -f sudo npm install -g n sudo n stable wget

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-13 Thread via GitHub
Almot77 commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2109322821 Okay, i'l test it now. We use php application in docker + sw php libay for trace collecting + grafana dashboards (made from sw examples for grafana) -- This is an autom

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-13 Thread via GitHub
wu-sheng commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2109188070 I reopened this as we don't know gow this happens. @Almot77 We will need more, could you package the whole data folder to us, then we could address what is the illegal da

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-13 Thread via GitHub
wu-sheng closed issue #12219: [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() URL: https://github.com/apache/skywalking/issues/12219 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-13 Thread via GitHub
hanahmily commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2109036234 The nil error is fixed by https://github.com/apache/skywalking-banyandb/pull/445/files#diff-695073ea8dec3fcdaae77a3fcfb4eabc7290daade34399aee1de42d7b476R124 But the

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-13 Thread via GitHub
wu-sheng commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2109032259 This error is easy to fix, @Almot77 but we want to know how you could trigger it, as we have run many tests to verify features. -- This is an automated message from the Apach

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-13 Thread via GitHub
wu-sheng commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2109013133 Are you using docker quick start? We haven't upgraded it to latest. It needs v10 oap and latest banyandb 0.6. -- This is an automated message from the Apache Git Service. To

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-13 Thread via GitHub
Almot77 commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2108659386 > Your configuration is not well formatted. Please correct them. And what does `SW_STORAGE: elasticsearch` mean? I think we don't need Elasticsearch when you use BanyanDB. >

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-13 Thread via GitHub
prostocvet commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2108655703 > s/bus.go:270 + It`s docker-compose file to run SW with selected db profile: elastic or banyandb. right way to run it: docker compose --profile banyandb up -d

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-13 Thread via GitHub
wu-sheng commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2108057982 @lujiajing1126 What is the case of occurring this error? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-13 Thread via GitHub
lujiajing1126 commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2108047447 After checking the code, it seems error is not handled properly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-13 Thread via GitHub
wu-sheng commented on issue #12219: URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2108046013 Your configuration is not well formatted. Please correct them. And what does `SW_STORAGE: elasticsearch` mean? I think we don't need Elasticsearch when you use BanyanDB.

[I] [Bug] SIGSEGV: segmentation violation in banyand/query.(*topNQueryProcessor).Rev.func1() [skywalking]

2024-05-13 Thread via GitHub
Almot77 opened a new issue, #12219: URL: https://github.com/apache/skywalking/issues/12219 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues. ### Apache SkyWalking Component