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

[CI] InnerHitsIT suite fails #33318

Closed
dnhatn opened this issue Aug 31, 2018 · 1 comment
Closed

[CI] InnerHitsIT suite fails #33318

dnhatn opened this issue Aug 31, 2018 · 1 comment
Assignees
Labels
:Distributed/Engine Anything around managing Lucene and the Translog in an open shard. >test-failure Triaged test failures from CI

Comments

@dnhatn
Copy link
Member

dnhatn commented Aug 31, 2018

This test suite starts failing after we integrated soft-deletes into Elasticsearch.

I cannot reproduce locally with this command:

./gradlew :server:integTest \
  -Dtests.seed=2A48E284B121F3B \
  -Dtests.class=org.elasticsearch.search.fetch.subphase.InnerHitsIT \
  -Dtests.method="testRandomNested" \
  -Dtests.security.manager=true \
  -Dtests.locale=it-CH \
  -Dtests.timezone=SystemV/MST7MDT \
  -Dcompiler.java=10 \
  -Druntime.java=8

CI instances:

@dnhatn dnhatn added >test-failure Triaged test failures from CI :Distributed/Engine Anything around managing Lucene and the Translog in an open shard. labels Aug 31, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed

dnhatn added a commit that referenced this issue Aug 31, 2018
@dnhatn dnhatn self-assigned this Aug 31, 2018
dnhatn added a commit that referenced this issue Aug 31, 2018
dnhatn added a commit that referenced this issue Sep 3, 2018
We can have multiple documents in Lucene with the same seq_no for
parent-child documents (or without rollback). In this case, the usage
"lastSeenSeqNo + 1" is an off-by-one error as it may miss some
documents. This error merely affects the `skippedOperations` contract.

See: #33222 (comment)

Closes #33318
dnhatn added a commit that referenced this issue Sep 5, 2018
We can have multiple documents in Lucene with the same seq_no for
parent-child documents (or without rollback). In this case, the usage
"lastSeenSeqNo + 1" is an off-by-one error as it may miss some
documents. This error merely affects the `skippedOperations` contract.

See: #33222 (comment)

Closes #33318
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed/Engine Anything around managing Lucene and the Translog in an open shard. >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

2 participants