Forum Discussion
Container exited unexpectedly with code 0x0000DEAD
Hi Anonymous ,
Does the issue happen when you refresh the dataflow?
Please try below suggestions:
There is a semantic difference when the entities are referenced from DF in same workspace vs DF is a different workspace with respect to the compute engine. In the same workspace case, the dataflows have a strong reference to each other and are updated in the same transaction. Hence we do not need to cache data and can refer to the data from the upstream entity. However, when they come from different workspace, the references are weak references and in order to be self-contained within a workspace we do need to re-cache the data. The re-caching step is what adds the additional time in processing.
To mitigate this we suggest
- Increase dataflows’ max memory % and decrease the Datasets max memory % by same quantity. (If they have default settings then increase dataflows to 40% and decrease Datasets to 80%)
- Increase Dataflows container size to 1500Mb. This will reduce parallelism and potentially reduce intermittent failures.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi V-lianl-msft we don't use dataflows as we haven't found a use case that made them superior to power query, for our needs. The issue hasn't persisted in the last 24 hours, so whatever was wrong it has passed.
Overall resource consumption of the capacity has looked completely normal as well. Whatever was wrong, its gone now and there is no trace of the issue. The only commonality was timing. Reports all seemed to succeed and fail around similar times of day. The time of day was consistant, just when 1 report failed others around the same time also failed. Later on in the same day they would succeed.
- V-lianl-msft6 years agoCommunity Support
Hi Anonymous ,
I would suggest you to create a support ticket or submit your issue.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- Anonymous6 years agoNot applicable
V-lianl-msft thats unncessary as the problem has resolved itself.
- Anonymous2 years agoNot applicable
Hi. any one got this issue resolved ??
We are facing the same issue refrrshing the dataflows. Could some one help ?? If it is resolved, kindly help me with the solution