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

Update configure.sh to move agents.json #1

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

Conversation

bomba1988
Copy link

First writing whole agents.json and moving it afterwards in place to prevent "unexpected end of JSON input" errors.
caller=file.go:205 component="target manager" discovery=file msg="Error reading file" path=/tmp/agents.json err="unexpected end of JSON input"

The "move" operation is faster since it is only an Inode operation, which causes prometheus always to see the complete file and not only parts, if fetching data from mesos api takes longer.

First writing whole agents.json and moving it afterwards in place to prevent "unexpected end of JSON input" errors.
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