The SIO2 project
  1. The SIO2 project
  2. SIO-1982

Simultaneous downloading of sandboxes causes "Binding not existing location" error

    Details

    • Type: Bug Bug
    • Status: Resolved Resolved
    • Priority: Major Major
    • Resolution: Obsolete
    • Affects Version/s: Current Version
    • Fix Version/s: None
    • Component/s: OIOIOI
    • Labels:
      None

      Description

      Sentry: SZKOPUL-4, OIOIOI-M, OIOIOI-K

      Reproduce: restart worker while there are many submissions to check

      See comments.

        Activity

        Show
        Sentry added a comment - https://sentry.io/the-sio2-project/szkopul/issues/229508686/
        Show
        Przemysław Jakub Kozłowski added a comment - https://sentry.io/the-sio2-project/oioioi/issues/249244795/
        Show
        Przemysław Jakub Kozłowski added a comment - https://sentry.io/the-sio2-project/oioioi/issues/249244784/
        Show
        Sentry added a comment - https://sentry.io/the-sio2-project/oioioi/issues/249244784/
        Hide
        Przemysław Jakub Kozłowski added a comment -
        This is probably caused by the fact that we are deleting the '.lock' file in a sandbox directory before we start downloading the sandbox. This bug is in sandbox.py file:
                    logger.info("Downloading sandbox '%s' ...", name)

                    if os.path.exists(path):
                        rmtree(path)
        Show
        Przemysław Jakub Kozłowski added a comment - This is probably caused by the fact that we are deleting the '.lock' file in a sandbox directory before we start downloading the sandbox. This bug is in sandbox.py file:             logger.info("Downloading sandbox '%s' ...", name)             if os.path.exists(path):                 rmtree(path)
        Hide
        Gerrit Gerrit added a comment -
        Change sioworkers~master~I27b1c6397b00d923df702da28d82def6953ccf19, patchset 1
        https://gerrit.sio2project.mimuw.edu.pl/2881

        SIO-1982 Simultaneous downloading of sandboxes causes "Binding not existing location" error

        Change-Id: I27b1c6397b00d923df702da28d82def6953ccf19
        Show
        Gerrit Gerrit added a comment - Change sioworkers~master~I27b1c6397b00d923df702da28d82def6953ccf19, patchset 1 https://gerrit.sio2project.mimuw.edu.pl/2881 SIO-1982 Simultaneous downloading of sandboxes causes "Binding not existing location" error Change-Id: I27b1c6397b00d923df702da28d82def6953ccf19
        Hide
        Gerrit Gerrit added a comment -
        Change sioworkers~master~I27b1c6397b00d923df702da28d82def6953ccf19, patchset 2
        https://gerrit.sio2project.mimuw.edu.pl/2881

        SIO-1982 Simultaneous downloading of sandboxes causes "Binding not existing location" error

        Change-Id: I27b1c6397b00d923df702da28d82def6953ccf19
        Show
        Gerrit Gerrit added a comment - Change sioworkers~master~I27b1c6397b00d923df702da28d82def6953ccf19, patchset 2 https://gerrit.sio2project.mimuw.edu.pl/2881 SIO-1982 Simultaneous downloading of sandboxes causes "Binding not existing location" error Change-Id: I27b1c6397b00d923df702da28d82def6953ccf19
        Hide
        Gerrit Gerrit added a comment -
        Change sioworkers~master~I7d75d64c7a53b7680039582ff4675a6c4d06a5aa, patchset 1
        https://gerrit.sio2project.mimuw.edu.pl/2958

        SIO-1982 Fix locking around sandbox use

        Change-Id: I7d75d64c7a53b7680039582ff4675a6c4d06a5aa
        Show
        Gerrit Gerrit added a comment - Change sioworkers~master~I7d75d64c7a53b7680039582ff4675a6c4d06a5aa, patchset 1 https://gerrit.sio2project.mimuw.edu.pl/2958 SIO-1982 Fix locking around sandbox use Change-Id: I7d75d64c7a53b7680039582ff4675a6c4d06a5aa
        Hide
        Gerrit Gerrit added a comment -
        Change sioworkers~master~I7d75d64c7a53b7680039582ff4675a6c4d06a5aa, patchset 2
        https://gerrit.sio2project.mimuw.edu.pl/2958

        SIO-1982 Fix locking around sandbox use

        Change-Id: I7d75d64c7a53b7680039582ff4675a6c4d06a5aa
        Show
        Gerrit Gerrit added a comment - Change sioworkers~master~I7d75d64c7a53b7680039582ff4675a6c4d06a5aa, patchset 2 https://gerrit.sio2project.mimuw.edu.pl/2958 SIO-1982 Fix locking around sandbox use Change-Id: I7d75d64c7a53b7680039582ff4675a6c4d06a5aa
        Hide
        Gerrit Gerrit added a comment -
        Change sioworkers~master~I7d75d64c7a53b7680039582ff4675a6c4d06a5aa, patchset 3
        https://gerrit.sio2project.mimuw.edu.pl/2958

        SIO-1982 Fix locking around sandbox use

        Change-Id: I7d75d64c7a53b7680039582ff4675a6c4d06a5aa
        Show
        Gerrit Gerrit added a comment - Change sioworkers~master~I7d75d64c7a53b7680039582ff4675a6c4d06a5aa, patchset 3 https://gerrit.sio2project.mimuw.edu.pl/2958 SIO-1982 Fix locking around sandbox use Change-Id: I7d75d64c7a53b7680039582ff4675a6c4d06a5aa
        Hide
        Gerrit Gerrit added a comment -
        Change sioworkers~master~I7d75d64c7a53b7680039582ff4675a6c4d06a5aa, patchset 4
        https://gerrit.sio2project.mimuw.edu.pl/2958

        SIO-1982 Fix locking around sandbox use

        Change-Id: I7d75d64c7a53b7680039582ff4675a6c4d06a5aa
        Show
        Gerrit Gerrit added a comment - Change sioworkers~master~I7d75d64c7a53b7680039582ff4675a6c4d06a5aa, patchset 4 https://gerrit.sio2project.mimuw.edu.pl/2958 SIO-1982 Fix locking around sandbox use Change-Id: I7d75d64c7a53b7680039582ff4675a6c4d06a5aa
        Hide
        Szymon Acedański added a comment -
        This issue has been automatically closed as Obsolete due to no activity for 365 days.

        Feel free to reopen it or create a new one if it's still relevant.
        Show
        Szymon Acedański added a comment - This issue has been automatically closed as Obsolete due to no activity for 365 days. Feel free to reopen it or create a new one if it's still relevant.

          People

          • Assignee:
            Szymon Acedański
            Reporter:
            Paweł Koniarski
          • Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: