jlaberge-badal commented on issue #13330:
URL: https://github.com/apache/druid/issues/13330#issuecomment-2940757563
Also running into this issue on v33.0.0.
@com98 , I was trying the `druid-kubernetes-overlord-extensions` but seems
to not work while using google cloud storage for indexer logs. Can you share
what you were using for log storage?
```
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at
org.apache.druid.indexing.overlord.DruidOverlord$1.becomeLeader(DruidOverlord.java:193)
~[druid-indexing-service-33.0.0.jar:33.0.0]
at
org.apache.druid.k8s.discovery.K8sDruidLeaderSelector.lambda$startLeaderElector$0(K8sDruidLeaderSelector.java:77)
~[?:?]
at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
[?:?]
at
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[?:?]
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[?:?]
at java.base/java.lang.Thread.run(Thread.java:840) [?:?]
Caused by: java.lang.reflect.InvocationTargetException
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[?:?]
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
~[?:?]
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:?]
at java.base/java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]
at
org.apache.druid.java.util.common.lifecycle.Lifecycle$AnnotationBasedHandler.start(Lifecycle.java:446)
~[druid-processing-33.0.0.jar:33.0.0]
at
org.apache.druid.java.util.common.lifecycle.Lifecycle.start(Lifecycle.java:341)
~[druid-processing-33.0.0.jar:33.0.0]
at
org.apache.druid.indexing.overlord.DruidOverlord$1.becomeLeader(DruidOverlord.java:190)
~[druid-indexing-service-33.0.0.jar:33.0.0]
... 6 more
Caused by: org.apache.commons.lang3.NotImplementedException: this
druid.indexer.logs.type [class org.apache.druid.storage.google.GoogleTaskLogs]
does not support managing task payloads yet. You will have to switch to using
environment variables
```
--
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]