Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody committed May 15, 2017
1 parent e4254dc commit c905754
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
12 changes: 8 additions & 4 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@

## Improvements
* Support deserialize for no-arg class in kryo
* Fix the bug of incorrect computation of unstopped tasks when assigning topology
* add getValue method in AsmMetric for quick assert so that unit tests/integration tests don't have to get metrics from
* Add getValue method in AsmMetric for quick assert so that unit tests/integration tests don't have to get metrics from
nimbus
* fixed the bug that supervisor storm.yaml is always different from nimbus storm.yaml
* fixed the bug that kryo doesn't accept conf value of literal string "true"/"false"

## Bug Fix
* Fix the bug of incorrect computation of unstopped tasks when assigning topology
* Fix the bug that supervisor storm.yaml is always different from nimbus storm.yaml
* Fix the bug that kryo doesn't accept conf value of literal string "true"/"false"
* Thanks to @gohitbear @bryant1410 @oubenruing for doc fixes.
* Thanks to @zeromem @elloray @yunfan123 @iBuddha @Glowdable @waooog for bug fixes.


# Release 2.2.1
Expand Down
6 changes: 5 additions & 1 deletion history_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[JStorm Chinese introduction](http://42.121.19.155/jstorm/JStorm-introduce.pptx)

# Release 2.4.0

## New features
* exactly-once接口支持异步checkpoint(rocksdb+hdfs)
* 引入重构的窗口机制
Expand All @@ -11,15 +12,18 @@
* 支持灰度发布
1. 支持根据worker/component来进行灰度发布
2. 支持灰度发布的回滚
* 支持基于内存/rocksdb的KV store
* HBase metrics插件开源
* 支持多个metrics uploader同时写异构存储
* MetricClient支持注册汇总到topology级别的metrics
* 支持component stream metrics, 即stream metrics在component级别的汇总

## Improvements
* 支持kryo中没有无参构造函数类的序列化
* 修复调度topology的时候unstopped task的计算错误
* 在AsmMetric中加入getValue方法,用于单测/集成测试中快速assert,而不必通过nimbus client从nimbus中获取数据

## Bug Fix
* 修复调度topology的时候unstopped task的计算错误
* 修复supervisor中storm.yaml永远跟nimbus的storm.yaml不同,从而一直在同步的bug
* 修复kryo配置中无法识别字符串"true"/"false"配置值的bug

Expand Down

0 comments on commit c905754

Please sign in to comment.