Skip to content

[DocDB] Add log line when servicing RestoreSnapshotSchedule #28707

@yamen-haddad

Description

@yamen-haddad

Jira Link: DB-18410

Description

The master leader usually logs a line when servicing a "major" RPC, such as creating/deleting snapshots/ tables, etc. For example:

  LOG(INFO) << "Servicing CreateSnapshot request: " << req->ShortDebugString();

The log line is very helpful in debugging incidents as it usually prints the request details, which are valuable data in an investigation.
However, we don't have such a log line when servicing RestoreSnapshotSchedule RPC.

Issue Type

kind/bug

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/docdbYugabyteDB core featuresgood first issueThis is a good issue to start contributing!priority/mediumMedium priority issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions