Re: [I] [Bug] skywalking agent [skywalking]

2023-12-21 Thread via GitHub
wangkang4 commented on issue #11675: URL: https://github.com/apache/skywalking/issues/11675#issuecomment-1867201628 Is arthas' redefine and retransform commands not currently supported for modifying the target class? Because skywalking's javaagent adds a few new methods to the target

Re: [PR] Fix error in re-transforming the jedis class [skywalking-java]

2023-12-21 Thread via GitHub
lujiajing1126 commented on PR #659: URL: https://github.com/apache/skywalking-java/pull/659#issuecomment-1867193746 With `jad`, ```java [arthas@42125]$ jad org.apache.kafka.clients.producer.KafkaProducer ClassLoader:

Re: [PR] Fix error in re-transforming the jedis class [skywalking-java]

2023-12-21 Thread via GitHub
lujiajing1126 commented on PR #659: URL: https://github.com/apache/skywalking-java/pull/659#issuecomment-1867192613 > > mac+jdk17.Error details: `Affect(class count: 0 , method count: 2) cost in 163 ms, listenerId: 1 Enhance error! exception: java.lang.TypeNotPresentException: Type

Re: [I] [Bug] skywalking agent [skywalking]

2023-12-21 Thread via GitHub
lujiajing1126 commented on issue #11675: URL: https://github.com/apache/skywalking/issues/11675#issuecomment-1867181760 > > > Hello, does skywalking support arthas' retransform command? After the configuration of agent.is_cache_enhanced_class and agent.class_cache_mode is enabled, the

Re: [I] [Bug] skywalking agent [skywalking]

2023-12-21 Thread via GitHub
wangkang4 commented on issue #11675: URL: https://github.com/apache/skywalking/issues/11675#issuecomment-1867171301 > > Hello, does skywalking support arthas' retransform command? After the configuration of agent.is_cache_enhanced_class and agent.class_cache_mode is enabled, the redefine

Re: [I] [Bug] skywalking agent [skywalking]

2023-12-21 Thread via GitHub
wangkang4 commented on issue #11675: URL: https://github.com/apache/skywalking/issues/11675#issuecomment-1867168028 arthas' hot-load class file commands, such as redefine and retransform, are not currently supported by the services monitored by skywalking, right? -- This is an automated

Re: [I] [Bug] skywalking agent [skywalking]

2023-12-21 Thread via GitHub
lujiajing1126 commented on issue #11675: URL: https://github.com/apache/skywalking/issues/11675#issuecomment-1867152384 > Hello, does skywalking support arthas' retransform command? After the configuration of agent.is_cache_enhanced_class and agent.class_cache_mode is enabled, the redefine

Re: [PR] Fix error in re-transforming the jedis class [skywalking-java]

2023-12-21 Thread via GitHub
kylixs commented on PR #659: URL: https://github.com/apache/skywalking-java/pull/659#issuecomment-1867147585 > mac+jdk17.Error details: `Affect(class count: 0 , method count: 2) cost in 163 ms, listenerId: 1 Enhance error! exception: java.lang.TypeNotPresentException: Type

Re: [I] [Bug] skywalking agent [skywalking]

2023-12-21 Thread via GitHub
wu-sheng commented on issue #11675: URL: https://github.com/apache/skywalking/issues/11675#issuecomment-1867143098 We don't support it officially. As you can see on https://github.com/apache/skywalking/issues/11651, someone may have an interest in doing as best as they can. You could try

Re: [I] [Bug] skywalking agent [skywalking]

2023-12-21 Thread via GitHub
wangkang4 commented on issue #11675: URL: https://github.com/apache/skywalking/issues/11675#issuecomment-1867128804 Hello, does skywalking support arthas' retransform command? After the configuration of agent.is_cache_enhanced_class and agent.class_cache_mode is enabled, the redefine

(skywalking) branch master updated: Set up the length of source and dest IDs in relation entities of service, instance, endpoint, and process to 250(was 200). (#11686)

2023-12-21 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 eb4cebf9ab Set up the length of source and

Re: [PR] Set up the length of source and dest IDs in relation entities to 250(was 200) [skywalking]

2023-12-21 Thread via GitHub
wu-sheng merged PR #11686: URL: https://github.com/apache/skywalking/pull/11686 -- 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:

(skywalking) branch fix-length deleted (was 34a386b7cf)

2023-12-21 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a change to branch fix-length in repository https://gitbox.apache.org/repos/asf/skywalking.git was 34a386b7cf Set up the length of source and dest IDs in relation entities of service, instance, endpoint,

Re: [PR] Set up the length of source and dest IDs in relation entities to 250(was 200) [skywalking]

2023-12-21 Thread via GitHub
wankai123 commented on PR #11686: URL: https://github.com/apache/skywalking/pull/11686#issuecomment-1867090270 > > should set `service/instance/endpoint` traffic tables as well? > > Do you mean `name` or ID? ID column is the primary key column, which has been set 512 by default

Re: [PR] Set up the length of source and dest IDs in relation entities to 250(was 200) [skywalking]

2023-12-21 Thread via GitHub
wu-sheng commented on PR #11686: URL: https://github.com/apache/skywalking/pull/11686#issuecomment-1867089301 > should set `service/instance/endpoint` traffic tables as well? Do you mean `name` or ID? ID column is the primary key column, which has been set 512 by default already to

Re: [I] [Bug] java.sql.SQLSyntaxErrorException: Unknown column 'table_name' in 'where clause' [skywalking]

2023-12-21 Thread via GitHub
wu-sheng commented on issue #11685: URL: https://github.com/apache/skywalking/issues/11685#issuecomment-1867072139 Then, it seems that the database is not clean. Closing for now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] [Bug] java.sql.SQLSyntaxErrorException: Unknown column 'table_name' in 'where clause' [skywalking]

2023-12-21 Thread via GitHub
wu-sheng closed issue #11685: [Bug] java.sql.SQLSyntaxErrorException: Unknown column 'table_name' in 'where clause' URL: https://github.com/apache/skywalking/issues/11685 -- 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] java.sql.SQLSyntaxErrorException: Unknown column 'table_name' in 'where clause' [skywalking]

2023-12-21 Thread via GitHub
137-zwq commented on issue #11685: URL: https://github.com/apache/skywalking/issues/11685#issuecomment-1866517475 The problem of deleting and recreating a new database has not occurred. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] [Bug] java.sql.SQLSyntaxErrorException: Unknown column 'table_name' in 'where clause' [skywalking]

2023-12-21 Thread via GitHub
wu-sheng commented on issue #11685: URL: https://github.com/apache/skywalking/issues/11685#issuecomment-1866509492 Let's wait for @wankai123 to check when he has time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[PR] Set up the length of source and dest IDs in relation entities to 250(was 200) [skywalking]

2023-12-21 Thread via GitHub
wu-sheng opened a new pull request, #11686: URL: https://github.com/apache/skywalking/pull/11686 - [x] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes https://github.com/apache/skywalking/discussions/11680. -

(skywalking) 01/01: Set up the length of source and dest IDs in relation entities of service, instance, endpoint, and process to 250(was 200).

2023-12-21 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch fix-length in repository https://gitbox.apache.org/repos/asf/skywalking.git commit 34a386b7cf4f6abd1cd3243ab74ac0e8b864cfbb Author: Wu Sheng AuthorDate: Thu Dec 21 23:34:42 2023 +0800 Set

(skywalking) branch fix-length created (now 34a386b7cf)

2023-12-21 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a change to branch fix-length in repository https://gitbox.apache.org/repos/asf/skywalking.git at 34a386b7cf Set up the length of source and dest IDs in relation entities of service, instance, endpoint,

Re: [I] [Bug] java.sql.SQLSyntaxErrorException: Unknown column 'table_name' in 'where clause' [skywalking]

2023-12-21 Thread via GitHub
137-zwq commented on issue #11685: URL: https://github.com/apache/skywalking/issues/11685#issuecomment-1866490331 > Are you running the 9.7 OAP on 9.6 initialized SQL database? No, I am using Skywalking9.7, a newly initialized database with version 8.0.28. I have not used version 9.6

Re: [I] [Bug] java.sql.SQLSyntaxErrorException: Unknown column 'table_name' in 'where clause' [skywalking]

2023-12-21 Thread via GitHub
wu-sheng commented on issue #11685: URL: https://github.com/apache/skywalking/issues/11685#issuecomment-1866482250 Are you running the 9.7 OAP on 9.6 initialized SQL database? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[I] [Bug] java.sql.SQLSyntaxErrorException: Unknown column 'table_name' in 'where clause' [skywalking]

2023-12-21 Thread via GitHub
137-zwq opened a new issue, #11685: URL: https://github.com/apache/skywalking/issues/11685 ### 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

(skywalking) branch format-swip deleted (was 0682f111a8)

2023-12-21 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a change to branch format-swip in repository https://gitbox.apache.org/repos/asf/skywalking.git was 0682f111a8 Format SWIP pages. The revisions that were on this branch are still contained in other

(skywalking) branch master updated: Format SWIP pages. (#11684)

2023-12-21 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 1efff6381c Format SWIP pages. (#11684)

Re: [PR] Format SWIP pages. [skywalking]

2023-12-21 Thread via GitHub
wu-sheng merged PR #11684: URL: https://github.com/apache/skywalking/pull/11684 -- 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:

[PR] Format SWIP pages. [skywalking]

2023-12-21 Thread via GitHub
wu-sheng opened a new pull request, #11684: URL: https://github.com/apache/skywalking/pull/11684 - [ ] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #. - [ ] Update the [`CHANGES`

(skywalking) 01/01: Format SWIP pages.

2023-12-21 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch format-swip in repository https://gitbox.apache.org/repos/asf/skywalking.git commit 0682f111a81cbb9df703d1aa18417aa97c95d9af Author: Wu Sheng AuthorDate: Thu Dec 21 16:25:38 2023 +0800

(skywalking) branch format-swip created (now 0682f111a8)

2023-12-21 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a change to branch format-swip in repository https://gitbox.apache.org/repos/asf/skywalking.git at 0682f111a8 Format SWIP pages. This branch includes the following new commits: new 0682f111a8 Format

Re: [PR] Support for tracing webflux-6.x and gateway-4.x [skywalking-java]

2023-12-21 Thread via GitHub
wu-sheng merged PR #661: URL: https://github.com/apache/skywalking-java/pull/661 -- 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:

Re: [I] [Bug] spring-webflux and spring-webflux-webclient can not be traced in spring-webflux 6.x [skywalking]

2023-12-21 Thread via GitHub
wu-sheng closed issue #11654: [Bug] spring-webflux and spring-webflux-webclient can not be traced in spring-webflux 6.x URL: https://github.com/apache/skywalking/issues/11654 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and