Skip to content

Commit

Permalink
修改文档
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangkewei committed Apr 24, 2019
1 parent 5c74c10 commit d10ef39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ porter.cluster.client.home=./.porter

### 运行
```
tar zxvf build/distributions/porter-boot-版本.tar
unzip build/distributions/porter-boot-版本.zip
porter-boot-版本/bin/porter-boot
```

Expand All @@ -89,7 +89,7 @@ porter-boot-版本/bin/shutdown.sh
```
当porter-boot因jvm crash、kill -9强杀进程等原因造成节点、任务没有正常退出,再次启动porter-boot不成功、任务无法分配时使用。
通过porter-boot的http接口http://ip:端口/inspect/node/info 查看参数"forceAssign"判断是否处于强制启动状态
porter-boot-版本/bin/startup.sh --force
porter-boot-版本/bin/porter-boot --force
```

## 文档
Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ porter.cluster.client.home=./.porter

### Run
```
tar zxvf build/distributions/porter-boot-version.tar
unzip build/distributions/porter-boot-version.zip
porter-boot-version/bin/porter-boot
```

Expand Down

0 comments on commit d10ef39

Please sign in to comment.