We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java Agent (apache/skywalking-java)
When instrumented with SW Java Agent and then run "watch" with Arthas. Different errors reported for different classes:
For example, with Java Agent 9.1.0, watching redis.clients.jedis.Jedis reported UnsupportedOperationException,
redis.clients.jedis.Jedis
UnsupportedOperationException
With both 9.1.0 and 9.0.0, watching org.apache.kafka.clients.producer.KafkaProducer reported TypeNotPresentException,
org.apache.kafka.clients.producer.KafkaProducer
TypeNotPresentException
No Error Happened
You may use Jedis 3.1.0 to test the former case and use Kafka-clients 3.1.2 to reproduce the latter one.
No response
The text was updated successfully, but these errors were encountered:
@kylixs Any idea?
Sorry, something went wrong.
Is this some issue of Arthas? As the new auxiliary class, it is not available for Arthas
@lujiajing1126 Can you provide a demo to reproduction problem? Better put it on github
cc @xzyJavaX would help prepare demos
@kylixs https://github.com/xzyJavaX/dynamic-redefine-test. With java agent 9.1.0 to start, then start Arthas. Then watch redis.clients.jedis.Jedis get -x 1 watch org.apache.kafka.clients.producer.KafkaProducer send -x 1
watch redis.clients.jedis.Jedis get -x 1
watch org.apache.kafka.clients.producer.KafkaProducer send -x 1
OK, let me have a look.
kylixs
No branches or pull requests
Search before asking
Apache SkyWalking Component
Java Agent (apache/skywalking-java)
What happened
When instrumented with SW Java Agent and then run "watch" with Arthas. Different errors reported for different classes:
For example, with Java Agent 9.1.0, watching
redis.clients.jedis.Jedis
reportedUnsupportedOperationException
,With both 9.1.0 and 9.0.0, watching
org.apache.kafka.clients.producer.KafkaProducer
reportedTypeNotPresentException
,What you expected to happen
No Error Happened
How to reproduce
You may use Jedis 3.1.0 to test the former case and use Kafka-clients 3.1.2 to reproduce the latter one.
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: