-
Notifications
You must be signed in to change notification settings - Fork 71
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
Split retry and timeout error #357
Conversation
HarrisChu
commented
Sep 19, 2024
•
edited
Loading
edited
- split retry for session invalid an error
- update error code
- cherry-pick feat: add int64 param #348
* feat: add int64 param close: vesoft-inc#288 * ci: use docker compose as ci runner dropped docker-compose * fix: use test_client to test int64 param instead * fix example for int64 test - also hardcode the container name for test * address Haris' comment
ErrorCode_E_PART_DISABLED ErrorCode = -34 | ||
ErrorCode_E_PART_ALREADY_STARTED ErrorCode = -35 | ||
ErrorCode_E_PART_ALREADY_STOPPED ErrorCode = -36 | ||
ErrorCode_E_QUERY_TIMEDOUT ErrorCode = -37 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are all these error codes currently missing but should have existed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
internel error code
e.g. graphd won't send ErrorCode_E_PART_DISABLED
code to client
LGTM. Need more test cases. |