Tanya-W commented on code in PR #19063:
URL: https://github.com/apache/doris/pull/19063#discussion_r1193428324


##########
fe/fe-core/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java:
##########
@@ -132,6 +135,13 @@ public class SchemaChangeHandler extends AlterHandler {
 
     public final Map<Long, AlterJobV2> runnableSchemaChangeJobV2 = 
Maps.newConcurrentMap();
 
+    // queue of inverted index job
+    public ConcurrentMap<Long, InvertedIndexJob> invertedIndexJobs = 
Maps.newConcurrentMap();

Review Comment:
   invertedIndexJobs is the all jobs queue for inverted index job,  the similar 
variable  for SchemaChangeJobV2 in the parent class  AlterHandler



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

Reply via email to