Julio Lopez

Results 18 issues of Julio Lopez

Perform index epoch compaction and cleanup during repository maintenance. - [x] Cleanup watermark and epoch markers on full maintenance - [x] Advance epoch on quick maintenance - [x] Advance epoch...

performance
enterprise
resource-utilization

Change default `allowWritesOnIndexLoad` to false when the corresponding environment variable is unset. Add unit test to ensure epoch is not advanced on index loads by default Followup to #3645 Ref:...

## Objectives - Increase safety in terms of repository consistency. - Improve user experience by providing a consistent expected behavior in terms of duration of operations and resource utilization. ##...

performance
enterprise
keep-open
resource-utilization

IOW, ensure no writes are performed during read operations such as `snapshot list`, `snapshot restore`, `repo connect`, etc. The execution of read commands, such as `snapshot list` among many others,...

bug
ux
enterprise
keep-open
resource-utilization

https://github.com/kopia/kopia/actions/runs/7810321326/job/21303541795 ``` === RUN TestGetBlobVersions/Wasabi-Versioned s3_versioned_test.go:69: Error Trace: /home/runner/work/kopia/kopia/repo/blob/s3/s3_versioned_test.go:69 Error: Target error should be in err chain: expected: "BLOB not found" in chain: Test: TestGetBlobVersions/Wasabi-Versioned --- FAIL: TestGetBlobVersions/Wasabi-Versioned (4.04s) ===...

provider
test-failure

This is not specific to this repo, but related to the AzureAD org. Since there is no way to open an issue directly with the org, then this issue is...

enhancement

It seems to be caused by: ``` Unable to find image 'sark/createrepo:latest' locally latest: Pulling from sark/createrepo docker: [DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2,...

test-failure
project-infrastructure

Motivation: better encapsulate the implementation details for user profiles, in particular with respect to password hashing schemes. - Pass hash version to `computePasswordHash` to encapsulate the internal representation of hashing...

Motivation: Encapsulate details about the implementation of user profiles, in particular the password hashing scheme. This is a cleanup, refactoring step in that direction. No functional change.