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

Agent not always sending backups to Yorokobi #23

Open
pelcasandra opened this issue Mar 19, 2019 · 0 comments
Open

Agent not always sending backups to Yorokobi #23

pelcasandra opened this issue Mar 19, 2019 · 0 comments

Comments

@pelcasandra
Copy link
Collaborator

The agent that is not always sending the backups to Yorokobi.

These can be reproduced using the databases from the test server.

When the agent is configured using postgres database it works perfectly. The result gzipped file containing the dump is less than 10 kb.

However, when the agent is configured using shakespeare database it gets stuck here without any trace. The compressed file here is around 5 mb.

Could it be related that tarfile.open default is buffsize=10240 bytes ?

bufsize specifies the blocksize and defaults to 20 * 512 bytes. Use this variant in combination with e.g. sys.stdin, a socket file object or a tape device. However, such a TarFile object is limited in that it does not allow random access, see Examples.

From: https://docs.python.org/3/library/tarfile.html#tarfile.open

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

No branches or pull requests

1 participant