Skip to content

Conversation

@github-actions
Copy link
Contributor

Automatic import of new commits from ydb repository

@asmyasnikov asmyasnikov marked this pull request as ready for review July 22, 2025 14:32
@asmyasnikov asmyasnikov requested a review from Copilot July 22, 2025 14:36
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR imports changes from the YDB C++ SDK repository, specifically moving bridge pile configuration from the request level to the location level in the discovery API. The changes refactor how bridge pile information is structured and handled in node discovery operations.

Key changes:

  • Moved BridgePileName from TNodeRegistrationSettings to TNodeLocation structure
  • Removed deprecated BridgePileId and pile_id fields from various protobuf messages
  • Added new Kafka error code for duplicate sequence numbers

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/client/discovery/discovery.cpp Updates constructor to initialize BridgePileName in TNodeLocation and moves bridge pile name handling from request to location
src/api/protos/ydb_discovery.proto Adds bridge_pile_name field to NodeLocation and removes bridge_pile_id/bridge_pile_name from other messages
src/api/protos/draft/ydb_maintenance.proto Removes deprecated pile_id field from Node message
src/api/protos/draft/persqueue_error_codes.proto Adds KAFKA_DUPLICATE_SEQUENCE_NUMBER error code
include/ydb-cpp-sdk/client/discovery/discovery.h Moves BridgePileName from TNodeRegistrationSettings to TNodeLocation and removes BridgePileId from TNodeInfo
.github/last_commit.txt Updates commit hash tracking
.github/import_generation.txt Increments import generation number

@asmyasnikov asmyasnikov merged commit d7773d9 into main Jul 22, 2025
18 checks passed
@asmyasnikov asmyasnikov deleted the import-pr-19 branch July 22, 2025 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants