mrproliu commented on code in PR #1115:
URL: 
https://github.com/apache/skywalking-banyandb/pull/1115#discussion_r3198635411


##########
banyand/queue/sub/group_lifecycle.go:
##########
@@ -32,6 +32,11 @@ import (
 // while still bounding load on the data nodes.
 const maxInspectGroupConcurrency = 32
 
+// topLevelErrorPrefix tags an entry in GroupLifecycleInfo.errors that
+// originated from a top-level CollectDataInfo failure (GetGroup, missing
+// collector, dial failure) rather than a per-node broadcast failure.
+const topLevelErrorPrefix = "top-level: "

Review Comment:
   move the prefix package.



-- 
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]

Reply via email to