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:fix typo of interval #3717

Merged
merged 3 commits into from May 11, 2021
Merged

optimize:fix typo of interval #3717

merged 3 commits into from May 11, 2021

Conversation

xingfudeshi
Copy link
Member

Ⅰ. Describe what this PR did

fix typo of interval

Ⅱ. 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

* you may use this to override global config of "client.rm.lock.retryInterval"
* note: 0 or negative number will take no effect(which mean fall back to global config)
* @return lock retry internal
*/
int lockRetryInternal() default 0;
Copy link
Contributor

Choose a reason for hiding this comment

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

1.5.0先不删除,先做个@deprecated

Copy link
Contributor

Choose a reason for hiding this comment

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

再加个@AliasFor ?

Copy link
Member Author

Choose a reason for hiding this comment

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

OK

@caohdgege
Copy link
Contributor

全局搜索了一下, 好像还有很多个地方要同步改一下的

@codecov-commenter
Copy link

codecov-commenter commented May 11, 2021

Codecov Report

Merging #3717 (b8a4c09) into develop (b7b674e) will decrease coverage by 0.00%.
The diff coverage is 50.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #3717      +/-   ##
=============================================
- Coverage      51.88%   51.88%   -0.01%     
  Complexity      3533     3533              
=============================================
  Files            639      639              
  Lines          21414    21414              
  Branches        2665     2665              
=============================================
- Hits           11111    11110       -1     
- Misses          9193     9194       +1     
  Partials        1110     1110              
Impacted Files Coverage Δ Complexity Δ
...ing/annotation/GlobalTransactionalInterceptor.java 29.45% <50.00%> (ø) 9.00 <0.00> (ø)
...n/src/main/java/io/seata/common/util/IdWorker.java 77.08% <0.00%> (-6.25%) 11.00% <0.00%> (-1.00%)
...torage/file/store/FileTransactionStoreManager.java 57.69% <0.00%> (+0.64%) 29.00% <0.00%> (+1.00%)

@xingfudeshi
Copy link
Member Author

全局搜索了一下, 好像还有很多个地方要同步改一下的

Will correct them all.

Copy link
Contributor

@funky-eyes funky-eyes left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@jsbxyyx jsbxyyx left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@lightClouds917 lightClouds917 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 added this to the 1.5.0 milestone May 11, 2021
@funky-eyes funky-eyes merged commit fcd8dac into apache:develop May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants