mirror of https://github.com/minio/minio.git
				
				
				
			Update hourly tier-stats only on succesful tiering (#14330)
This commit is contained in:
		
							parent
							
								
									b88c57ba93
								
							
						
					
					
						commit
						cdab4a3b85
					
				|  | @ -221,9 +221,7 @@ func (t *transitionState) worker(ctx context.Context, objectAPI ObjectLayer) { | |||
| 			var err error | ||||
| 			if tier, err = transitionObject(ctx, objectAPI, oi); err != nil { | ||||
| 				logger.LogIf(ctx, fmt.Errorf("Transition failed for %s/%s version:%s with %w", oi.Bucket, oi.Name, oi.VersionID, err)) | ||||
| 			} | ||||
| 			atomic.AddInt32(&t.activeTasks, -1) | ||||
| 
 | ||||
| 			} else { | ||||
| 				ts := tierStats{ | ||||
| 					TotalSize:   uint64(oi.Size), | ||||
| 					NumVersions: 1, | ||||
|  | @ -233,6 +231,9 @@ func (t *transitionState) worker(ctx context.Context, objectAPI ObjectLayer) { | |||
| 				} | ||||
| 				t.addLastDayStats(tier, ts) | ||||
| 			} | ||||
| 			atomic.AddInt32(&t.activeTasks, -1) | ||||
| 
 | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue