https://linen.dev logo
Join Slack
Powered by
# troubleshooting
  • b

    Bharat Thakur

    01/11/2023, 12:14 PM
    java.lang.RuntimeException: java.io.FileNotFoundException: var/druid/processing/druid-groupBy-bf95eed8-402f-4543-97c0-e1c6f641ce0a_5385733b-af07-4a0a-aa39-eecc1c4518ae/00015496.tmp (Too many open files)
  • b

    Bharat Thakur

    01/11/2023, 12:20 PM
    Increased u limit
  • s

    Slackbot

    01/11/2023, 12:20 PM
    This message was deleted.
    v
    b
    • 3
    • 10
  • v

    Vijay Narayanan

    01/11/2023, 12:27 PM
    what does ulimit -a show?
  • v

    Vijay Narayanan

    01/11/2023, 12:27 PM
    also you need to make sure ulimit is increased for the user running druid services
    👍 2
  • s

    Slackbot

    01/12/2023, 7:06 AM
    This message was deleted.
    i
    v
    • 3
    • 22
  • s

    Slackbot

    01/12/2023, 9:23 AM
    This message was deleted.
    p
    b
    • 3
    • 4
  • s

    SClark

    01/12/2023, 9:28 AM
    Hello everyone, I am new to druid. I have been upgrading druid on our system from version 24.0.1 to 25.0.0 and want to use http instead of zookeeper. Currently I am facing the issue that overlord won't work properly. My system: • Kubernetes cluster in the cloud • No zookeeper • Kubernetes extension All the druid components started up and are running through except the component overlord. Here are the variables that I have set: ### K8S without Zookeeper # druid.zk.service.host=localhost # druid.zk.paths.base=/druid druid.zk.service.enabled=false druid.serverview.type=http druid.coordinator.loadqueuepeon.type=http druid.coordinator.loadqueuepeon.http.batchSize=1 druid.indexer.runner.type=httpRemote druid.announcer.type=http druid.discovery.type=k8s druid.discovery.k8s.clusterIdentifier=druid druid.discovery.k8s.podNameEnvKey=POD_NAME druid.discovery.k8s.podNamespaceEnvKey=POD_NAMESPACE And in the attachment you will find the log that I see. Also in the log line 86 the parameter "druid.indexer.runner.type" is still "remote" rather than "httpRemote". Is this the cause or have I missed something? How to fix this issue?
  • v

    Vijay Narayanan

    01/12/2023, 11:56 AM
    you need to add druid-kubernetes-extensions to extension load list
  • s

    Slackbot

    01/12/2023, 9:32 AM
    This message was deleted.
    overlord_pod_log.txt
    v
    s
    • 3
    • 5
  • s

    Slackbot

    01/12/2023, 1:51 PM
    This message was deleted.
    h
    k
    • 3
    • 3
  • s

    Slackbot

    01/12/2023, 3:32 PM
    This message was deleted.
    j
    b
    k
    • 4
    • 7
  • s

    Slackbot

    01/12/2023, 5:05 PM
    This message was deleted.
    v
    k
    • 3
    • 3
  • s

    Slackbot

    01/12/2023, 10:34 PM
    This message was deleted.
    s
    p
    • 3
    • 2
  • s

    Slackbot

    01/13/2023, 6:43 AM
    This message was deleted.
    v
    b
    f
    • 4
    • 11
  • b

    Bharat Thakur

    01/13/2023, 6:43 AM
    What can be the reason
  • s

    Slackbot

    01/13/2023, 7:37 PM
    This message was deleted.
    c
    v
    • 3
    • 21
  • s

    Slackbot

    01/14/2023, 10:15 PM
    This message was deleted.
    t
    j
    +2
    • 5
    • 22
  • b

    Brandon Tan

    01/15/2023, 1:52 AM
    This may be useful .. some pre-processing may be required - https://blog.hellmar-becker.de/2023/01/08/druid-data-cookbook-modeling-flag-lists/
  • s

    Sundeep Kumar Mehta

    01/15/2023, 6:51 PM
    Facing this error while using theta sketch but all other aggregates - sum are working fine ..org.apache.druid.query.QueryException: Not enough merge buffer memory to execute this query. Try enabling disk spilling by setting druid.query.groupBy.maxOnDiskStorage to an amount of bytes available on your machine for on-disk scratch files. Or, if you have additional off-heap memory available
  • s

    Sundeep Kumar Mehta

    01/15/2023, 6:53 PM
    I have tried adjusting the following values in broker/runtime.properties & historical/runtime.properties
  • s

    Sundeep Kumar Mehta

    01/15/2023, 6:55 PM
    druid.query.groupBy.maxOnDiskStorage=20000000000 druid.query.groupBy.maxMergingDictionarySize=20000000000 druid.processing.buffer.sizeBytes=2000MiB druid.processing.numMergeBuffers=4
  • s

    Slackbot

    01/15/2023, 6:56 PM
    This message was deleted.
    a
    s
    v
    • 4
    • 16
  • a

    Arav K

    01/15/2023, 11:43 PM
    Is it possible to use helm chart to deploy a druid cluster with druid-kubernetes-extensions enabled (zk disabled) ? I tried with below settings in values.yaml, but pods are not coming to ready status.
    Copy code
    druid_zk.service_enabled: false 
      druid_serverview_type: http 
      druid_coordinator_loadqueuepeon_type: http 
      druid_indexer_runner_type: httpRemote 
      druid_discovery_type: k8s
      druid_discovery_k8s_clusterIdentifier : druid
      druid_discovery_k8s_podNameEnvKey : POD_NAME
      druid_discovery_k8s_podNamespaceEnvKey : POD_NAMESPACE
  • s

    Sachidananda

    01/16/2023, 4:45 AM
    Hi Druid Experts I have the following query regarding task logs Due to some exceptions , if task fails, task logs doesn't get uploaded to s3, and it remains in the mm node Can someone please help me understand, when these task logs are cleaned up? from the mm node Or how can we get rid of it
  • b

    Bharat Thakur

    01/16/2023, 7:03 AM
    Can I use hers to store metadata and other data in Druid
  • v

    Vijay Narayanan

    01/16/2023, 7:24 AM
    Hers? I don’t understand
  • b

    Bharat Thakur

    01/16/2023, 7:35 AM
    I mean hdfs
  • b

    Bharat Thakur

    01/16/2023, 7:35 AM
    Sorry for autocorrect
  • b

    Bharat Thakur

    01/16/2023, 7:35 AM
    I am not seeing any detailed documentation on same
1...141516...53Latest