Cubed with Lithops for complex data transformations hits invocation hangup #841
Replies: 4 comments 5 replies
-
|
Hi @neilSchroeder - thanks for the report. Can you share the plan visualization svg ( It would be useful to look at the lithops logs to get clue to what's happening. Have you set |
Beta Was this translation helpful? Give feedback.
-
|
Hey Tom, thanks so much for the quick reply. I'm struggling to get the plan to visualize. And it looks like that's on I have tried to write a partial selection of ~30 years worth of 3 km resolution data instead of ~75 years and that also hangs. Here's the log files. Apologies for the large quantity. Most of these are fairly small jobs with either 1 or 64 function activations, and then |
Beta Was this translation helpful? Give feedback.
-
|
Fascinating output here. Based on the output of the |
Beta Was this translation helpful? Give feedback.
-
|
Okay, I think I finally made some progress debugging this. Lithops
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks, I'm trying to use
cubedto do some slightly more complex data transformations on climate data stored as zarrs.When using
lithopsto export this to AWS lambdas it makes decent headway until roughly step 3 in the graph where it tries cues up about 3000 jobs or so, runs through a few of them, and then just silently hangs without submitting more jobs all while continuously printing to the command line that it's waiting for the rest of the jobs in this step to finish. Has anyone run into something like this before? Is there a trick I can use to get around this?The gist of the code is here:
Beta Was this translation helpful? Give feedback.
All reactions