ccoffline opened a new issue #5724:
URL: https://github.com/apache/incubator-doris/issues/5724
**Describe the bug**
In HTTP v1, `CancelStreamLoad` cannot recognize `LABEL_KEY` and report `No
label selected`.
https://github.com/apache/incubator-doris/blob/c7af83b7c7e84c0fc2aa248f1d1ae44adb839f5b/fe/fe-core/src/main/java/org/apache/doris/http/rest/CancelStreamLoad.java#L40-L44
It's because its path variable is overwritten by the wildcard of other API's.
https://github.com/apache/incubator-doris/blob/c7af83b7c7e84c0fc2aa248f1d1ae44adb839f5b/fe/fe-core/src/main/java/org/apache/doris/http/rest/TableQueryPlanAction.java#L86-L93
In addition, the doc shows that there is no cancel API for stream load. If
the parameter is correct, this API is actually working.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]