klsince commented on PR #9400: URL: https://github.com/apache/pinot/pull/9400#issuecomment-1247354842
example: ``` ➜ pinot-oss git:(allow_separate_task_logs) ✗ ls -l ../logs total 16736 -rw-r--r-- 1 xiaobing staff 5966 Sep 14 14:51 minionTaskLogs-Task_RealtimeToOfflineSegmentsTask_10102576-6dd0-416b-80e0-d25cc9ab65f8_1663192300019_0.log -rw-r--r-- 1 xiaobing staff 5966 Sep 14 14:52 minionTaskLogs-Task_RealtimeToOfflineSegmentsTask_198d2193-89ce-4c4c-a576-8fa5b04d702d_1663192330009_0.log ... -rw-r--r-- 1 xiaobing staff 6845 Sep 14 14:53 minionTaskLogs-default.log -rw-r--r-- 1 xiaobing staff 7757824 Sep 14 15:13 pinot-all.log ``` ``` ➜ pinot-oss git:(allow_separate_task_logs) ✗ curl -X GET "http://localhost:9000/loggers/instances/Minion_192.168.0.106_6000/download?filePath=minionTaskLogs-Task_RealtimeToOfflineSegmentsTask_10102576-6dd0-416b-80e0-d25cc9ab65f8_1663192300019_0.log" -H "accept: application/octet-stream" ... 2022/09/14 14:51:40.308 INFO [TaskFactoryRegistry] [TaskStateModelFactory-task_thread-0] Start running ... 2022/09/14 14:51:40.419 ERROR [TaskFactoryRegistry] [TaskStateModelFactory-task_thread-0] Caught exception while executing task: Task_RealtimeToOfflineSegmentsTask_10102576-6dd0-416b-80e0-d25cc9ab65f8_1663192300019_0 java.lang.IllegalStateException: Failed to find table config for table: githubEvents_OFFLINE at com.google.common.base.Preconditions.checkState(Preconditions.java:518) ~[guava-20.0.jar:?] ... at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] 2022/09/14 14:51:40.419 INFO [TaskFactoryRegistry] [TaskStateModelFactory-task_thread-0] Task: Task_RealtimeToOfflineSegmentsTask_10102576-6dd0-416b-80e0-d25cc9ab65f8_1663192300019_0 completed in: 111ms ``` -- 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]
