aelmanaa opened a new issue #9925: URL: https://github.com/apache/druid/issues/9925
Hello , I'm running on postgresl 13 and activated the "postgresql-metadata-storage" extension. postgres --version `postgres (PostgreSQL) 13beta1 (Debian 13~beta1-1.pgdg100+1)` Unfortunately I'm not able to run the basic example (load file natively) https://druid.apache.org/docs/latest/tutorials/tutorial-batch.html I get the following error on the overlord side: ``` 2020-05-26T09:54:56,282 WARN [publish-0] org.apache.druid.indexing.common.actions.RemoteTaskActionClient - Exception submitting action for task[index_parallel_wikiticker-2015-09-12-fdsfsdfsdfdsfsdf_2020-05-26T09:54:41.769Z] org.apache.druid.java.util.common.IOE: Error with status[500 Internal Server Error] and message[{"error":"org.skife.jdbi.v2.exceptions.CallbackFailedException: java.lang.NullPointerException: tuples must be non-null"}]. Check overlord logs for details. at org.apache.druid.indexing.common.actions.RemoteTaskActionClient.submit(RemoteTaskActionClient.java:94) ~[druid-indexing-service-0.16.0-incubating.jar:0.16.0-incubating] at org.apache.druid.indexing.common.task.IndexTask.lambda$generateAndPublishSegments$1(IndexTask.java:833) ~[druid-indexing-service-0.16.0-incubating.jar:0.16.0-incubating] at org.apache.druid.segment.realtime.appenderator.TransactionalSegmentPublisher.publishSegments(TransactionalSegmentPublisher.java:64) ~[druid-server-0.16.0-incubating.jar:0.16.0-incubating] at org.apache.druid.segment.realtime.appenderator.BaseAppenderatorDriver.lambda$publishInBackground$8(BaseAppenderatorDriver.java:561) ~[druid-server-0.16.0-incubating.jar:0.16.0-incubating] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_222] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_222] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_222] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] ``` which postgresql version is supported by postgresql-metadata-storage ? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
