2019-07-28 10:31:56 +08:00
|
|
|
|
|
2018-11-15 15:43:29 +08:00
|
|
|
|
24) 2018.11.15
|
2019-07-28 10:31:56 +08:00
|
|
|
|
24.1) feature: http_client::do_reply 记录请求信息,以便于排查问题
|
2018-11-15 15:43:29 +08:00
|
|
|
|
|
2018-10-23 21:29:55 +08:00
|
|
|
|
23) 2018.10.23
|
2019-07-28 10:31:56 +08:00
|
|
|
|
23.1) feature: master_listen.cpp, master_listen_sock() 中的 defer_accept
|
|
|
|
|
可以控制是否采用延迟接收方式
|
|
|
|
|
23.2) bugfix: master_listen.cpp, master_bind_udp() 中在非 reuseport 方式下如果
|
|
|
|
|
没有成功绑定任何地址,则应返回错误
|
2018-10-23 21:29:55 +08:00
|
|
|
|
|
2018-10-17 17:21:18 +08:00
|
|
|
|
22) 2018.10.17
|
2019-07-28 10:31:56 +08:00
|
|
|
|
22.1) bugfix: 对于 Centos7.x 以下版本,当需 acl_master 绑定 UDP 服务时,会造成
|
|
|
|
|
因类型判断有误导致的崩溃问题,Centos7.x 以上版本不存在此问题,因为 UDP 服务是
|
|
|
|
|
由服务模块自行进行绑定
|
2018-03-21 19:00:58 +08:00
|
|
|
|
|
|
|
|
|
21) 2017.3.21
|
2019-07-28 10:31:56 +08:00
|
|
|
|
21.1) feature: http_client.cpp 里需要记录客户端发来的命令字
|
2018-03-21 19:00:58 +08:00
|
|
|
|
|
2018-01-31 12:17:57 +08:00
|
|
|
|
20) 2017.1.31
|
|
|
|
|
20.1) bugfix: master_conf.cpp check_xxx should be override after reloading services' configures.
|
|
|
|
|
|
2018-01-24 22:10:30 +08:00
|
|
|
|
19) 2018.1.24
|
|
|
|
|
19.1) feature: web interface adds many checking parameters.
|
|
|
|
|
|
2018-01-23 18:57:29 +08:00
|
|
|
|
18) 2018.1.23
|
|
|
|
|
18.1) feature: web interface adds version info for every services.
|
|
|
|
|
|
2018-01-19 10:16:14 +08:00
|
|
|
|
17) 2018.1.19
|
|
|
|
|
17.1) log: don't save some command reply information
|
|
|
|
|
|
2018-01-05 10:40:05 +08:00
|
|
|
|
16) 2018.1.5
|
|
|
|
|
16.1) bugfix: remove command in ACL_MASTER_SERV struct, which maybe be misused
|
|
|
|
|
|
2018-01-03 18:59:37 +08:00
|
|
|
|
15) 2018.1.3
|
|
|
|
|
15.1) bugfix: the service start item is lost in action/service_list.cpp
|
|
|
|
|
|
2017-12-22 14:56:59 +08:00
|
|
|
|
14) 2017.12.22
|
2019-07-28 10:31:56 +08:00
|
|
|
|
14.1) bugfix: master_conf.cpp 中 master_add_service 在调用 acl_master_ent_find
|
|
|
|
|
时,应该使用 entry->conf (配置文件路径) 而不是 entry->path 程序路径
|
|
|
|
|
14.2) bugfix: master_api.cpp 远程调用 restart 命令时,没有重新读取配置文件,
|
|
|
|
|
所以造成无法启动服务程序改名后的服务
|
2017-12-22 14:56:59 +08:00
|
|
|
|
|
2017-11-21 12:43:34 +08:00
|
|
|
|
13) 2017.11.21
|
|
|
|
|
13.1) feature: add master_config command for getting the configure of master
|
|
|
|
|
|
2017-11-12 18:27:27 +08:00
|
|
|
|
12) 2017.11.12
|
|
|
|
|
12.1) bugfix: master should not fork child process after starting service failed.
|
|
|
|
|
|
2017-11-12 00:20:15 +08:00
|
|
|
|
11) 2017.11.11
|
|
|
|
|
11.1) feature: master can start services which are specified in file.
|
|
|
|
|
|
2017-11-07 11:54:12 +08:00
|
|
|
|
10) 2017.11.7
|
|
|
|
|
10.1) feature: master can start one service with the specified path
|
|
|
|
|
|
2017-10-27 00:00:41 +08:00
|
|
|
|
9) 2017.10.26
|
|
|
|
|
9.1) feature: when starting one or more services remotely, sync or async can be used.
|
|
|
|
|
|
2017-09-22 18:05:34 +08:00
|
|
|
|
8) 2017.9.22
|
|
|
|
|
8.1) workaround: restructure the manage module of acl_master.
|
|
|
|
|
|
2017-09-09 23:05:33 +08:00
|
|
|
|
7) 2017.9.9
|
|
|
|
|
7.1) feature: master can wait callback from children when reloading the specific children
|
2017-06-25 11:46:43 +08:00
|
|
|
|
|
2017-09-05 23:47:48 +08:00
|
|
|
|
6) 2017.9.5
|
|
|
|
|
6.1) feature: master can wait children to exit with sync or async
|
|
|
|
|
6.2) feature: master can kill SIGTERM children when reloading
|
2019-07-28 10:31:56 +08:00
|
|
|
|
6.3) bugfix: master_params.cpp 中的 init_conf_str_vars 函数在 master reload 时
|
|
|
|
|
有内存泄露
|
2017-09-05 23:47:48 +08:00
|
|
|
|
|
2017-08-11 12:15:00 +08:00
|
|
|
|
5) 2017.8.11
|
|
|
|
|
5.1) safety: master can't fatal for some configure error of any app service.
|
|
|
|
|
|
2017-07-07 15:36:40 +08:00
|
|
|
|
4) 2017.7.7
|
|
|
|
|
4.1) feature: master can stop or kill one service, stopping service is graceful
|
|
|
|
|
by closing the IPC pipe, and killing service is rude by signal SIGTEM children.
|
|
|
|
|
4.2) feature: add graceful stop API in master's web management interface.
|
|
|
|
|
|
2017-06-26 12:34:23 +08:00
|
|
|
|
3) 2017.6.26
|
|
|
|
|
3.1) protocol: changed the web management protocols.
|
2017-06-25 11:46:43 +08:00
|
|
|
|
|
|
|
|
|
2) 2017.6.25
|
|
|
|
|
2.1) feature: acl_master uses kernel event mode
|
|
|
|
|
|
2017-06-18 21:46:52 +08:00
|
|
|
|
1) 2017.6.18
|
|
|
|
|
1.1) feature: In Docker's running time, the master's pid was set to 1; When
|
|
|
|
|
stopping master by sending TERM singal to master's pid, master_sigdeath func
|
|
|
|
|
will be called and which'll send TERM to -pid that's the master's pid group,
|
|
|
|
|
but in docker the pid is 1, so we should stop the children in the other way.
|