-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
全量同步RsyncReader在读写数据异常时,缺少记录错误码和日志 #2287
Labels
☢️ Bug
Something isn't working
Comments
chengyu-l
pushed a commit
to chengyu-l/pika
that referenced
this issue
Jan 12, 2024
chengyu-l
pushed a commit
to chengyu-l/pika
that referenced
this issue
Jan 12, 2024
chengyu-l
pushed a commit
to chengyu-l/pika
that referenced
this issue
Jan 12, 2024
bigdaronlee163
pushed a commit
to bigdaronlee163/pika
that referenced
this issue
Jun 8, 2024
…enAtomFoundation#2287, OpenAtomFoundation#2292) (OpenAtomFoundation#2307) Co-authored-by: liuchengyu <liuchengyu@360.cn>
cheniujh
pushed a commit
to cheniujh/pika
that referenced
this issue
Sep 24, 2024
…enAtomFoundation#2287, OpenAtomFoundation#2292) (OpenAtomFoundation#2307) Co-authored-by: liuchengyu <liuchengyu@360.cn>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a regression?
Yes
Description
(1)open 文件失败时,没有记录日志,在外部调用处也没有记录日志,不利于发现问题和问题定位。并且在返回的错误信息中没有包含错误码,不知道为什么会open失败。
![image](https://private-user-images.githubusercontent.com/21003538/295464105-75513795-7447-4895-bca2-d2b7e088b70f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNDg4MjEsIm5iZiI6MTczOTI0ODUyMSwicGF0aCI6Ii8yMTAwMzUzOC8yOTU0NjQxMDUtNzU1MTM3OTUtNzQ0Ny00ODk1LWJjYTItZDJiN2UwODhiNzBmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA0MzUyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ1YjY2NjUzMTcyMDRhNmJhNDg3Mjk0NWM4ODRiYmQ3MWFmZmFkYTQ4ZWQ5MzBhNzM1ZDllMWY5MjczZTEwOGEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ij-mIRRjyfjII_9swUs4OA-RttwTHM_1oycySpNPzGE)
(2)pread 如果读取数据异常,没有在日志和返回的错误信息中包含错误码(errno),不利于问题定位。
![image](https://private-user-images.githubusercontent.com/21003538/295464324-faea8b58-0e6f-4dd0-b023-4b2ebc14eb8c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNDg4MjEsIm5iZiI6MTczOTI0ODUyMSwicGF0aCI6Ii8yMTAwMzUzOC8yOTU0NjQzMjQtZmFlYThiNTgtMGU2Zi00ZGQwLWIwMjMtNGIyZWJjMTRlYjhjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA0MzUyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUyOTFiYmYxM2U2Y2M0MzAzNzhkNmNjZGNkZDZhZDQ4MmM3NzRmN2VkYjhiODFmOWJmMmY2YTkwOTU1MWFjMWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.JUCzzc-4bc9RAQ3DUM_q_xhI97VwfSgk2J3FxvKo5yo)
Please provide a link to a minimal reproduction of the bug
No response
Screenshots or videos
No response
Please provide the version you discovered this bug in (check about page for version information)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: