-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
area/docdbYugabyteDB core featuresYugabyteDB core featuresgood first issueThis is a good issue to start contributing!This is a good issue to start contributing!priority/mediumMedium priority issueMedium priority issue
Description
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
Labels
area/docdbYugabyteDB core featuresYugabyteDB core featuresgood first issueThis is a good issue to start contributing!This is a good issue to start contributing!priority/mediumMedium priority issueMedium priority issue