Skip to content

2.4.0-RC1

Compare
Choose a tag to compare
@emeroad emeroad released this 10 May 07:35
· 1682 commits to master since this release

Security Update

Important Changes

  • Hbase schema changed #8348
hbase/bin> ./hbase shell
hbase> alter 'ApplicationTraceIndex', { NAME => 'M', TTL => 5184000, DATA_BLOCK_ENCODING => 'PREFIX' }
  or 
hbase> alter 'ApplicationTraceIndex', { NAME => 'M', TTL => 5184000, DATA_BLOCK_ENCODING => 'PREFIX' , COMPRESSION => 'SNAPPY'}
  • Bump Flink version (1.7.1 -> 1.14.2) #8550
    Upgrade to Flink 1.14.x or higher is recommended

Key Features

Java11 support

  • #8470 Pinpoint server module no longer supports java8

Side Bar UI (experimental)

Apdex score

Support Kotlin Coroutines Plugin

Pinpoint Banner

Bug Fixes

  • Fixed a bug where the realtime feature did not work intermittently
    • #8811 Backport CURATOR-525
  • Fixed a bug where very long traces were broken
    • #8597 Fix short overflow of sequence in Span

What's Changed

Dependencies

New Contributors

Thank you all.
If there is someone who was inadvertently excluded, please let me know.

Full Changelog: v2.3.1...v2.4.0-RC1