Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optimize: add some notes about using scripts #2553

Merged
merged 10 commits into from
Apr 16, 2020

Conversation

funky-eyes
Copy link
Contributor

Ⅰ. Describe what this PR did

supplementary configuration note information

Ⅱ. Does this pull request fix one issue?

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

Copy link
Contributor

@objcoding objcoding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@objcoding
Copy link
Contributor

See if you can remove unnecessary configuration from conf.txt?

| server | client |
| ------------------------ | -------------------------------------- |
| store.mode | service.vgroupMapping.my_test_tx_group |
| store.db.driverClassName | service.default.grouplist |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

service.default.grouplist only used in registry.type=file mode

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

service.default.grouplist only used in registry.type=file mode

PTAL

@codecov-io
Copy link

codecov-io commented Apr 15, 2020

Codecov Report

Merging #2553 into develop will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #2553      +/-   ##
=============================================
+ Coverage      51.40%   51.41%   +0.01%     
- Complexity      2805     2807       +2     
=============================================
  Files            553      553              
  Lines          17698    17698              
  Branches        2093     2093              
=============================================
+ Hits            9097     9099       +2     
  Misses          7742     7742              
+ Partials         859      857       -2     
Impacted Files Coverage Δ Complexity Δ
...in/java/io/seata/server/session/GlobalSession.java 84.16% <0.00%> (+0.45%) 72.00% <0.00%> (+1.00%)
...o/seata/server/coordinator/DefaultCoordinator.java 55.15% <0.00%> (+0.51%) 29.00% <0.00%> (+1.00%)

@zjinlei zjinlei added this to the 1.2.0 milestone Apr 16, 2020
@@ -1,6 +1,19 @@
# Script usage demo
![Since 1.1.0](https://img.shields.io/badge/Since%20-1.1.0-orange.svg?style=flat-square)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.2.0

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PTAL

Copy link
Contributor

@zjinlei zjinlei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@funky-eyes funky-eyes changed the title optimize: supplementary configuration note information optimize: supplementary configuration description Apr 16, 2020
@slievrly
Copy link
Member

@a364176773 need a brief description of pr title.

@funky-eyes funky-eyes changed the title optimize: supplementary configuration description optimize: additional remarks Apr 16, 2020
@slievrly slievrly changed the title optimize: additional remarks optimize: add some notes about using scripts Apr 16, 2020
Copy link
Member

@slievrly slievrly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@slievrly slievrly merged commit 03b664c into apache:develop Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants