Question about the count field in GET /api/{db}/get_load_state response #62758
Unanswered
opome
asked this question in
A - General / Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Doris developers,
I'm using Doris 3.0.2-rc03 and have a question about the get_load_state HTTP API.
When I call GET /api//get_load_state?label=, I get a response like this:
{"msg":"success","code":0,"data":"VISIBLE","count":0}
The official documentation at [1] shows this example but does not explain what the count field means. I've also searched the community discussions but couldn't find a definition.
Could you clarify what the count field represents?
Is it the number of currently active import tasks for this label, or something else?
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions