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

fix: TOOLS-3003 strip/trim semi colon from resp for asinfo #333

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

a-spiker
Copy link
Contributor

Server error response in certain cases are like :
objects=0:tombstones=0:data_used_bytes=0:truncate_lut=0:sindexes=0:index_populating=false:truncating=false:default-read-touch-ttl-pct=0:default-ttl=0:disable-eviction=true:enable-index=true:stop-writes-count=0:stop-writes-size=0;

where semicolon comes at the end. The delimiting logic has a higer precedence for semicolon and thus is not able to separate new lines by : double colon.

@a-spiker a-spiker requested a review from sud82 January 22, 2025 05:47
@a-spiker a-spiker changed the title fix:TOOLS-3003 Strip semi colon from resp for asinfo fix:TOOLS-3003 strip/trim semi colon from resp for asinfo Jan 22, 2025
@a-spiker a-spiker changed the title fix:TOOLS-3003 strip/trim semi colon from resp for asinfo fix: TOOLS-3003 strip/trim semi colon from resp for asinfo Jan 22, 2025
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.

1 participant