Hi team, I got this exception in datahub when I vi...
# troubleshoot
a
Hi team, I got this exception in datahub when I visit the path /browse/dataset in browser I still dont know how to working around it
g
Hey there! Just to verify, is your elasticsearch cluster healthy? Can you search successfully? This may be caused due to underlying issues with Elastic.
a
hmz, It is really elasticsearch error.
Copy code
"Caused by: org.elasticsearch.search.aggregations.MultiBucketConsumerService$TooManyBucketsException: Trying to create too many buckets. Must be less than or equal to: [65535] but was [65536]. This limit can be set by changing the [search.max_buckets] cluster level setting.",
thank you 😄 , I will try to change the setting then 😄
g
Ah! I see. How many datasets have you ingested?
a
65,8k 😄
I update config in elasticsearch => problem solved
My team will try to reduce the number of dataset which are generated by our system:D
b
Oh wow
Thats amazing
We haven't yet seen 65.8k in the default confiuguration deployment 🙂
Awesome scale!!!
a
yup, I will write a technical blog about our ingestion solutions. 😄 . It is the reason why our dataset number is huge in the short time 😄
🙌 2