LinkAgent icon indicating copy to clipboard operation
LinkAgent copied to clipboard

LinkAgent is a Java-based open-source agent designed to collect data and control Functions for Java applications through JVM bytecode, without modifying applications codes.

Results 65 LinkAgent issues
Sort by recently updated
recently updated
newest added

Bumps [mongodb-driver-legacy](https://github.com/mongodb/mongo-java-driver) from 4.0.5 to 4.0.6. Release notes Sourced from mongodb-driver-legacy's releases. Java Driver 4.0.6 (February 18, 2021) Release Notes: https://developer.mongodb.com/community/forums/t/mongodb-java-driver-4-0-6-released/16826 Commits fecc054 Bump to 4.0.6 2e258a5 Fix CVE-2021-20328 b491206...

dependencies

Bumps [elasticsearch-rest-client](https://github.com/elastic/elasticsearch) from 6.8.6 to 6.8.15. Release notes Sourced from elasticsearch-rest-client's releases. Elasticsearch 6.8.15 Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/6.8/release-notes-6.8.15.html Elasticsearch 6.8.14 Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/6.8/release-notes-6.8.14.html Elasticsearch 6.8.13 Downloads: https://elastic.co/downloads/elasticsearch...

dependencies

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.47 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies

Bumps jetty from 6.0.2 to 6.1.23. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.mortbay.jetty:jetty&package-manager=maven&previous-version=6.0.2&new-version=6.1.23)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.1.9.RELEASE to 5.2.22.RELEASE. Release notes Sourced from spring-core's releases. v5.2.22.RELEASE :star: New Features Refine CachedIntrospectionResults property introspection #28446 :lady_beetle: Bug Fixes Ignore invalid STOMP frame #28444 v5.2.21.RELEASE...

dependencies

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.1.9.RELEASE to 5.2.22.RELEASE. Release notes Sourced from spring-core's releases. v5.2.22.RELEASE :star: New Features Refine CachedIntrospectionResults property introspection #28446 :lady_beetle: Bug Fixes Ignore invalid STOMP frame #28444 v5.2.21.RELEASE...

dependencies

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 4.3.27.RELEASE to 5.2.22.RELEASE. Release notes Sourced from spring-core's releases. v5.2.22.RELEASE :star: New Features Refine CachedIntrospectionResults property introspection #28446 :lady_beetle: Bug Fixes Ignore invalid STOMP frame #28444 v5.2.21.RELEASE...

dependencies

在LinkeAgent的module-webflux模块中,是在AbstractServerHttpRequest的构造方法做增强,获取对应请求头放到ttl中。在DispatcherHandler的handleResult中做threadlocal的删除操作。 这有一个问题:reactor模型下所有的请求都是同一个线程去处理的,也就是RequestA,RequestB......都是使用同一线程去处理,在请求量大的时候会出现即使set了ttl,但是到使用的时候拿不到的情况,或者删了又被其他请求加上了的情况。导致流量的走向不正确

2022-05-05 12:36:56 ERROR AGENT: prepare to start agent failed. at jdk.attach/sun.tools.attach.HotSpotAttachProvider.listVirtualMachines(HotSpotAttachProvider.java:83) at jdk.attach/com.sun.tools.attach.VirtualMachine.list(VirtualMachine.java:146) at com.shulie.instrument.simulator.agent.core.AgentLauncher.start0(AgentLauncher.java:132) at com.shulie.instrument.simulator.agent.core.AgentLauncher.startup(AgentLauncher.java:249) at com.shulie.instrument.simulator.agent.core.CoreLauncher$3$1.execute(CoreLauncher.java:201) at com.shulie.instrument.simulator.agent.spi.impl.HttpAgentScheduler.install(HttpAgentScheduler.java:206) at com.shulie.instrument.simulator.agent.spi.impl.HttpAgentScheduler.installLocal(HttpAgentScheduler.java:313) at com.shulie.instrument.simulator.agent.spi.impl.HttpAgentScheduler.start(HttpAgentScheduler.java:282) at com.shulie.instrument.simulator.agent.core.CoreLauncher$3.run(CoreLauncher.java:226) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at...