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

GEODE-5292: Flushing to disk in test before introducing spy in test #2140

Merged
merged 2 commits into from Jul 16, 2018

Conversation

upthewaterspout
Copy link
Contributor

This test was modifying the concurrent region map to introduce a spy,
but there was a concurrent thread overflowing entries to disk at the
same time. An interaction between the spy and the async flush caused the
ref count to go to 0, and the test to fail before it even got to the
point of clearing the region.

Flushing the disk before introducing the spy.

@balesh2 @FSOUTHERLAND

This test was modifying the concurrent region map to introduce a spy,
but there was a concurrent thread overflowing entries to disk at the
same time. An interaction between the spy and the async flush caused the
ref count to go to 0, and the test to fail before it even got to the
point of clearing the region.

Flushing the disk before introducing the spy.
@upthewaterspout upthewaterspout merged commit f6c26f0 into apache:develop Jul 16, 2018
@upthewaterspout upthewaterspout deleted the feature/GEODE-5292 branch July 16, 2018 19:06
aditya87 pushed a commit to aditya87/geode that referenced this pull request Jul 26, 2018
…pache#2140)

This test was modifying the concurrent region map to introduce a spy,
but there was a concurrent thread overflowing entries to disk at the
same time. An interaction between the spy and the async flush caused the
ref count to go to 0, and the test to fail before it even got to the
point of clearing the region.

Flushing the disk before introducing the spy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants