[MDBF-455] Downloads site does not display mirror option, cannot download Created: 2022-08-01  Updated: 2022-09-02  Resolved: 2022-09-02

Status: Closed
Project: MariaDB Foundation Development
Component/s: Downloads
Affects Version/s: N/A
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Ian Gilfillan Assignee: Faustin Lammler
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File Screenshot from 2022-08-01 14-02-25.png    

 Description   

The downloads site is not currently working.

The mirror option was not available to select. When clicking "Download", an error is returned. See attached image.

Repeated x2 on Firefox, once on Chromium as well.

In between, there was a different error. The mirror DID appear, but most of the other fields did not. Download was possible in this scenario (but not fine-tuning the selection)



 Comments   
Comment by Andreia Hendea [ 2022-08-04 ]

I could only reproduce it once on Firefox, however even after following the same steps I could not reproduce it again.

Steps I followed to get that error one time: Switching from Connector tab to MariaDB Server tab.

Comment by Andreia Hendea [ 2022-08-09 ]

I will simulate with low network speed or VPN.

Comment by Ian Gilfillan [ 2022-08-17 ]

Doesn't seem to occur currently, but Andreia to simulate low network environment

Comment by Faustin Lammler [ 2022-09-02 ]

I can not reproduce this issue.
Tested with:

#!/usr/bin/env bash
 
DELAY_MS=100
RATE_MBIT=10
BUF_PKTS=33
BDP_BYTES=$(echo "($DELAY_MS/1000.0)*($RATE_MBIT*1000000.0/8.0)" | bc -q -l)
BDP_PKTS=$(echo "$BDP_BYTES/1500" | bc -q)
LIMIT_PKTS=$(echo "$BDP_PKTS+$BUF_PKTS" | bc -q)
tc qdisc replace dev wlp4s0 root netem delay ${DELAY_MS}ms 10ms 25% rate ${RATE_MBIT}Mbit limit ${LIMIT_PKTS} loss 0.3% 25% corrupt 0.5%

Generated at Thu Feb 08 03:38:00 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.