Coder Social home page Coder Social logo

dagster run in docker container hangs about dagster HOT 1 OPEN

C0DK avatar C0DK commented on May 30, 2024
dagster run in docker container hangs

from dagster.

Comments (1)

C0DK avatar C0DK commented on May 30, 2024

Just to add context. It also seems to use quite a lot of processes. the job contains only 4 assets, however they do retry forever:

e396d0becea1   hardcore_kepler        10.72%    1.8GiB / 30.38GiB     5.92%     1.28GB / 1.5GB    2.51MB / 24.6kB   158

And it seems like there is a lot of similar looking processes:

UID                 PID                 PPID                C                   STIME               TTY                 TIME                CMD
root                7652                6557                0                   06:27               ?                   00:00:00            /usr/local/bin/python -c from multiprocessing.resource_tracker import main;main(6)
root                37880               6557                0                   06:41               ?                   00:00:41            /usr/local/bin/python -c from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=7, pipe_handle=11) --multiprocessing-fork
root                45723               37880               0                   06:45               ?                   00:00:00            tail -F -c +0 /opt/dagster/dagster_home/storage/6bce6900-5184-4209-9a4c-906e552e371f/compute_logs/ehexwzcz.out
root                45724               37880               0                   06:45               ?                   00:00:00            /usr/local/bin/python /usr/local/lib/python3.10/site-packages/dagster/_core/execution/watch_orphans.py 384 520
root                45725               37880               0                   06:45               ?                   00:00:00            tail -F -c +0 /opt/dagster/dagster_home/storage/6bce6900-5184-4209-9a4c-906e552e371f/compute_logs/ehexwzcz.err
root                45726               37880               0                   06:45               ?                   00:00:00            /usr/local/bin/python /usr/local/lib/python3.10/site-packages/dagster/_core/execution/watch_orphans.py 384 522
root                312188              6557                2                   09:00               ?                   00:00:41            /usr/local/bin/python -c from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=7, pipe_handle=21) --multiprocessing-fork
root                315025              312188              0                   09:01               ?                   00:00:00            tail -F -c +0 /opt/dagster/dagster_home/storage/6bce6900-5184-4209-9a4c-906e552e371f/compute_logs/tgismvfl.out
root                315026              312188              0                   09:01               ?                   00:00:00            /usr/local/bin/python /usr/local/lib/python3.10/site-packages/dagster/_core/execution/watch_orphans.py 3799 3845
root                315027              312188              0                   09:01               ?                   00:00:00            tail -F -c +0 /opt/dagster/dagster_home/storage/6bce6900-5184-4209-9a4c-906e552e371f/compute_logs/tgismvfl.err
root                315028              312188              0                   09:01               ?                   00:00:00            /usr/local/bin/python /usr/local/lib/python3.10/site-packages/dagster/_core/execution/watch_orphans.py 3799 3847
root                347147              6557                7                   09:17               ?                   00:00:37            /usr/local/bin/python -c from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=7, pipe_handle=18) --multiprocessing-fork
root                347148              6557                8                   09:17               ?                   00:00:42            /usr/local/bin/python -c from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=7, pipe_handle=23) --multiprocessing-fork
root                350354              347147              0                   09:19               ?                   00:00:00            tail -F -c +0 /opt/dagster/dagster_home/storage/6bce6900-5184-4209-9a4c-906e552e371f/compute_logs/vnoocjqe.out
root                350355              347147              0                   09:19               ?                   00:00:00            /usr/local/bin/python /usr/local/lib/python3.10/site-packages/dagster/_core/execution/watch_orphans.py 4295 4375
root                350356              347147              0                   09:19               ?                   00:00:00            tail -F -c +0 /opt/dagster/dagster_home/storage/6bce6900-5184-4209-9a4c-906e552e371f/compute_logs/vnoocjqe.err
root                350357              347147              0                   09:19               ?                   00:00:00            /usr/local/bin/python /usr/local/lib/python3.10/site-packages/dagster/_core/execution/watch_orphans.py 4295 4377
root                350449              347148              0                   09:19               ?                   00:00:00            tail -F -c +0 /opt/dagster/dagster_home/storage/6bce6900-5184-4209-9a4c-906e552e371f/compute_logs/gsdkpjop.out
root                350450              347148              0                   09:19               ?                   00:00:00            /usr/local/bin/python /usr/local/lib/python3.10/site-packages/dagster/_core/execution/watch_orphans.py 4296 4385
root                350451              347148              0                   09:19               ?                   00:00:00            tail -F -c +0 /opt/dagster/dagster_home/storage/6bce6900-5184-4209-9a4c-906e552e371f/compute_logs/gsdkpjop.err
root                350452              347148              0                   09:19               ?                   00:00:00            /usr/local/bin/python /usr/local/lib/python3.10/site-packages/dagster/_core/execution/watch_orphans.py 4296 4387

Not sure if this is by design.

from dagster.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.