Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix replication service denial after MaxObjectSize increase #2911

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

node/grpc: Change max recv msg size on `MaxObjectSize` setting update

19f39df
Select commit
Loading
Failed to load commit list.
Draft

Fix replication service denial after MaxObjectSize increase #2911

node/grpc: Change max recv msg size on `MaxObjectSize` setting update
19f39df
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 8, 2024 in 1s

31.81% of diff hit (target 23.75%)

View this Pull Request on Codecov

31.81% of diff hit (target 23.75%)

Annotations

Check warning on line 452 in cmd/neofs-node/cache.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-node/cache.go#L452

Added line #L452 was not covered by tests

Check warning on line 455 in cmd/neofs-node/cache.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-node/cache.go#L454-L455

Added lines #L454 - L455 were not covered by tests

Check warning on line 461 in cmd/neofs-node/cache.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-node/cache.go#L459-L461

Added lines #L459 - L461 were not covered by tests

Check warning on line 464 in cmd/neofs-node/cache.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-node/cache.go#L463-L464

Added lines #L463 - L464 were not covered by tests

Check warning on line 470 in cmd/neofs-node/cache.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-node/cache.go#L467-L470

Added lines #L467 - L470 were not covered by tests

Check warning on line 490 in cmd/neofs-node/cache.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-node/cache.go#L488-L490

Added lines #L488 - L490 were not covered by tests

Check warning on line 32 in cmd/neofs-node/grpc.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-node/grpc.go#L31-L32

Added lines #L31 - L32 were not covered by tests

Check warning on line 36 in cmd/neofs-node/grpc.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-node/grpc.go#L35-L36

Added lines #L35 - L36 were not covered by tests

Check warning on line 38 in cmd/neofs-node/grpc.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-node/grpc.go#L38

Added line #L38 was not covered by tests

Check warning on line 45 in cmd/neofs-node/grpc.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-node/grpc.go#L41-L45

Added lines #L41 - L45 were not covered by tests

Check warning on line 51 in cmd/neofs-node/grpc.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-node/grpc.go#L51

Added line #L51 was not covered by tests

Check warning on line 451 in cmd/neofs-node/netmap.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-node/netmap.go#L451

Added line #L451 was not covered by tests

Check warning on line 467 in cmd/neofs-node/netmap.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-node/netmap.go#L454-L467

Added lines #L454 - L467 were not covered by tests

Check warning on line 469 in cmd/neofs-node/netmap.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-node/netmap.go#L469

Added line #L469 was not covered by tests

Check warning on line 260 in cmd/neofs-node/object.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-node/object.go#L259-L260

Added lines #L259 - L260 were not covered by tests

Check warning on line 265 in cmd/neofs-node/object.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-node/object.go#L265

Added line #L265 was not covered by tests