Release Highlights
This release includes 3 big changes to reduce memory allocations and thus improve performance:
refactored internal index read API to reduce memory allocations (#3754 ) by Jarek Kowalski
big reduction in memory usage during decompression (#3780 ) by Jarek Kowalski
Reduce memory allocation (gc thrash) (#3695 ) by Aaron Alpar
We’re also moving index compaction to the maintenance:
disable writes on index loads (#3646 ) by Julio López
perform index compaction during repo maintenance (#3651 ) by Julio López
Full change log at: Releases · kopia/kopia · GitHub
4 Likes
Full list of changes includes:
Graphical User Interface
Add language support for kopiaUI (#3768 ) by Christoph Anderson
However on macOS it is nowhere to be seen…
Is it hidden somewhere?
Reading related PR it seems that it should be obvious drop down list somewhere:
But looks like it did not make to 0.17 for some reason… at least on macOS.
It was just a partial change - internal API to allow language selection, not complete yet. I’ll update the release notes. Language selector should be coming in the next release.
1 Like
dynAdZ
April 16, 2024, 7:05am
4
Amazing release, this made the UI super snappy! I’m only using Kopia for a couple of weeks now and absolutely love it. Thanks for the great work.
I’m getting the following error after installing this version, any ideas?
ERROR: error compacting single epoch: could not get latest single-compacted epoch: [lo: 8, hi: 1391], length: 1376: non-contiguous range
bbccdd
October 22, 2024, 11:48am
6
Hi I’m getting a similar message. Any pointers?
compact-single-epoch:
2024-10-22 13:21:47 CEST (0s) ERROR: error compacting single epoch: could not get latest single-compacted epoch: [lo: 0, hi: 56], length: 56: non-contiguous range
elel
October 22, 2024, 6:29pm
7
Kopia 0.17 doesn’t support this so the current recommendation is to upgrade to a nightly build.
opened 07:15AM - 11 Jan 24 UTC
I accidentally closed KopiaUI while it was doing a full maintenance and since th… en I am having the following error during full maintenance
`unable to rewrite content "07e1b91900beb4305748c61d9f34adcb": unable to get content data and info: error getting cached content: failed to get blob with ID p959c990e9935ba6b44977fc370f85a7c-s886be9ae548a5d82124: BLOB not found
Rewriting content afe30df154228c69c13e84d58c1b0a47 (244992 bytes) from pack p6dc65fb8a1439412c32415cfa5689a56-s0deb52a7e0d3f34f124 (deleted) 64h51m2.965051s...
`
while it was running and the following error at the end
`
ERROR error rewriting contents in short packs: failed to rewrite 321 contents
`
Kopia version: 0.15.0
Platform: windows
Storage: OneDrive using rclone
Thanks for any help in advance.