ale64bit
  • Joined on 2023-03-06
ale64bit created pull request TrueCloudLab/frostfs-node#282 2023-04-25 12:14:55 +00:00
[#270] Add IR epoch tick control call
ale64bit created branch feature/270-cmd-control-ir in ale64bit/frostfs-node 2023-04-25 12:13:42 +00:00
ale64bit pushed to feature/270-cmd-control-ir at ale64bit/frostfs-node 2023-04-25 12:13:42 +00:00
0d978bb21d [#270] Add IR epoch tick control call
c70306b324 [#164] scripts: Add metrics description exporter
6fef2726b8 [#164] metrics: Allow to export metrics description
4ade5339da [#164] metrics: Rename metrics.go -> node.go
015d62425b [#164] metrics: Fill local registry explicitly
Compare 10 commits »
ale64bit commented on pull request TrueCloudLab/xk6-frostfs#55 2023-04-25 11:17:41 +00:00
Check NOFILE limit before creating local storage engine

On Windows it won't even compile and this is WAI. We have many nix-specific dependencies all over the place (implicit and explicit ones).

ale64bit commented on pull request TrueCloudLab/frostfs-node#277 2023-04-25 10:16:50 +00:00
Refactor getsvc

Ofc it's not enforced, especially when having pointer fields. But I guess it's a combination of it being conventional and easier to look at the struct and its doc when calling New, rather than…

ale64bit commented on pull request TrueCloudLab/frostfs-node#277 2023-04-25 10:09:37 +00:00
Refactor getsvc

I would prefer the positional arguments if they are required. They can be packed into a Options struct if needed. It seems relatively easy to build incorrect objects in other places as well,…

ale64bit created pull request TrueCloudLab/xk6-frostfs#55 2023-04-21 11:02:34 +00:00
Check NOFILE limit before creating local storage engine
ale64bit created branch fix/54-check-res-limits in ale64bit/xk6-frostfs 2023-04-21 11:01:42 +00:00
ale64bit pushed to fix/54-check-res-limits at ale64bit/xk6-frostfs 2023-04-21 11:01:42 +00:00
81b7d3f536 Check NOFILE limit before creating local storage engine
ale64bit opened issue TrueCloudLab/xk6-frostfs#54 2023-04-21 10:59:53 +00:00
Check resource limits (max open files) for local scenarios
ale64bit commented on pull request TrueCloudLab/xk6-frostfs#53 2023-04-19 13:10:24 +00:00
[#52] Add debug_logger flag to local scenarios

I'm not sure. Usually for debugging issues here it's either no logging (default) or all logs (the development logger). Maybe let's change it later if a concrete use case arises.

ale64bit created pull request TrueCloudLab/xk6-frostfs#53 2023-04-19 07:47:17 +00:00
[#52] Add debug_logger flag to local scenarios
ale64bit created branch feature/52-debug-flag-local-engine in ale64bit/xk6-frostfs 2023-04-19 07:44:58 +00:00
ale64bit pushed to feature/52-debug-flag-local-engine at ale64bit/xk6-frostfs 2023-04-19 07:44:58 +00:00
5ab7cfed7c [#52] Add debug_logger flag to local scenarios
8109df7de7 [#51] Add constant arrival rate (car) scenarios for grpc and s3
Compare 2 commits »
ale64bit opened issue TrueCloudLab/xk6-frostfs#52 2023-04-19 07:05:20 +00:00
Need a flag to set toggle logging for local engine scenarios
ale64bit approved TrueCloudLab/frostfs-node#265 2023-04-18 09:38:54 +00:00
Fix panic in tracing
ale64bit commented on pull request TrueCloudLab/frostfs-sdk-go#55 2023-04-14 13:50:30 +00:00
client: Simplify netmap/session methods

can we call it buildRequest, asRequest or simply request instead? Maybe I'm biased, but this sounds more like "requesting a form" than "forming a request" :)