Skip to content

Release 4.15.2

Compare
Choose a tag to compare
@zymap zymap released this 09 Oct 02:25
· 764 commits to master since this release
release-4.15.2

Highlights

Dependency updates

Bugs

  • AutoRecovery - Do not call shutdown() on the main ZookKeeper client thread. PR #3487
  • Check if channel closed before processing read request. PR #3486
  • Add missed call to onReadRequestFinish() when read request rejected. PR #3482
  • Fix the deadlock when only using io thread to handle request. PR #3480

Metrics changes

  • Add latency stats for entry location index lookup so that possible RocksDB bottleneck can be detected. PR #3444