mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
add crash protection from backend modifications (#16846)
This commit is contained in:
@@ -78,7 +78,7 @@ func (bs *bootstrapTracer) Record(msg string) {
|
||||
|
||||
func (bs *bootstrapTracer) Events() []madmin.TraceInfo {
|
||||
traceInfo := make([]madmin.TraceInfo, 0, bootstrapMsgsLimit)
|
||||
|
||||
|
||||
// Add all messages in order
|
||||
addAll := func(info []bootstrapInfo) {
|
||||
for _, msg := range info {
|
||||
|
||||
Reference in New Issue
Block a user