VGalaxies commented on code in PR #2319:
URL:
https://github.com/apache/incubator-hugegraph/pull/2319#discussion_r1359862016
##########
hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/TaskAPI.java:
##########
@@ -136,11 +136,12 @@ public Map<String, Object> get(@Context GraphManager
manager,
@RedirectFilter.RedirectMasterRole
Review Comment:
在 `org.apache.hugegraph.api.filter.RedirectFilter#filter` 处进行了修改,当匹配到
TaskAPI 调用且对应 graph 的 scheduler 类型为 `DistributedTaskScheduler` 时不进行重定向
##########
hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/TaskAPI.java:
##########
@@ -136,11 +136,12 @@ public Map<String, Object> get(@Context GraphManager
manager,
@RedirectFilter.RedirectMasterRole
Review Comment:
在 `org.apache.hugegraph.api.filter.RedirectFilter#filter` 处进行了修改,当匹配到
TaskAPI 调用且对应 graph 的 scheduler 类型为 `DistributedTaskScheduler` 时不进行重定向
--
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]