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

fix: without errno in log or status when open and read file failed(#2287, #2292) #2307

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

chengyu-l
Copy link
Contributor

fix: without errno in log or status when open and read file failed(#2287, #2292)

@github-actions github-actions bot added the ☢️ Bug Something isn't working label Jan 12, 2024
@@ -116,15 +118,16 @@ class RsyncReader {
return pstd::Status::OK();
}
private:
pstd::Status Seek(const std::string filepath, const size_t offset) {
pstd::Status readAheadFromOffset(const std::string filepath, const size_t offset) {
Copy link
Collaborator

@AlexStocks AlexStocks Jan 12, 2024

Choose a reason for hiding this comment

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

readAhead 即可

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@AlexStocks AlexStocks merged commit 79b5fba into OpenAtomFoundation:unstable Jan 12, 2024
12 of 13 checks passed
bigdaronlee163 pushed a commit to bigdaronlee163/pika that referenced this pull request Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
☢️ Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants