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

Test IndexingMemoryControllerTests#testIndexBufferSizeUpdateAfterCreationRemoval fails post #10452 #10584

Closed
kimchy opened this issue Apr 13, 2015 · 0 comments · Fixed by #10586
Assignees

Comments

@kimchy
Copy link
Member

kimchy commented Apr 13, 2015

I was looking at a test failure to see if it relates to my change with the JVM stats aspect. Turns out it didn't, but managed to find the commit that did (#10452). Still did not chase it down into why. Running only the test on IntelliJ with -Dtests.seed=F617D748C91B4DD4 causes it to fail on my machine every time, but this for some reason doesn't repro it (still not sure why, weird):

mvn clean test -Dtests.seed=F617D748C91B4DD4 -Dtests.class=org.elasticsearch.indices.memory.IndexingMemoryControllerTests -Dtests.method="testIndexBufferSizeUpdateAfterCreationRemoval" -Dtests.locale=uk -Dtests.timezone=America/Indiana/Tell_City -Dtests.processors=4
s1monw added a commit to s1monw/elasticsearch that referenced this issue Apr 14, 2015
We need to preserve settings (yet transient) even though the engine is not yet
started. This commit moves back to a single EngineConfig to simplify IndexShard
and settings state.

Closes elastic#10584
s1monw added a commit to s1monw/elasticsearch that referenced this issue Apr 14, 2015
We need to preserve settings (yet transient) even though the engine is not yet
started. This commit moves back to a single EngineConfig to simplify IndexShard
and settings state.

Closes elastic#10584
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 a pull request may close this issue.

3 participants