Skip to content

1.1.2 release note

Compare
Choose a tag to compare
@koo-taejin koo-taejin released this 24 Nov 09:10
· 8960 commits to master since this release

1.1.2 release note

You must create the following tables when upgrading from 1.1.x

ApplicationMapStatisticsCaller_Ver2
ApplicationMapStatisticsCallee_Ver2
ApplicationMapStatisticsSelf_Ver2

Please refer to hbase-create.hbase or hbase-create-snappy.hbase for the relevant commands.

New Features

  • HTTP request parameters and SQL bind values tracing may now be enabled/disabled - #977, #1224, #1230

Enhancements

  • Improved memory usage for server map queries
  • Callee/Caller/Self statistics tables now use distributed row keys - #1037
  • UDP health check packets may now configured to be ignored through IP - #1215

Fixes

  • Fixed Arcus plugin stopping the client from reconnecting on Arcus/Memcached server fault - #1171
  • Fixed an issue where profiler.applicationservertype setting was not applied correctly - #1090
  • Fixed an issue where the server map failed to link nodes on HTTP calls made to non-80 ports - #1015