2024-09-30T09:17:50.231Z | <Tatjana Dehler> Hi! I won't make it to the standup today. |
2024-09-30T09:40:55.576Z | <Pedro Gonzalez Gomez> Hi @M McPhee , this is the right channel for this, so thank you for bringing the issue to our attention.
Is there any log or error seen in the browser's console? Could you attach it here if any. Thanks! |
2024-09-30T11:53:08.811Z | <M McPhee> Hey I will take another look this morning and see what I can find in the browser |
2024-09-30T12:09:27.487Z | <M McPhee> I am not seeing much of anything in the "console": https://files.slack.com/files-pri/T1HG3J90S-F07QB603ZC0/download/image.png |
2024-09-30T12:10:32.262Z | <M McPhee> https://files.slack.com/files-pri/T1HG3J90S-F07PQSWSB6G/download/image.png |
2024-09-30T12:19:20.746Z | <M McPhee> managed to get a chrome debug log but this is all it contains. I enabled it, poked around until the dashboard stopped responding, and then retrieved it.
```[9624:12328:0930/081235.641:WARNING:[chrome_main_delegate.cc](http://chrome_main_delegate.cc)(747)] This is Chrome version 129.0.6668.70 (not a warning)
[9624:12328:0930/081235.819:VERBOSE1:[statistics_recorder.cc](http://statistics_recorder.cc)(607)] Collections of all histograms
Histogram: Chrome.ProcessSingleton.NotifyResult recorded 1 samples, mean = 1.0 (flags = 0x41)
0 O (0 = 0.0%)
1 -O (1 = 100.0%) {0.0%}
2 ...
Histogram: Chrome.ProcessSingleton.TimeToNotify recorded 1 samples, mean = 0.0 (flags = 0x41)
0 -O (1 = 100.0%)
10 ...
Histogram: Startup.LoadTime.RecordedProcessCreation recorded 1 samples, mean = 1.0 (flags = 0x1)
0 O (0 = 0.0%)
1 -O (1 = 100.0%) {0.0%}
2 O (0 = 0.0%) {100.0%}
Histogram: UMA.PersistentAllocator.BrowserMetrics.Errors recorded 0 samples (flags = 0x41)
0 ...
Histogram: UMA.PersistentAllocator.BrowserMetrics.UsedPct recorded 0 samples (flags = 0x41)
0 ...
Histogram: UMA.PersistentAllocator.EarlyHistograms.BrowserMetrics recorded 1 samples, mean = 1.0 (flags = 0x41)
0 O (0 = 0.0%)
1 -O (1 = 100.0%) {0.0%}
2 ...
Histogram: UMA.PersistentHistograms.InitResult recorded 1 samples, mean = 2.0 (flags = 0x41)
0 ...
2 -O (1 = 100.0%) {0.0%}
3 ... ``` |
2024-09-30T12:21:27.219Z | <M McPhee> I see this 500 error this time around. It popped up before the dashboard died though, like as soon as I logged in.: https://files.slack.com/files-pri/T1HG3J90S-F07PNDNQ5SN/download/image.png |
2024-09-30T12:24:33.057Z | <M McPhee> 500 error appears when I am creating a new bucket. I was able to create one here, triggered 500 error, and then when going to create the next one, 500 error again but dashboard stopped responding: https://files.slack.com/files-pri/T1HG3J90S-F07PNE2C3LJ/download/image.png |
2024-09-30T12:46:19.786Z | <M McPhee> Despite the error, radosgw-admin still seems to work fine:
```# radosgw-admin bucket list
[
"testbucket1",
"test",
"magnus-apollo"
]``` |