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

add retry for write #182

Merged
merged 2 commits into from
Dec 1, 2023
Merged

add retry for write #182

merged 2 commits into from
Dec 1, 2023

Conversation

Nicole00
Copy link
Contributor

@Nicole00 Nicole00 commented Dec 1, 2023

the retry times is controlled by execution.retry.
between the retry, we can wait some time, the wait time is controlled by execution.interval

the default execution.retry is 3, default execution.interval is 0.

wey-gu
wey-gu previously approved these changes Dec 1, 2023
@codecov-commenter
Copy link

Codecov Report

Attention: 41 lines in your changes are missing coverage. Please review.

Comparison is base (741e4ef) 52.25% compared to head (0556921) 51.45%.

Files Patch % Lines
...soft/exchange/common/writer/ServerBaseWriter.scala 0.00% 36 Missing ⚠️
...la/com/vesoft/exchange/common/config/Configs.scala 25.00% 1 Missing and 2 partials ⚠️
...ft/exchange/common/processor/ReloadProcessor.scala 0.00% 2 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #182      +/-   ##
============================================
- Coverage     52.25%   51.45%   -0.80%     
  Complexity       89       89              
============================================
  Files            21       21              
  Lines          1866     1895      +29     
  Branches        366      376      +10     
============================================
  Hits            975      975              
- Misses          705      734      +29     
  Partials        186      186              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Nicole00 Nicole00 merged commit 1e8a664 into vesoft-inc:master Dec 1, 2023
2 checks passed
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.

4 participants