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

C++ SDK can not return error code of PartInUse and PartWaiting correctly #1560

Closed
TszKitLo40 opened this issue Sep 15, 2021 · 1 comment · Fixed by #1561
Closed

C++ SDK can not return error code of PartInUse and PartWaiting correctly #1560

TszKitLo40 opened this issue Sep 15, 2021 · 1 comment · Fixed by #1561
Assignees
Labels
Milestone

Comments

@TszKitLo40
Copy link
Contributor

Expected behavior

Tell us what should happen
If the index partitions are empty and the used partitions are empty, err_code::kErrAllPartWaiting should be returned.
If the index partitions are empty and the used partitions are not empty, err_code::kErrAllPartWaiting should be returned.

Actual behavior

Tell us what happens instead
wecom-temp-db47e9e13bbff3eb6f69ceb3c4073d32

Steps to reproduce

How can we reproduce the issue

System configuration

InLong version: 0.11.0

@TszKitLo40 TszKitLo40 changed the title C++ SDK return wrong error code of PartInUse and PartWaiting C++ SDK can not return error code of PartInUse and PartWaiting correctly Sep 15, 2021
@gosonzhang
Copy link
Contributor

Ok, I get it, thanks @TszKitLo40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants