Skip to content

1.3.14

Compare
Choose a tag to compare
released this 06 Sep 13:15
· 26195 commits to main since this release

Bug Fixes

Broker

  • Follower cannot receive new entries because it did not reset the log on receiving snapshot (#10202)
  • Follower cannot receive snapshot because "chunk received out of order" (#10180)
  • Unable to use the same input/output element in multi-instance (#4687)

Misc

  • Don't log JsonParseException in the gateway as errors (#9933)

Merged Pull Requests

  • fix(raft): follower reset pendingsnapshot after rejecting install request (#10183)
  • Print record timestamp in compact record logger (#10170)
  • Don't over abbreviate rejections in compact record logger (#10156)
  • Add more abbreviations to the compact record logger (#10144)
  • Fix flaky MultiPartitionDeploymentLifecycleTest (#10065)
  • Don't overwrite local multi-instance variables (#9947)
  • Don't log JsonParseExceptions as errors (#9934)
  • Support logging partition id in compact record logger (#9885)