Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MinIO-daemon crashes when listing objects through MinIO-Console #3391

Closed
hamalchristiaan opened this issue Jun 25, 2024 · 3 comments · Fixed by #3392
Closed

MinIO-daemon crashes when listing objects through MinIO-Console #3391

hamalchristiaan opened this issue Jun 25, 2024 · 3 comments · Fixed by #3392

Comments

@hamalchristiaan
Copy link

Expected Behavior

No crash.

Current Behavior

MinIO-daemon crashes when listing objects through MinIO-Console. Unconfirmed if it happens with the MinIO-Client as well. Audit-logs show a "ListObjectVersions" api-call right before crashing. Syslog shows "panic: send on closed channel".

Steps to Reproduce (for bugs)

List objects in large bucket.

Your Environment

  • Version used (minio --version): minio version RELEASE.2024-06-11T03-13-30Z (commit-id=55aa431578ddc6c9b57b873bf39ebe9d3ee10239)
  • Operating System and version (uname -a): Linux 5.10.0-30-amd64 Full restructure in accordance with minio#1 SMP Debian 5.10.218-1 (2024-06-01) x86_64 GNU/Linux
@jiuker
Copy link
Contributor

jiuker commented Jun 25, 2024

Please share the full log.

@hamalchristiaan
Copy link
Author

hamalchristiaan commented Jun 25, 2024

Order is bottom to top:

Jun 24, 2024 @ 14:04:40.000 panic: send on closed channel

Jun 24, 2024 @ 14:04:40.000 goroutine 6808071233 [running]:

Jun 24, 2024 @ 14:04:40.000 #011github.com/minio/console@v1.5.0/api/ws_objects.go:49 +0x7d

Jun 24, 2024 @ 14:04:40.000 github.com/minio/console/api.(*wsMinioClient).objectManager.func2({0x4, 0xc02ff4c140, 0x0, {0xc02252a398, 0x8}, {0xc02252a3a0, 0xd}, {0x0, 0x0, 0x0}})

Jun 24, 2024 @ 14:04:40.000 #011github.com/minio/console@v1.5.0/api/ws_objects.go:130 +0x4b9

Jun 24, 2024 @ 14:04:40.000 github.com/minio/console/api.(*wsMinioClient).objectManager.func3.2()

Jun 24, 2024 @ 14:04:40.000 #011github.com/minio/console@v1.5.0/api/ws_objects.go:109 +0x45c

Jun 24, 2024 @ 14:04:40.000 created by github.com/minio/console/api.(*wsMinioClient).objectManager.func3 in goroutine 6807454044

@harshavardhana
Copy link
Member

MinIO-daemon crashes when listing objects through MinIO-Console. Unconfirmed if it happens with the MinIO-Client as well. Audit-logs show a "ListObjectVersions" api-call right before crashing. Syslog shows "panic: send on closed channel".

Yeah this is apparently the Console UI implementation issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants