Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
211010717
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
211010717
Commits
1de031d8
Unverified
Commit
1de031d8
authored
4 years ago
by
自然
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
optimize: optimize nacos-config.py parameter (#3631)
parent
b55d24b5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
changes/1.5.0.md
+1
-0
1 addition, 0 deletions
changes/1.5.0.md
changes/en-us/1.5.0.md
+1
-0
1 addition, 0 deletions
changes/en-us/1.5.0.md
script/config-center/nacos/nacos-config.py
+1
-1
1 addition, 1 deletion
script/config-center/nacos/nacos-config.py
with
3 additions
and
1 deletion
changes/1.5.0.md
+
1
−
0
View file @
1de031d8
...
...
@@ -86,6 +86,7 @@ Seata 是一款开源的分布式事务解决方案,提供高性能和简单
-
[
[#3551
](
https://github.com/seata/seata/pull/3551
)
] 调大RETRY_DEAD_THRESHOLD的值以及设置成可配置
-
[
[#3589
](
https://github.com/seata/seata/pull/3589
)
] 使用JUnit API做异常检查
-
[
[#3601
](
https://github.com/seata/seata/pull/3601
)
] 使
`LoadBalanceProperties`
与
`spring-boot:2.x`
及以上版本兼容
-
[
[#3631
](
https://github.com/seata/seata/pull/3631
)
] 优化 运行 nacos-config.py 参数问题
### test
...
...
This diff is collapsed.
Click to expand it.
changes/en-us/1.5.0.md
+
1
−
0
View file @
1de031d8
...
...
@@ -87,6 +87,7 @@
-
[
[#3551
](
https://github.com/seata/seata/pull/3551
)
] make RETRY_DEAD_THRESHOLD bigger and configurable
-
[
[#3589
](
https://github.com/seata/seata/pull/3589
)
] Changed exception check by JUnit API usage
-
[
[#3601
](
https://github.com/seata/seata/pull/3601
)
] make
`LoadBalanceProperties`
compatible with
`spring-boot:2.x`
and above
-
[
[#3631
](
https://github.com/seata/seata/pull/3631
)
] optimize nacos-config.py parameter
### test
...
...
This diff is collapsed.
Click to expand it.
script/config-center/nacos/nacos-config.py
+
1
−
1
View file @
1de031d8
...
...
@@ -5,7 +5,7 @@ import http.client
import
sys
import
urllib.parse
if
len
(
sys
.
argv
)
<
=
2
:
if
len
(
sys
.
argv
)
<
2
:
print
(
'
python nacos-config.py nacosAddr
'
)
exit
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment