minio/docs
Harshavardhana a22ce4550c protect workers and simplify use of atomics (#19982)
without atomic load() it is possible that for
a slow receiver we would get into a hot-loop, when
logCh is full and there are many incoming callers.

to avoid this as a workaround enable BATCH_SIZE
greater than 100 to ensure that your slow receiver
receives data in bulk to avoid being throttled in
some manner.

this PR however fixes the unprotected access to
the current workers value.
2024-06-24 18:15:27 -07:00
..
auditlog fix: Filter out cust. AssumeRole `Token` for audit (#19646) 2024-05-01 14:31:13 -07:00
batch-jobs feat: implement support batch replication (#15554) 2022-10-05 23:00:43 -07:00
bigdata Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
bucket protect workers and simplify use of atomics (#19982) 2024-06-24 18:15:27 -07:00
chroot Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
compression Improve handling of compression inclusion for objects (#19234) 2024-03-11 04:55:34 -07:00
config heal: calculate the number of workers based on NRRequests (#17945) 2023-09-11 14:48:54 -07:00
debugging Add actual inline data to JSON output in xl-meta (#19958) 2024-06-20 07:46:44 -07:00
distributed fix: information disclosure bug in preconditions GET (#19810) 2024-05-27 12:17:46 -07:00
docker Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
erasure update grafana dashboard with disk -> drive rename (#17857) 2023-08-15 16:04:20 -07:00
extensions doc: add Content-Type to s3zip (#19455) 2024-04-10 09:28:27 -07:00
federation/lookup Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
ftp Support user certificate based authentication on SFTP (#19650) 2024-05-06 23:41:25 -07:00
iam protect workers and simplify use of atomics (#19982) 2024-06-24 18:15:27 -07:00
integrations/veeam Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
kms add codespell action (#18818) 2024-01-17 23:03:17 -08:00
lambda Remove ~ from Object Lambda curl example (#16966) 2023-04-04 12:15:28 -07:00
logging results must be a single channel to avoid overwriting `healing.bin` (#19702) 2024-05-09 10:15:03 -07:00
metrics Corrected names of node replication metrics (#19932) 2024-06-13 15:26:54 -07:00
multi-tenancy Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
multi-user check for quorum errors for DeleteBucket() (#16859) 2023-03-20 23:38:06 -07:00
orchestration Update yaml files to latest version RELEASE.2024-06-22T05-26-45Z 2024-06-22 06:20:13 +00:00
screenshots feat: Deprecate embedded browser and import console (#12460) 2021-06-17 20:27:04 -07:00
security cleanup markdown docs across multiple files (#14296) 2022-02-11 16:51:25 -08:00
select Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
site-replication Fix SSE-C checksums (#19896) 2024-06-10 08:31:51 -07:00
sts ldap: Add user DN attributes list config param (#19758) 2024-05-24 16:05:23 -07:00
throttle cleanup markdown docs across multiple files (#14296) 2022-02-11 16:51:25 -08:00
tls Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
LICENSE purge deprecate docker swarm documentation 2021-05-10 09:50:06 -07:00
hotfixes.md add customer specific hotfixes to 'registry.min.dev' (#19057) 2024-02-14 13:36:02 -08:00
minio-limits.md add codespell action (#18818) 2024-01-17 23:03:17 -08:00