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

KVSに最大文字列長を超える文字列が来たときのエラーコードが正しくない #96

Open
kookubo opened this issue Dec 1, 2023 · 0 comments
Assignees

Comments

@kookubo
Copy link
Contributor

kookubo commented Dec 1, 2023

https://github.com/project-tsurugi/jogasaki/blob/master/src/jogasaki/api/kvsservice/serializer.cpp#L60-L62
で判定して、err_resource_limit_reachedを返している。
これはセッション数など、OSリソースが足りなくなった場合のエラーであり、文字列長制限エラーとしては不適切。

SQLクライアントではVALUE_TOO_LONG_EXCEPTIONが返るらしい。
これと同じでなくてもかまわない。
現在、KVSのエラーコードには文字列長制限エラーにふさわしい値がなさそうなので、追加すべき。
https://github.com/project-tsurugi/jogasaki/blob/master/include/jogasaki/api/kvsservice/status.h

@kookubo kookubo self-assigned this Dec 1, 2023
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

No branches or pull requests

1 participant