Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on November 23, 2023 2:15PM
Likes: 0
Replies: 3
Suddenly, while everything was working find, I started getting the following error when I create a new CSV dataset under managed_datasets
I cannot build the datasets any more. Old datasets work fine.
Can you try to perform a Force recursive rebuild to ensure the dataset and the dependencies are build?
Sorry for not mentioning it. But I tried it and I get an error again. I get a different error, but I think it's the same reason.
I have a few hundreds of those lines in the logs
[INFO] [dku.flow.compute.prune] - * compute_AllTimeData_NP: Checking compute_AllTimeData_NP
And then, in the end
Call failed
java.lang.StackOverflowError
The "StackOverflowError" means that your flow contains a loop. DSS does not support having cycles in the flow when doing a recursive build. With recursive builds, DSS compute the dependencies (inputs and outputs) of the recipes to determine which datasets must be rebuilt. Once the dependencies have been checked the recursive build is executed. If there is a loop in your flow, then the error message StackOverflowError will be thrown. To resolve this issue it is recommended to remove the loop from your flow.