ale64bit
  • Joined on 2023-03-06
ale64bit closed issue TrueCloudLab/frostfs-node#227 2023-06-07 07:08:12 +00:00
Need option in frostfs-cli to show nodes for storage policy without real create container
ale64bit commented on pull request TrueCloudLab/frostfs-sdk-go#89 2023-06-06 10:55:28 +00:00
[#76] Add UNIQUE keyword

Apologies, didn't realized that the logic for node selection lived in this repo and not in frostfs-node. I added the implementation of UNIQUE to this PR now. The change is purely additive, the…

ale64bit pushed to feat/76-add-unique-keyword at ale64bit/frostfs-sdk-go 2023-06-06 10:54:15 +00:00
fcbf96add6 [#76] Add UNIQUE keyword
ale64bit commented on pull request TrueCloudLab/frostfs-sdk-go#89 2023-06-06 07:05:43 +00:00
[#76] Add UNIQUE keyword

Please don't merge yet. There's something I need to add/fix.

ale64bit commented on pull request TrueCloudLab/frostfs-sdk-go#89 2023-06-05 11:05:34 +00:00
[#76] Add UNIQUE keyword

I'm not sure. I just updated the version so that they match at least.

ale64bit commented on issue TrueCloudLab/frostfs-node#421 2023-06-05 10:58:14 +00:00
Try using badger for the write-cache

Last time we touched it it was losing data on hard resets.

Would be good to clarify how exactly it was losing data. I suppose you mean that when the process was stopped, some writes were lost…

ale64bit commented on issue TrueCloudLab/frostfs-node#227 2023-06-05 10:49:12 +00:00
Need option in frostfs-cli to show nodes for storage policy without real create container

@anikeev-yadro @realloc is the policy-playground command in TrueCloudLab/frostfs-node#416 sufficient for closing this? or do we want some additional tooling?

ale64bit created pull request TrueCloudLab/frostfs-sdk-go#89 2023-06-05 10:40:14 +00:00
[#76] Add UNIQUE keyword
ale64bit created branch feat/76-add-unique-keyword in ale64bit/frostfs-sdk-go 2023-06-05 10:38:33 +00:00
ale64bit pushed to feat/76-add-unique-keyword at ale64bit/frostfs-sdk-go 2023-06-05 10:38:33 +00:00
d4a76f22f8 [#76] Add UNIQUE keyword
4f48f6c9e0 [#78] netmap: Add new keywords NOT and UNIQUE
Compare 2 commits »
ale64bit created repository ale64bit/frostfs-api 2023-06-05 07:50:14 +00:00
ale64bit created repository ale64bit/frostfs-sdk-go 2023-06-05 07:50:06 +00:00
ale64bit commented on pull request TrueCloudLab/frostfs-sdk-go#78 2023-06-02 11:54:39 +00:00
[#76] netmap: Add new keyword NOT

I mean just to remove the auto-generated files from PR diffs somehow, independently of what they contain. I don't know if it's possible.

ale64bit approved TrueCloudLab/frostfs-node#417 2023-06-02 10:57:12 +00:00
go.mod: Update neo-go
ale64bit commented on pull request TrueCloudLab/frostfs-node#418 2023-06-02 08:29:56 +00:00
node: Add metrics for the error counter in the engine

Sorry, what I meant was that if the increment is always one, we can simply remove the delta everywhere and use the Inc method, e.g.:


func (m engineMetrics) IncErrorCounter(shardID…
ale64bit commented on pull request TrueCloudLab/frostfs-sdk-go#78 2023-06-02 07:40:45 +00:00
[#76] netmap: Add new keyword NOT

Can we update the PR/commit description? It refers to #26, which is misleading since I guess it's not that issue (in this repo) and it says it adds keyword UNIQUE (which it doesn't).