JuliaDataCubes / JuliaDataCubes/YAXArrays.jl
Distributed filling a datacube after change to DimensionalData
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 132
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
It used to work to do cube[time=datetime] in a @distributed for loop before the breaking change to DimensionalData. Now it should work with cube[Ti=At(datetime)], but it hangs and does nothing. Without the @distributed it just works nicely. Any idea what might goes wrong?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with a @distributed loop using cube[Ti=At(datetime)], then compare it with the working non-distributed cube indexing case. Trace where the distributed iteration or datacube write stops responding and verify that the distributed form completes with the same result as the non-distributed form.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- distributed-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100