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

[Filestore] log fuse_reply_xxx callback errors; log fuse cancelation code during StopAsync #2881

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SvartMetal
Copy link
Collaborator

No description provided.

@@ -50,8 +50,12 @@ int ReplyError(
FILESTORE_TRACK(ResponseSent, (&callContext), "Error");

int res = fuse_reply_err(req, errorCode);
if (res != 0) {
STORAGE_LOG(TLOG_WARNING, callContext.LogString()
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Log используется тут

if (Log.IsOpen() && priority <= Log.FiltrationLevel()) { \

@@ -39,7 +39,7 @@ int ReplyNone(
}

int ReplyError(
TLog& log,
TLog& Log,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Подобная конструкция уже есть тут

Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit cb82180.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
6338 6333 0 3 2 0

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.

1 participant