ale64bit
  • Joined on 2023-03-06
ale64bit commented on pull request TrueCloudLab/frostfs-sdk-go#135 2023-08-04 08:24:48 +00:00
[#xx] Make all error status receivers pointers

discussed offline

ale64bit pushed to fix/status-error-pointer at ale64bit/frostfs-sdk-go 2023-08-04 08:23:53 +00:00
c6bac9c22b [#135] Make all error status receivers pointers
ale64bit pushed to fix/fstree-test-manual-path at ale64bit/frostfs-node 2023-08-03 07:03:54 +00:00
65c72f3e0b [#559] Remove manual path handling in fstree tests
ale64bit created pull request TrueCloudLab/frostfs-node#559 2023-08-03 07:03:18 +00:00
[#xx] Remove manual path handling in fstree tests
ale64bit created branch fix/fstree-test-manual-path in ale64bit/frostfs-node 2023-08-03 07:02:47 +00:00
ale64bit pushed to fix/fstree-test-manual-path at ale64bit/frostfs-node 2023-08-03 07:02:47 +00:00
2bbe566714 [#xx] Remove manual path handling in fstree tests
1e8b4b8a17 [#557] services: Regenerate stable marshalers
435a581b5e [#557] go.mod: Update sdk-go and api-go
93c46cfdf0 [#550] cli: make get-op-log meta pretty formatted
1b7b54ba89 [#540] cli: refactor client parameters usage
Compare 5 commits »
ale64bit commented on pull request TrueCloudLab/frostfs-node#556 2023-08-03 06:33:00 +00:00
[#18] Add badgerstore substorage implementation

Our Delete must return apistatus.ObjectNotFound. But badger doesn't return badger.ErrKeyNotFound when deleting, so I call Get first to check that.

ale64bit commented on pull request TrueCloudLab/frostfs-node#462 2023-08-02 15:30:02 +00:00
[#421] Try using badger for the write-cache

done

ale64bit commented on pull request TrueCloudLab/frostfs-node#462 2023-08-02 15:29:30 +00:00
[#421] Try using badger for the write-cache

I kept the same behavior from the existing writecache. We can change it in a separate PR for both. I'm not sure why to do it after GC, since it might not remove anything from disk until the…

ale64bit commented on pull request TrueCloudLab/frostfs-node#462 2023-08-02 15:28:16 +00:00
[#421] Try using badger for the write-cache

that's right.

ale64bit commented on pull request TrueCloudLab/frostfs-node#462 2023-08-02 15:27:59 +00:00
[#421] Try using badger for the write-cache

it's not magic, added a comment.

ale64bit commented on pull request TrueCloudLab/frostfs-node#462 2023-08-02 15:27:46 +00:00
[#421] Try using badger for the write-cache

done

ale64bit commented on pull request TrueCloudLab/frostfs-node#462 2023-08-02 15:27:37 +00:00
[#421] Try using badger for the write-cache

done

ale64bit commented on pull request TrueCloudLab/frostfs-node#462 2023-08-02 15:27:30 +00:00
[#421] Try using badger for the write-cache

done

ale64bit commented on pull request TrueCloudLab/frostfs-node#462 2023-08-02 15:27:23 +00:00
[#421] Try using badger for the write-cache

done

ale64bit commented on pull request TrueCloudLab/frostfs-node#462 2023-08-02 15:27:08 +00:00
[#421] Try using badger for the write-cache

I prefer the explicit type at the caller site.

ale64bit commented on pull request TrueCloudLab/frostfs-node#462 2023-08-02 15:26:47 +00:00
[#421] Try using badger for the write-cache

done

ale64bit commented on pull request TrueCloudLab/frostfs-node#462 2023-08-02 15:26:39 +00:00
[#421] Try using badger for the write-cache

I rather don't do that if we are not planning to maintain multiple implementations.

ale64bit pushed to feature/421-write-cache-badger at ale64bit/frostfs-node 2023-08-02 15:26:06 +00:00
4d88bdd4e5 [#421] Try using badger for the write-cache