Skip to content

Rel 2 6 pbckp 338 #571

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

Closed
wants to merge 2 commits into from
Closed

Rel 2 6 pbckp 338 #571

wants to merge 2 commits into from

Conversation

fukanchik
Copy link

Please pay attention to FIXMEs

@fukanchik fukanchik changed the base branch from master to REL_2_6 November 22, 2022 09:56
size_t rc = $i(pioWrite, out, .buf = buf, .err = &err);
if ($haserr(err))
{
ft_log(ERROR, $errmsg(err), "compress and backup");
Copy link
Collaborator

Choose a reason for hiding this comment

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

ft_logerr

if (fio_fwrite(out, write_buffer, write_buffer_size) != write_buffer_size)
ft_bytes_t buf = {.ptr=write_buffer, .len = write_buffer_size};
err_i err;
size_t rc = $i(pioWrite, out, .buf = buf, .err = &err);
Copy link
Collaborator

Choose a reason for hiding this comment

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

.buf = ft_bytes(write_barrier, write_buffer_size),

@demonolock demonolock closed this Apr 27, 2024
@funny-falcon funny-falcon deleted the REL_2_6-PBCKP-338 branch April 27, 2024 16:54
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.

3 participants