node: Introduce dual service support #1486

Merged
fyrchik merged 1 commit from aarifullin/frostfs-node:feat/dual_service_support into master 2024-11-12 08:43:48 +00:00
Member
  • Register GRPC services for both neo.fs.v2 and frost.fs namespaces
  • Use this temporary solution until all nodes are updated
* Register GRPC services for both neo.fs.v2 and frost.fs namespaces * Use this temporary solution until all nodes are updated
aarifullin added the
frostfs-node
internal
labels 2024-11-11 16:02:46 +00:00
aarifullin force-pushed feat/dual_service_support from e5b527df6f to 03233e994d 2024-11-11 16:03:44 +00:00 Compare
aarifullin requested review from storage-core-committers 2024-11-11 16:04:07 +00:00
aarifullin requested review from storage-core-developers 2024-11-11 16:04:13 +00:00
acid-ant approved these changes 2024-11-11 17:49:41 +00:00
Dismissed
@ -31,2 +32,4 @@
c.cfgGRPC.performAndSave(func(_ string, _ net.Listener, s *grpc.Server) {
accountingGRPC.RegisterAccountingServiceServer(s, server)
// TODO(@aarifullin): remove the dual service registering as soon as migration is complete.
Member

Maybe it is better to add a link to an issue here?

Maybe it is better to add a link to an issue here?
Author
Member

I created an issue and mentioned it in the comments

I created an issue and mentioned it in the comments
dstepanov-yadro approved these changes 2024-11-12 06:21:15 +00:00
Dismissed
aarifullin force-pushed feat/dual_service_support from 03233e994d to 546332b471 2024-11-12 07:48:49 +00:00 Compare
aarifullin dismissed acid-ant's review 2024-11-12 07:48:49 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

aarifullin dismissed dstepanov-yadro's review 2024-11-12 07:48:49 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

acid-ant approved these changes 2024-11-12 07:49:37 +00:00
fyrchik merged commit b543569c3f into master 2024-11-12 08:43:48 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-core-developers
No milestone
No project
No assignees
3 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#1486
No description provided.