This message was deleted.
# troubleshooting
s
This message was deleted.
😭 1
u
len of dimenstionSpec + metricsSpec 6513~ didnt work
Maybe need to check Overload node XX:MaxDirectMemorySize?
g
Do things work if you submit your task through the web console?
The web console does use the same API, so if that works, then likely you need to adjust how you're using the API
u
@Gian Merlino web console same... When I crease dimensionSpec +metricsSpec count almost to 6500, tasks not started and give 404 fail.
But below some level, tasks are created well (I'm using index_hadoop) Thank you for help
Some level means dimensionSpec and metricSpec count... And I'm using hdfs
Error fixed @Gian Merlino problem was znode thank you
g
ah, that makes sense. the znodes can get pretty big when you have a large # of columns like that
one cool thing about the new SQL-based ingest (with MSQ) is the columns are no longer stored in znodes
👍 1
so there are not limits imposed by znode size 🙂
u
Wow I would check new SQL based ingest(with MSQ)
Thanks