-
Notifications
You must be signed in to change notification settings - Fork 55
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
DOC: Fix response string when trimmed result in bop insert. #785
Conversation
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.
DOCS ๋ด์ฉ์ด ์๋ชป๋ ๊ฒ ๊ฐ์ต๋๋ค. ๋ํ, ์ปค๋ฐ ๋ฉ์์ง๋ฅผ DOCS์์ DOC์ผ๋ก ๋ณ๊ฒฝํด ์ฃผ์ธ์.
903e64b
to
17e8d88
Compare
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.
java client ๊ตฌํ์๋ ๋ฌธ์ ์๋ ์ํ์ธ๊ฐ์?
private static final OperationStatus[] INSERT_AND_GET_STATUS_ON_LINE = {
STORED, CREATED_STORED, NOT_FOUND, ELEMENT_EXISTS, OVERFLOWED,
OUT_OF_RANGE, TYPE_MISMATCH, BKEY_MISMATCH
};
private static final OperationStatus[] UPSERT_AND_GET_STATUS_ON_LINE = {
STORED, CREATED_STORED, REPLACED, NOT_FOUND, OVERFLOWED,
OUT_OF_RANGE, TYPE_MISMATCH, BKEY_MISMATCH
};
์ ๋ฐฐ์ด์ END
๋ TRIMMED
์์ด๋ ๋๋์ง?
์์ง ๊ฒํ ํ์ง ์์์ต๋๋ค. ํ์ธํด๋ณผ๊ฒ์ |
@brido4125 @ing-eoking |
@namsic ๋์ด ์ด๋ฏธ ํ์ธํ์ ๋ฐ๋ก๋ C Client์์๋ getrim ๊ธฐ๋ฅ์ด ์๋ค๊ณ ํฉ๋๋ค. |
java client๋
handleRead์ ๋ก์ง ๋ด์์ ์ ๋ฐฐ์ด ์ฌ์ฉํด์ TRIMMED ์๋ต ์ ์์ ์ผ๋ก ํ์ฑํ๋๊ฒ ํ์ธํ์์ต๋๋ค. |
๐ Related Issue
โจ๏ธ What I did
docker-compose๋ก ์บ์ ํด๋ฌ์คํฐ ๊ตฌ์ฑํ์ฌ
์๋์
bop insert
๋ฅผ getrim ์ต์ ์ฃผ์ด ์คํ์ํค๋ฉดEND ๊ฐ ์๋ TRIMMED ๊ฐ ์๋ต์ผ๋ก ๋์ต๋๋ค.
๋ฌธ์๊ฐ ์๋ชป๋ ๊ฑด์ง ๊ตฌํ์ด ์๋ชป๋๊ฑด์ง ํ์ธ ๋ถํ๋๋ฆฝ๋๋ค.
PR์ ๋ฌธ์๊ฐ ์๋ชป๋์๋ค๊ณ ๊ฐ์ ํ๊ณ ์์ฑ๋์์ต๋๋ค.