We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f4e84 commit be2b7abCopy full SHA for be2b7ab
lib/logstorage/storage.go
@@ -183,12 +183,6 @@ type Storage struct {
183
// It reduces the load on persistent storage during querying by _stream:{...} filter.
184
filterStreamCache *cache
185
186
- // minRetentionDay is the minimum allowed day for logs' ingestion because of the configured retention.
187
- // Older logs are rejected during data ingestion.
188
- //
189
- // minRetentionDay must be accessed under the partitionsLock.
190
- minRetentionDay int64
191
-
192
// asyncTaskState is used to stop the async task worker.
193
asyncTaskState asyncTaskState
194
asyncTaskSeq atomic.Uint64
0 commit comments