Re: [PR] Fix ConsumeDriver running status [skywalking-java]

2025-01-17 Thread via GitHub
wu-sheng commented on PR #748: URL: https://github.com/apache/skywalking-java/pull/748#issuecomment-2599595130 You should update changes.md and describe what is fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] Fix ConsumeDriver running status [skywalking-java]

2025-01-17 Thread via GitHub
wu-sheng commented on PR #748: URL: https://github.com/apache/skywalking-java/pull/748#issuecomment-2599594914 > ConsumeDriver use a `lock` + `running ` status to protect `begin` method. but there is a problem with code. it should use `Double Checked Locking` Did you face some i

Re: [PR] Fix ConsumeDriver running status [skywalking-java]

2025-01-17 Thread via GitHub
JoeCqupt commented on PR #748: URL: https://github.com/apache/skywalking-java/pull/748#issuecomment-2599583153 ConsumeDriver use a `lock` + `running ` status to protect `begin` method. but there is a problem with code. it should use `Double Checked Locking` -- This is an automated me

Re: [PR] Fix ConsumeDriver running status [skywalking-java]

2025-01-17 Thread via GitHub
JoeCqupt commented on code in PR #748: URL: https://github.com/apache/skywalking-java/pull/748#discussion_r1920991137 ## apm-commons/apm-datacarrier/src/main/java/org/apache/skywalking/apm/commons/datacarrier/consumer/ConsumeDriver.java: ## @@ -88,6 +88,9 @@ public void begin(Ch

(skywalking-banyandb) branch main updated: Introduce the batch scan to improve the performance of the query and limit the memory usage (#597)

2025-01-17 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git The following commit(s) were added to refs/heads/main by this push: new 23a2e4a5 Introduce the batch scan to

Re: [I] [Feature] Add Full Iterator Pattern to BanyanDB's Query Pipeline [skywalking]

2025-01-17 Thread via GitHub
hanahmily closed issue #12913: [Feature] Add Full Iterator Pattern to BanyanDB's Query Pipeline URL: https://github.com/apache/skywalking/issues/12913 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

(skywalking-banyandb) branch stream deleted (was 11f2724f)

2025-01-17 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a change to branch stream in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git was 11f2724f Fix e2e The revisions that were on this branch are still contained in other references; ther

Re: [PR] Introduce the batch scan to improve the performance of the query and limit the memory usage [skywalking-banyandb]

2025-01-17 Thread via GitHub
hanahmily merged PR #597: URL: https://github.com/apache/skywalking-banyandb/pull/597 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsu

(skywalking-banyandb) branch stream updated (6dcab5b8 -> 11f2724f)

2025-01-17 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a change to branch stream in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git from 6dcab5b8 Merge branch 'main' into stream add 11f2724f Fix e2e No new revisions were added by thi

(skywalking-banyandb) branch stream updated (991eed1f -> 6dcab5b8)

2025-01-17 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a change to branch stream in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git from 991eed1f Improve error handler add 518c4135 feat: Update UI to Integrate New Property Query API (

(skywalking-banyandb) branch stream updated (bf34bb70 -> 991eed1f)

2025-01-17 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a change to branch stream in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git from bf34bb70 Benchmark the query add 991eed1f Improve error handler No new revisions were added by t

[PR] Introduce the batch scan to improve the performance of the query and limit the memory usage [skywalking-banyandb]

2025-01-17 Thread via GitHub
hanahmily opened a new pull request, #597: URL: https://github.com/apache/skywalking-banyandb/pull/597 ### Significant Decrease in Memory Usage From **940.42MB** to **195.27MB** total ### Improved Latency ```markdown | **Latency** | N | Min | Median |

(skywalking-banyandb) 02/02: Benchmark the query

2025-01-17 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch stream in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git commit bf34bb700f4176fa810f9c854bae13d9d6823d16 Author: Gao Hongtao AuthorDate: Sat Jan 18 00:52:32 2025 +

(skywalking-banyandb) branch stream updated (f6057ef7 -> bf34bb70)

2025-01-17 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a change to branch stream in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git from f6057ef7 Introduce batch scan to stream query by timestamp new 7a0e34e3 Fix license new bf34

(skywalking-banyandb) 01/02: Fix license

2025-01-17 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch stream in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git commit 7a0e34e3dd1a0eb99c84f109e00b5d5ca6b5317b Author: Gao Hongtao AuthorDate: Fri Jan 17 00:16:49 2025 +

Re: [PR] Fix ConsumeDriver running status [skywalking-java]

2025-01-17 Thread via GitHub
wu-sheng commented on PR #748: URL: https://github.com/apache/skywalking-java/pull/748#issuecomment-2599133173 Could you explain why do this change? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[PR] Fix ConsumeDriver running status [skywalking-java]

2025-01-17 Thread via GitHub
JoeCqupt opened a new pull request, #748: URL: https://github.com/apache/skywalking-java/pull/748 - [ ] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #. - [ ] Update the [`CHANGES` log](https://githu

(skywalking) branch master updated: Add Baseline module for support alarm module query predict metrics value (#12991)

2025-01-17 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/skywalking.git The following commit(s) were added to refs/heads/master by this push: new 8fbc1eb95a Add Baseline module for support

Re: [PR] Add Baseline module for support alarm module query predict metrics value [skywalking]

2025-01-17 Thread via GitHub
wu-sheng merged PR #12991: URL: https://github.com/apache/skywalking/pull/12991 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr..

Re: [I] [Bug] java21 log4j2 spring boot 3.4 agent start error with: class redefinition failed: attempted to change superclass or interfaces [skywalking]

2025-01-17 Thread via GitHub
wu-sheng closed issue #12992: [Bug] java21 log4j2 spring boot 3.4 agent start error with: class redefinition failed: attempted to change superclass or interfaces URL: https://github.com/apache/skywalking/issues/12992 -- This is an automated message from the Apache Git Service. To respond to

[I] [Bug] java21 log4j2 spring boot 3.4 agent start error with: class redefinition failed: attempted to change superclass or interfaces [skywalking]

2025-01-17 Thread via GitHub
sheiy opened a new issue, #12992: URL: https://github.com/apache/skywalking/issues/12992 ### 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

Re: [PR] Add Baseline module for support alarm module query predict metrics value [skywalking]

2025-01-17 Thread via GitHub
wu-sheng commented on code in PR #12991: URL: https://github.com/apache/skywalking/pull/12991#discussion_r1919823031 ## oap-server/pom.xml: ## @@ -49,6 +49,7 @@ ai-pipeline mqe-grammar mqe-rt +server-baseline Review Comment: ```suggestion

[PR] Add Baseline module for support alarm module query predict metrics value [skywalking]

2025-01-17 Thread via GitHub
mrproliu opened a new pull request, #12991: URL: https://github.com/apache/skywalking/pull/12991 Add the baseline module for prepare alarm module query the predict value. - [ ] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #. - [x] U

Re: [PR] Remove alarm baseline protocol [skywalking-data-collect-protocol]

2025-01-17 Thread via GitHub
wu-sheng merged PR #105: URL: https://github.com/apache/skywalking-data-collect-protocol/pull/105 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifi

(skywalking-data-collect-protocol) branch master updated: Remove alarm baseline protocol (#105)

2025-01-17 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git The following commit(s) were added to refs/heads/master by this push: new 04a4704 Remove alar

[PR] Remove alarm baseline protocol [skywalking-data-collect-protocol]

2025-01-17 Thread via GitHub
mrproliu opened a new pull request, #105: URL: https://github.com/apache/skywalking-data-collect-protocol/pull/105 Since the alarm baseline protocol is unrelated to any agent protocol, It needs to be deleted from the data collection project and moved to the skywalking repo. -- This is a

(skywalking-satellite) branch dependabot/go_modules/actions-deps-261da8f386 deleted (was 32eac9b)

2025-01-17 Thread kezhenxu94
This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a change to branch dependabot/go_modules/actions-deps-261da8f386 in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git was 32eac9b license The revisions that were on this branch are

Re: [PR] Bump the actions-deps group across 1 directory with 2 updates [skywalking-satellite]

2025-01-17 Thread via GitHub
kezhenxu94 merged PR #170: URL: https://github.com/apache/skywalking-satellite/pull/170 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-un

(skywalking-satellite) branch main updated: Bump the actions-deps group across 1 directory with 2 updates (#170)

2025-01-17 Thread kezhenxu94
This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git The following commit(s) were added to refs/heads/main by this push: new 32bf3bd Bump the actions-deps gro

(skywalking-banyandb) branch main updated: feat: Update UI to Integrate New Property Query API (#596)

2025-01-17 Thread qiuxiafan
This is an automated email from the ASF dual-hosted git repository. qiuxiafan pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git The following commit(s) were added to refs/heads/main by this push: new 518c4135 feat: Update UI to Integrat

Re: [I] [BanyanDB-UI] Update BanyanDB UI to Integrate New Property Query API [skywalking]

2025-01-17 Thread via GitHub
Fine0830 closed issue #12931: [BanyanDB-UI] Update BanyanDB UI to Integrate New Property Query API URL: https://github.com/apache/skywalking/issues/12931 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [PR] feat(UI): Update BanyanDB UI to Integrate New Property Query API [skywalking-banyandb]

2025-01-17 Thread via GitHub
Fine0830 merged PR #596: URL: https://github.com/apache/skywalking-banyandb/pull/596 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsub

[PR] Feat/property [skywalking-banyandb]

2025-01-17 Thread via GitHub
Fine0830 opened a new pull request, #596: URL: https://github.com/apache/skywalking-banyandb/pull/596 - [x] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes apache/skywalking#12931. - [x] Update the [`CHANGES` log](https://github.com/apac