yiguolei commented on code in PR #61130:
URL: https://github.com/apache/doris/pull/61130#discussion_r2938375062
##########
gensrc/proto/internal_service.proto:
##########
@@ -75,11 +75,10 @@ message PTransmitRecCTEBlockResult {
message PRerunFragmentParams {
enum Opcode {
- wait = 1; // wait fragment execute done
- release = 2; // release current round's resource
- rebuild = 3; // rebuild next round pipeline tasks
- submit = 4; // submit tasks to execute
- close = 5; // close fragment
+ wait_for_destroy = 1; // deregister RF, destroy old PFC, async wait
for tasks to close via brpc closure
Review Comment:
这里或者在fragment mgr 里要画一个线图,解释一下这4个装填变换的流程。
另外,enum 类型,一般都是大写的
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]