Aleksey Savchuk a-savchuk
  • i guess we doin blockchain now

  • Joined on 2024-07-02
a-savchuk pushed to boost-inhume-speed at a-savchuk/frostfs-node 2024-11-19 20:10:48 +00:00
3fe0a84364 [#1450] node/config: Allow to configure engine's InhumePoolSize
9706a03b89 [#1450] engine: Inhume objects in parallel with a worker pool
Compare 2 commits »
a-savchuk commented on pull request TrueCloudLab/frostfs-node#1476 2024-11-19 12:18:52 +00:00
engine: Make Inhume operation handle objects in parallel

Yes, you're right. I fixed it

a-savchuk pushed to boost-inhume-speed at a-savchuk/frostfs-node 2024-11-19 12:17:54 +00:00
8ea7b8a504 [#1450] node/config: Allow to configure engine's InhumePoolSize
a-savchuk pushed to boost-inhume-speed at a-savchuk/frostfs-node 2024-11-19 10:04:32 +00:00
2e3063c694 [#1450] node/config: Allow to configure engine's InhumePoolSize
a-savchuk pushed to boost-inhume-speed at a-savchuk/frostfs-node 2024-11-19 10:02:01 +00:00
d69a90b9ce [#1450] node/config: Allow to configure engine's InhumePoolSize
a-savchuk pushed to boost-inhume-speed at a-savchuk/frostfs-node 2024-11-19 09:36:58 +00:00
69c983ee96 [#1450] engine: Inhume objects in parallel with a worker pool
a-savchuk pushed to boost-inhume-speed at a-savchuk/frostfs-node 2024-11-19 09:26:08 +00:00
d8764c7652 [#1450] engine: Inhume objects in parallel with a worker pool
a-savchuk created branch group-addrs-before-inhume in a-savchuk/frostfs-node 2024-11-19 09:14:11 +00:00
a-savchuk pushed to group-addrs-before-inhume at a-savchuk/frostfs-node 2024-11-19 09:14:11 +00:00
a-savchuk commented on issue TrueCloudLab/frostfs-node#1450 2024-11-18 15:18:08 +00:00
Measure tombstone placement duration depending on tombstone size

Two solutions were proposed:

  1. Using a worker pool to process objects in parallel.
  2. Grouping objects by shard and processing them in batches, since a shard can process multiple objects at…
a-savchuk pushed to boost-inhume-speed at a-savchuk/frostfs-node 2024-11-18 13:19:41 +00:00
b947896005 [#1450] engine: Group object by shard before Inhume
a-savchuk pushed to boost-inhume-speed at a-savchuk/frostfs-node 2024-11-18 13:14:08 +00:00
ec0acc7cfc [#1450] engine: Group object by shard before Inhume
503ebcdb9d [#1450] engine: Make Inhume operation handle objects in parallel
11f7170f1f [#1450] engine: Add benchmark for Inhume operation
d82f0d1926 [#1496] node/control: Await until SetNetmapStatus() persists
acd5babd86 [#1496] morph: Merge InvokeRes and WaitParams
Compare 7 commits »
a-savchuk pushed to boost-inhume-speed at a-savchuk/frostfs-node 2024-11-18 13:07:31 +00:00
13256d80fb [#1450] engine: Group object by shard before Inhume
209ff3b902 [#1450] engine: Make Inhume operation handle objects in parallel
Compare 2 commits »
a-savchuk commented on issue TrueCloudLab/frostfs-node#1502 2024-11-18 10:55:49 +00:00
Be consistent in logging errors and use zap.Error

@fyrchik So, should I close it?

a-savchuk opened issue TrueCloudLab/frostfs-node#1502 2024-11-18 08:55:33 +00:00
Be consistent in logging errors and use zap.Error
a-savchuk pushed to boost-inhume-speed at a-savchuk/frostfs-node 2024-11-14 22:02:03 +00:00
147c467151 [#1450] engine: Make Inhume operation handle objects in parallel
a-savchuk pushed to boost-inhume-speed at a-savchuk/frostfs-node 2024-11-14 22:00:54 +00:00
37dcdaf0e1 [#1450] engine: Make Inhume operation handle objects in parallel
a-savchuk pushed to boost-inhume-speed at a-savchuk/frostfs-node 2024-11-14 21:56:01 +00:00
59821fb271 [#1450] engine: Make Inhume operation handle objects in parallel
6e21fd350f [#1450] engine: Add benchmark for Inhume operation
d77a218f7c [#1493] metabase: Merge Inhume() and DropGraves() for tombstones
44df67492f [#1493] metabase: Split inhumeTx() into 2 functions
1e6f132b4e [#1493] metabase: Pass InhumePrm by value
Compare 6 commits »
a-savchuk pushed to boost-inhume-speed at a-savchuk/frostfs-node 2024-11-14 21:52:45 +00:00
59fc75de0b [#1450] engine: Make Inhume operation handle objects in parallel
6eb0ae3be9 [#1450] engine: Add benchmark for Inhume operation
Compare 2 commits »
a-savchuk commented on issue TrueCloudLab/frostfs-node#1498 2024-11-14 10:56:29 +00:00
View bearer token in human readable format

I wrote a simple viewer tool

The link you provided is broken. Could you please fix it?