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: Revert environment variable changes #208

Merged
merged 2 commits into from
Oct 16, 2020
Merged

Conversation

darinspivey
Copy link
Contributor

@darinspivey darinspivey commented Oct 15, 2020

Previously, we attempted to move to a single URL
for the logger client and remove the many env vars
that previously "built" the URL. However, doing a major
release for this wasn't sufficient enough to not break
customers, so we are putting them back until such time
we can ensure a safer upgrade path for such breaking
changes.

Semver: patch
Fixes: #206
Ref: LOG-7618


feat: Retry reading when file is locked

This fixes a bug in the Windows version when applications have the
file open and obtain a lock. The solution is simply to wait until
the process has released the lock and read again.

Fixes: #167
Semver: patch

Previously, we attempted to move to a single URL
for the logger client and remove the many env vars
that previously "built" the URL.  However, doing a `major`
release for this wasn't sufficient enough to not break
customers, so we are putting them back until such time
we can ensure a safer upgrade path for such breaking
changes.

Semver: patch
Fixes: #206
Ref: LOG-7618
@darinspivey darinspivey requested review from smusali and a team October 15, 2020 20:40
This fixes a bug in the Windows version when applications have the
file open and obtain a lock. The solution is simply to wait until
the process has released the lock and read again.

Fixes: #167
Semver: patch
@darinspivey darinspivey changed the title fix: Revent environment variable changes fix: Revert environment variable changes Oct 15, 2020
Copy link
Contributor

@smusali smusali left a comment

Choose a reason for hiding this comment

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

lgtm

@smusali smusali requested a review from mdeltito October 15, 2020 21:40
@darinspivey darinspivey merged commit e1944a6 into master Oct 16, 2020
@darinspivey darinspivey deleted the darinspivey/LOG-7618 branch October 16, 2020 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Logdna agent 2.0 breaks for on-prem installs Windows: EBUSY: resource busy or locked
3 participants