Skip to content

Commit d5d88bd

Browse files
committed
update changelist v3.0.16
1 parent e4fcf5b commit d5d88bd

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ add_subdirectory(tarscpp)
2020

2121
set(major "3")
2222
set(minor "0")
23-
set(patch "15")
23+
set(patch "16")
2424
set(FRAMEWORK_VERSION ${major}.${minor}.${patch})
2525
add_definitions(-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION}")
2626
add_definitions(-DTARS_VERSION="${TARS_VERSION}")

Changelist.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
#v3.0.16 20231106
2+
### en
3+
- fix: tarsnode start same process two times when process start is slow
4+
- fix: tarsregistry, when mysql is down not crash
5+
- fix: tarsnode, when tarsregistry all down, tarsnode still can start local servers
6+
- fix: deploy dockerfile to support nodejs update
7+
- fix: tar-server.sh do not update npm
8+
- tarsnode auto set locator when tarsregistry locator changed
9+
- set default value of activating-timeout: 60s
10+
- delete some interface in tarsnotify that not used
11+
12+
### cn
13+
- 修复: tarsnode 会启动两个相同的进程, 当业务进程启动太慢的时候(尤其是java容易出现)
14+
- 修复: 当mysql无法连接时,启动tarsregistry不再crash
15+
- 修复: 当tarsregistry都死掉, tarsnode启动后, 能正常拉起所有本地的服务, 不再依赖tarsregistry
16+
- 修复: 部署Dockerfile中, 不再主动升级npm, 避免兼容性问题
17+
- 修复: tar-server.sh 也不在主动升级npm
18+
- tarsnode自动设置locator, 当发现tarsregistry做了迁移locator变更后
19+
- 修改缺省模板, 设置缺省的activating-timeout值为60s, 保证服务器启动60s不会被tarsnode杀掉
20+
- 删除了tarsnotify中不再使用的接口和功能代码
21+
122
# v3.0.15 20231007
223
### en
324
- fix tars-start.sh & tars-stop.sh when is slave

tarscpp

0 commit comments

Comments
 (0)