Skip to content

2.2.0 release notes

Compare
Choose a tag to compare
@koo-taejin koo-taejin released this 02 Dec 05:26
· 2569 commits to master since this release

Key Features

End of support for JDK6

* issue : #7428

Support Epoll channel type in gRpc

  • configuration
## pinpoint.config
## AUTO, NIO, EPOLL
profiler.transport.grpc.agent.sender.channel-type=AUTO
## pinpoint-collector.properties
## AUTO, NIO, EPOLL
collector.receiver.grpc.span.channel-type=AUTO

Auto generate AgentId

AgentID is no longer a required confuguration.
If AgentID is not present, the agent automatically generates it.

11-05 17:22:13.251 INFO  AgentIdResolver                     : Failed to resolve AgentId(-Dpinpoint.agentId)
11-05 17:22:13.409 INFO  AgentIdResolver                     : 'BYDnVJbPR6ODxGK61qTT1A' AgentId is automatically generated
11-05 17:22:13.409 INFO  IdValidator                         : check SystemProperties(-D) applicationName:emeroad-app
11-05 17:22:13.410 INFO  AgentIdResolver                     : SystemProperties(-D) emeroad-app=emeroad-app

Release Notes

Bugs

[#7442] Fix NPE when SocketChannel state is connecting in KafkaPlugin
[#7455] Fix race condation of PingStreamContext