Re: [I] [Bug] SkyWalking Java Agent performance degradation after upgrading to 9.0 [skywalking]

2023-11-02 Thread via GitHub
wu-sheng closed issue #11460: [Bug] SkyWalking Java Agent performance degradation after upgrading to 9.0 URL: https://github.com/apache/skywalking/issues/11460 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] [Bug] SkyWalking Java Agent performance degradation after upgrading to 9.0 [skywalking]

2023-10-27 Thread via GitHub
kylixs commented on issue #11460: URL: https://github.com/apache/skywalking/issues/11460#issuecomment-1783713736 @lujiajing1126 Please try about new solution: https://github.com/apache/skywalking-java/pull/637 -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] [Bug] SkyWalking Java Agent performance degradation after upgrading to 9.0 [skywalking]

2023-10-27 Thread via GitHub
kylixs commented on issue #11460: URL: https://github.com/apache/skywalking/issues/11460#issuecomment-1782417339 @lujiajing1126 Please try this patch: https://github.com/apache/skywalking-java/pull/634 -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] [Bug] SkyWalking Java Agent performance degradation after upgrading to 9.0 [skywalking]

2023-10-27 Thread via GitHub
lujiajing1126 commented on issue #11460: URL: https://github.com/apache/skywalking/issues/11460#issuecomment-1782376276 > @lujiajing1126 The POOL_FIRST solution is to solve the retransform failure problem by obtaining the original bytecode and reprocessing it. I see. > Are

Re: [I] [Bug] SkyWalking Java Agent performance degradation after upgrading to 9.0 [skywalking]

2023-10-27 Thread via GitHub
kylixs commented on issue #11460: URL: https://github.com/apache/skywalking/issues/11460#issuecomment-1782365482 @lujiajing1126 The POOL_FIRST solution is to solve the retransform failure problem by obtaining the original bytecode and reprocessing it. What is the approximate number of

Re: [I] [Bug] SkyWalking Java Agent performance degradation after upgrading to 9.0 [skywalking]

2023-10-26 Thread via GitHub
lujiajing1126 commented on issue #11460: URL: https://github.com/apache/skywalking/issues/11460#issuecomment-1782336011 > What was the value by default? HYBRID -- 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] SkyWalking Java Agent performance degradation after upgrading to 9.0 [skywalking]

2023-10-26 Thread via GitHub
wu-sheng commented on issue #11460: URL: https://github.com/apache/skywalking/issues/11460#issuecomment-1782264010 What was the value by default? -- 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

Re: [I] [Bug] SkyWalking Java Agent performance degradation after upgrading to 9.0 [skywalking]

2023-10-26 Thread via GitHub
lujiajing1126 commented on issue #11460: URL: https://github.com/apache/skywalking/issues/11460#issuecomment-1782263150 After some investigation, I found that ```java .with(AgentBuilder.DescriptionStrategy.Default.POOL_FIRST); ``` changing this strategy leads to almost

Re: [I] [Bug] SkyWalking Java Agent performance degradation after upgrading to 9.0 [skywalking]

2023-10-26 Thread via GitHub
wu-sheng commented on issue #11460: URL: https://github.com/apache/skywalking/issues/11460#issuecomment-1780927086 You could try the version without the change, I believe the latency will be gone. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] [Bug] SkyWalking Java Agent performance degradation after upgrading to 9.0 [skywalking]

2023-10-26 Thread via GitHub
wu-sheng commented on issue #11460: URL: https://github.com/apache/skywalking/issues/11460#issuecomment-1780924834 Basically I wouldn't be surprised of this, considering what was changed for 9.0.0 kernel. It is a tradeoff to make instrumentation classes predictable, it affects booting

[I] [Bug] SkyWalking Java Agent performance degradation after upgrading to 9.0 [skywalking]

2023-10-26 Thread via GitHub
lujiajing1126 opened a new issue, #11460: URL: https://github.com/apache/skywalking/issues/11460 ### 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