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 TranslogTests#testStats #66227

Merged
merged 1 commit into from
Dec 13, 2020
Merged

Conversation

dnhatn
Copy link
Member

@dnhatn dnhatn commented Dec 12, 2020

If creating the latest translog file and retrieving a translog stats happen within the same millisecond, then the earliestLastModifiedAge will be zero.

Closes #66092

@dnhatn dnhatn added >test Issues or PRs that are addressing/adding tests :Distributed Indexing/Engine Anything around managing Lucene and the Translog in an open shard. v8.0.0 v7.11.0 v6.8.14 v7.10.2 labels Dec 12, 2020
@elasticmachine elasticmachine added the Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. label Dec 12, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

Copy link
Member

@original-brownbear original-brownbear left a comment

Choose a reason for hiding this comment

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

LGTM :)

@dnhatn
Copy link
Member Author

dnhatn commented Dec 13, 2020

Thanks Armin!

@dnhatn dnhatn merged commit 1228d97 into elastic:master Dec 13, 2020
@dnhatn dnhatn deleted the fix-translog-stats branch December 13, 2020 14:23
dnhatn added a commit that referenced this pull request Dec 13, 2020
If creating the latest translog file and retrieving a translog stats 
happen within the same millisecond, then the earliestLastModifiedAge
will be zero.

Closes #66092
dnhatn added a commit that referenced this pull request Dec 13, 2020
If creating the latest translog file and retrieving a translog stats 
happen within the same millisecond, then the earliestLastModifiedAge
will be zero.

Closes #66092
dnhatn added a commit that referenced this pull request Dec 13, 2020
If creating the latest translog file and retrieving a translog stats
happen within the same millisecond, then the earliestLastModifiedAge
will be zero.

Closes #66092
jasontedor added a commit to jasontedor/elasticsearch that referenced this pull request Dec 13, 2020
* elastic/master:
  Autoscaling reactive storage decider (elastic#65520)
  Fix TranslogTests#testStats (elastic#66227)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Indexing/Engine Anything around managing Lucene and the Translog in an open shard. Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. >test Issues or PRs that are addressing/adding tests v6.8.14 v7.10.2 v7.11.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] TranslogTests.testStats() Failure
4 participants