Used this link for enabling authentication <https:...
# troubleshooting
f
x
@Xiaobing do you know if the auth is carried over for scheduling minion task. @Fizza Abid can you paste the controller and minion logs here
f
message has been deleted
Copy code
SegmentGenerationAndPushTask_Task_SegmentGenerationAndPushTask_1652256960190_0 completed at: 1652257150076, results: true. FrameworkTime: 2 ms; HandlerTime: 22 ms.
Caught exception while executing task: Task_SegmentGenerationAndPushTask_1652256960190_0
java.lang.RuntimeException: Failed to execute SegmentGenerationAndPushTask
        at org.apache.pinot.plugin.minion.tasks.segmentgenerationandpush.SegmentGenerationAndPushTaskExecutor.executeTask(SegmentGenerationAndPushTaskExecutor.java:120) ~[pinot-all-0.10.0-SNAPSHOT-jar-with-dependencies.jar:0.10.0-SNAPSHOT-078c711d35769be2dc4e4b7e235e06744cf0bba7]
        at org.apache.pinot.plugin.minion.tasks.segmentgenerationandpush.SegmentGenerationAndPushTaskExecutor.generateTaskSpec(SegmentGenerationAndPushTaskExecutor.java:269) ~[pinot-all-0.10.0-SNAPSHOT-jar-with-dependencies.jar:0.10.0-SNAPSHOT-078c711d35769be2dc4e4b7e235e06744cf0bba7]
        at org.apache.pinot.plugin.minion.tasks.segmentgenerationandpush.SegmentGenerationAndPushTaskExecutor.executeTask(SegmentGenerationAndPushTaskExecutor.java:117) ~[pinot-all-0.10.0-SNAPSHOT-jar-with-dependencies.jar:0.10.0-SNAPSHOT-078c711d35769be2dc4e4b7e235e06744cf0bba7]
Task: Task_SegmentGenerationAndPushTask_1652256960190_0 completed in: 59ms
x
the auth token should have be carried over. I can dig a bit more on this with the logs.