1
0
mirror of https://github.com/minio/minio.git synced 2025-02-21 02:22:29 -05:00

5 Commits

Author SHA1 Message Date
Harshavardhana
4593b146be
fix: print errors only when metacache status has errors () 2021-01-08 16:52:19 +05:30
Harshavardhana
68de5a6f6a
fix: IAM store fallback to list users and policies from disk ()
Bonus fixes, remove package retry it is harder to get it
right, also manage context remove it such that we don't have
to rely on it anymore instead use a simple Jitter retry.
2020-11-02 17:52:13 -08:00
Praveen raj Mani
b880796aef
Set the maximum open connections limit in PG and MySQL target configs ()
As the bulk/recursive delete will require multiple connections to open at an instance,
The default open connections limit will be reached which results in the following error

```FATAL:  sorry, too many clients already```

By setting the open connections to a reasonable value - `2`, We ensure that the max open connections
will not be exhausted and lie under bounds.

The queries are simple inserts/updates/deletes which is operational and sufficient with the
the maximum open connection limit is 2.

Fixes 

Allow user configuration for MaxOpenConnections
2020-09-24 22:20:30 -07:00
Harshavardhana
2acb530ccd
update rulesguard with new rules ()
Co-authored-by: Nitish Tiwari <nitish@minio.io>
Co-authored-by: Praveen raj Mani <praveen@minio.io>
2020-09-01 16:58:13 -07:00
Harshavardhana
caad314faa
add ruleguard support, fix all the reported issues () 2020-08-24 12:11:20 -07:00