Skip to content

version 0.9.8 / Nov 11, 2016 KST

Latest
Compare
Choose a tag to compare
@anyflow anyflow released this 10 Nov 16:01
· 2 commits to master since this release
  • Grand update of site documentation
  • Add Netty epoll mode(bump up performance on linux)
  • Optimize performance : Change serialization method(IdentifiedDataSerializable)
  • Change configuration file names
    • lannister.cfg => lannister.properties
    • hazencast.config.xml => lannister.cluster.xml
    • log4j.xml => lannister.log4j.xml
  • Add statistics REST API(same items with $SYS)
    • GET /api/statistics
  • Add custom $SYS topics
    • $SYS/broker/messages/received/inSecond
    • $SYS/broker/messages/sent/inSecond
    • $SYS/broker/messages/publish/dropped/inSecond
    • $SYS/broker/messages/publish/received/inSecond
    • $SYS/broker/messages/publish/sent/inSecond
    • $SYS/broker/load/bytes/received/inSecond
    • $SYS/broker/load/bytes/sent/inSecond
  • Fix null pointer exception on session.send()
  • Fix potential synchronization bug - remove MapInterceptors