backend.ai-webui icon indicating copy to clipboard operation
backend.ai-webui copied to clipboard

After uploading a number of files via folder explorer dialog, I cannot login to Backend.AI

Open lizable opened this issue 4 years ago • 1 comments

Describe the bug A clear and concise description of what the bug is. 문제가 발생하는 상황에 대한 요약 설명을 적어주세요. Whenever I try to upload more than 300 files at a time in folder explorer by drag & drop or simply clicking the file upload button, It seems that as if files are getting uploaded step by step, but the uploading process stops in the middle. So I tried to find out how files are uploaded by refreshing the page and my account logged out and couldn't get logged in after that. Also, I got a similar case when I tried to cancel while uploading was ongoing, too.

To Reproduce Steps to reproduce the behavior: 문제를 재현하기 위한 순서를 자세히 적어주세요:

  1. Go to 'Data & Storage' page
  2. Click on 'folder' icon in the Control tab in folder list.
  3. Drag and drop or click upload files button and upload more than 300 files.
  4. See error.

Expected behavior A clear and concise description of what you expected to happen. 원래 기대했던 동작은 어떤 것인지 명확하게 적어주세요. If the user requests too many files at a time, it should limit uploading, not blocking the user.

Screenshots If applicable, add screenshots to help explain your problem. Just take a screenshot in your clipboard or copy a picture file and paste it here (Ctrl+V/Cmd+V) so that GitHub automatically attach and insert it. 가능하다면, 문제 상황을 보여주는 스크린샷을 첨부해주세요. 클립보드에 스크린샷을 찍거나 이미지 파일을 복사해서 여기에 붙여넣으면(Ctrl+V/Cmd+V) GitHub이 자동으로 이곳에 첨부 및 삽입해줍니다.

Client:

  • OS: macOS Big Sur 11.2.3
  • App version: [e.g. 19.08.3] (if you are using a GUI client app)
  • Browser version: Chrome 90.0.4430.212
  • Python version: python 3.9.2
  • NodeJS version: 15.13.0

Server:

  • OS: macOS Big Sur 11.2.3
    • Output of uname -a: Darwin *** 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 x86_64
  • Backend.AI version: 21.09.0.dev0
  • Python version: 3.9.2
  • Installation method: used scripts/install-dev.sh

Additional context Add any other context about the problem here. 추가적으로 문제 상황을 설명할 수 있는 다른 맥락을 기술해주세요. Currently, default query limit for Backend.AI Cloud users is 1000 per every 15 minutes, which means that if file uploading request spends a single query per file, then query limit exceeds when user try to upload more than 1000 file at once. As Backend.AI itself is originally for AI enthusiasts, so there's no doubt that most users are willing to upload a bulk of the dataset at once. In my opinion, simply blocking the account for uploading a lot of files doesn't seem to be a good solution.

lizable avatar May 13 '21 15:05 lizable

Cannot be reproduced. Double-check please? @lizable

inureyes avatar Jul 18 '23 10:07 inureyes