Uploaded image for project: 'Coin'
  1. Coin
  2. COIN-317

tmux kill-session leaves stale processes running

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4: Low
    • None
    • master
    • Other
    • None

    Description

      before:

      builder+  7276  0.0  0.0   4636  3560 ?        Ss   13:53   0:00 tmux new-session -d -sci -n firehose tail -n 0 --max-unchanged-stats=5 --follow /home/qtjimis/dist/src/qtqa/ci-working-dir/logs/coin.log
      builder+  7277  0.0  0.0   5260   704 pts/23   Ss+  13:53   0:00  \_ tail -n 0 --max-unchanged-stats=5 --follow /home/qtjimis/dist/src/qtqa/ci-working-dir/logs/coin.log
      builder+  7280  2.7  0.1 180508 27832 pts/24   Ssl+ 13:53   0:01  \_ python3 /home/qtjimis/dist/src/qtqa/tqtc-coin-ci/src/nameservice.py
      builder+  7288  2.6  0.1 254316 27556 pts/25   Ssl+ 13:53   0:01  \_ python3 /home/qtjimis/dist/src/qtqa/tqtc-coin-ci/src/storage.py
      builder+  7296  0.0  0.0 628612  8164 pts/26   Ssl+ 13:53   0:00  \_ bin/publisher --gerrit-qt-plugin
      builder+  7298  2.9  0.1 329068 28372 pts/27   Ssl+ 13:53   0:01  \_ python3 /home/qtjimis/dist/src/qtqa/tqtc-coin-ci/src/scheduler.py --hardwarePool local
      builder+  7300  2.9  0.1 108744 29284 pts/28   Ssl+ 13:53   0:01  \_ python3 /home/qtjimis/dist/src/qtqa/tqtc-coin-ci/src/nightly.py
      builder+  7302  0.0  0.0 629828  9908 pts/29   Ssl+ 13:53   0:00  \_ bin/webserver
      

      after tmux kill-session:

      builder+  8483  2.3  0.1 108744 29328 ?        Ssl  13:55   0:01 python3 /home/qtjimis/dist/src/qtqa/tqtc-coin-ci/src/nightly.py
      builder+  8478  2.2  0.1 329068 28472 ?        Ssl  13:55   0:01 python3 /home/qtjimis/dist/src/qtqa/tqtc-coin-ci/src/scheduler.py --hardwarePool local
      builder+  8465  2.2  0.1 254316 27644 ?        Ssl  13:55   0:01 python3 /home/qtjimis/dist/src/qtqa/tqtc-coin-ci/src/storage.py
      builder+  8457  2.0  0.1 180508 27912 ?        Ssl  13:55   0:01 python3 /home/qtjimis/dist/src/qtqa/tqtc-coin-ci/src/nameservice.py
      

      These processes have been re-parented to init, after tmux is dead. Re-runningĀ ./run-ci kills them and starts new instances.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            hehalmet Heikki Halmet
            jimis Dimitrios Apostolou
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes