Skip to content

Commit

Permalink
Merge pull request #135 from FederatedAI/develop
Browse files Browse the repository at this point in the history
Upgrade SpringBoot dependent version
  • Loading branch information
forgivedengkai authored Jan 20, 2022
2 parents 4c0cbaa + b4a8b92 commit 9a0e80a
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 14 deletions.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Release 2.1.4
## Major Features and Improvements
* Upgrade SpringBoot dependent version.

# Release 2.1.3
## Major Features and Improvements
* Fix the HttpAdapter thread leakage problem.
Expand Down
2 changes: 1 addition & 1 deletion document/docs/algo/base.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public interface MergeInferenceAware {
```

### HeteroSecureBoost 在线推理
HeteroSecureBoost 为纵向联邦SecureBoost在线推理的实现过程,与离线不同的是,目前serving只支持单个host的预测。
HeteroSecureBoost 为纵向联邦SecureBoost在线推理的实现过程,
它主要包含3个文件"HeteroSecureBoost", "HeteroSecureBoostingTreeGuest", "HeteroSecureBoostingTreeHost",下面对这三个文件展开说明

#### HeteroSecureBoost
Expand Down
6 changes: 3 additions & 3 deletions document/docs/quickstart/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ $ mvn clean package
随后拷贝,比如 serving-server/target/fate-serving-server-{version}-release.zip 到想要部署的路径下,并解压。(version为当前版本号)

用户也可选择下载已编译好的版本,链接如下:
[fate-serving-server-2.1.3-release.zip](https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/fate-serving-server-2.1.3-release.zip)
[fate-serving-proxy-2.1.3-release.zip](https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/fate-serving-proxy-2.1.3-release.zip)
[fate-serving-admin-2.1.3-release.zip](https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/fate-serving-admin-2.1.3-release.zip)
[fate-serving-server-2.1.4-release.zip](https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/fate-serving-server-2.1.4-release.zip)
[fate-serving-proxy-2.1.4-release.zip](https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/fate-serving-proxy-2.1.4-release.zip)
[fate-serving-admin-2.1.4-release.zip](https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/fate-serving-admin-2.1.4-release.zip)


### zookeeper部署
Expand Down
5 changes: 5 additions & 0 deletions document/docs/release/change_log.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## FATE-SERVING 2.1.4
```text
1.升级SpringBoot依赖版本。
```

## FATE-SERVING 2.1.3
```text
1.修复内置HttpAdapter线程泄露问题。
Expand Down
8 changes: 4 additions & 4 deletions document/docs/service/client.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FATE-Serving提供了fate-serving-client工具
### 下载对应版本的fate-serving-client
>linux版本:[fate-serving-client-2.1.3-linux.tar.gz](https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/fate-serving-client-2.1.3-linux.tar.gz )
>mac版本:[fate-serving-client-2.1.3-darwin.tar.gz](https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/fate-serving-client-2.1.3-darwin.tar.gz)
>linux版本:[fate-serving-client-2.1.4-linux.tar.gz](https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/fate-serving-client-2.1.4-linux.tar.gz )
>mac版本:[fate-serving-client-2.1.4-darwin.tar.gz](https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/fate-serving-client-2.1.4-darwin.tar.gz)
需要先确认下载解压出来的文件有没有可执行权限,没有权限就执行 `chmod +777 fate-serving-client-2.1.3-linux`授权。
需要先确认下载解压出来的文件有没有可执行权限,没有权限就执行 `chmod +777 fate-serving-client-2.1.4-linux`授权。

### 启动client
在终端中使用`./fate-serving-client-2.1.3-linux`启动client
在终端中使用`./fate-serving-client-2.1.4-linux`启动client
![connect](../img/client-connect.jpg)

### 提供了以下几种指令
Expand Down
2 changes: 1 addition & 1 deletion fate-serving-admin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "FATE-Serving",
"version": "2.1.3",
"version": "2.1.4",
"private": true,
"author": "FATE Serving",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion fate-serving-admin/bin/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ basepath=$(cd `dirname $0`;pwd)
configpath=$(cd $basepath/conf;pwd)
module=serving-admin
main_class=com.webank.ai.fate.serving.admin.Bootstrap
module_version=2.1.3
module_version=2.1.4

case "$1" in
start)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ zk.url=localhost:2181,localhost:2182,localhost:2183
admin.username=admin
admin.password=admin

spring.mvc.pathmatch.matching-strategy=ANT_PATH_MATCHER
2 changes: 1 addition & 1 deletion fate-serving-proxy/bin/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ basepath=$(cd `dirname $0`;pwd)
configpath=$(cd $basepath/conf;pwd)
module=serving-proxy
main_class=com.webank.ai.fate.serving.proxy.bootstrap.Bootstrap
module_version=2.1.3
module_version=2.1.4


case "$1" in
Expand Down
2 changes: 1 addition & 1 deletion fate-serving-server/bin/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ basepath=$(cd `dirname $0`;pwd)
configpath=$(cd $basepath/conf;pwd)
module=serving-server
main_class=com.webank.ai.fate.serving.Bootstrap
module_version=2.1.3
module_version=2.1.4


case "$1" in
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</modules>

<properties>
<fate.version>2.1.3</fate.version>
<fate.version>2.1.4</fate.version>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand All @@ -47,7 +47,7 @@
<junit.version>4.13.1</junit.version>
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
<os-maven-plugin.version>1.6.1</os-maven-plugin.version>
<spring.boot.version>2.2.0.RELEASE</spring.boot.version>
<spring.boot.version>2.6.2</spring.boot.version>
<jackson.version>2.10.0</jackson.version>
<jedis.version>2.9.0</jedis.version>
<log4j2.version>2.17.0</log4j2.version>
Expand Down

0 comments on commit 9a0e80a

Please sign in to comment.