Possible problems with XHeader processing #465

Open
opened 2023-06-26 11:32:09 +00:00 by fyrchik · 0 comments

We don't set netmap epoch XHeader for auxiliary queries in the object service 71a63b8e9c/pkg/services/object/internal/client/client.go (L84)

However, it seems we set it impliticly via the x-headers. It is a problem:

  1. The code doesn't do what it is supposed to be doing.
  2. Suddely all our operations become exponential in complexity netmap_depth ^ TTL (first node searches at epochs N..N-D+1, another nodes searches N..N-D+1, N-1..N-D etc.), because XHeaders are being sent unchanged.

API description is vague dbfa9c944b/session/types.proto (L145)

Let's discuss and fix the behaviour.
cc @alexvanin @realloc

We don't set netmap epoch XHeader for auxiliary queries in the object service https://git.frostfs.info/TrueCloudLab/frostfs-node/src/commit/71a63b8e9c629fb7efb5343e108995296df97ed3/pkg/services/object/internal/client/client.go#L84 However, it seems we set it _impliticly_ via the x-headers. It is a problem: 1. The code doesn't do what it is supposed to be doing. 2. Suddely all our operations become exponential in complexity `netmap_depth ^ TTL` (first node searches at epochs N..N-D+1, another nodes searches N..N-D+1, N-1..N-D etc.), because XHeaders are being sent unchanged. API description is vague https://git.frostfs.info/TrueCloudLab/frostfs-api/src/commit/dbfa9c944bd7486f96daad3090cad6c238e9f833/session/types.proto#L145 Let's discuss and fix the behaviour. cc @alexvanin @realloc
fyrchik added the
bug
discussion
frostfs-node
triage
labels 2023-06-26 11:32:09 +00:00
fyrchik added this to the v0.38.0 milestone 2023-06-27 06:53:52 +00:00
acid-ant was assigned by fyrchik 2023-06-27 11:13:21 +00:00
fyrchik modified the milestone from v0.38.0 to v0.39.0 2024-02-12 06:28:44 +00:00
acid-ant was unassigned by fyrchik 2024-02-12 06:28:48 +00:00
fyrchik modified the milestone from v0.39.0 to v0.40.0 2024-05-14 14:15:49 +00:00
fyrchik modified the milestone from v0.40.0 to v0.41.0 2024-06-01 09:19:49 +00:00
fyrchik modified the milestone from v0.41.0 to v0.42.0 2024-06-14 07:07:39 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#465
There is no content yet.