You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@
4
4
-[REMOVED]`FromData` is considered unused so was removed.
5
5
-[FEATURE] Added option WALSegmentSize -1 to disable the WAL.
6
6
-[BUGFIX] Fsync the meta file to persist it on disk to avoid data loss in case of a host crash.
7
-
-[BUGFIX] Fix fd and vm_area leak on error path in chunks.NewDirReader
7
+
-[BUGFIX] Fix fd and vm_area leak on error path in chunks.NewDirReader.
8
+
-[BUGFIX] Fix fd and vm_area leak on error path in index.NewFileReader.
8
9
9
10
## 0.6.1
10
11
-[BUGFIX] Update `last` after appending a non-overlapping chunk in `chunks.MergeOverlappingChunks`. [#539](https://github.com/prometheus/tsdb/pull/539)
0 commit comments