Skip to content

Revert "GEODE-9495: Limit Thread Sleep In PubSubNativeRedisAcceptance…#6879

Merged
BenjaminPerryRoss merged 1 commit into
apache:developfrom
ringles:develop
Sep 18, 2021
Merged

Revert "GEODE-9495: Limit Thread Sleep In PubSubNativeRedisAcceptance…#6879
BenjaminPerryRoss merged 1 commit into
apache:developfrom
ringles:develop

Conversation

@ringles

@ringles ringles commented Sep 17, 2021

Copy link
Copy Markdown
Contributor

This reverts commit ed902f6. Not
working reliably in the pipeline.

…Test (#6866)"

This reverts commit ed902f6. Not
working reliably in the pipeline.
// simplest way to wait for the sockets to be out of the TIME_WAIT state. The timeout of 240 sec
// was chosen because that is the default duration for TIME_WAIT on Windows. The timeouts for
// both mac and linux are significantly shorter.
Thread.sleep(240000);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

How about configuring the host machines to cycle out of TIME_WAT faster and/or increasing the ephemeral port range?

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I think the plan is to reintroduce the changes being reverted in this PR shortly, this commit has broken our acceptance tests so we're just removing it from develop to unblock the pipeline.

@BenjaminPerryRoss
BenjaminPerryRoss merged commit 78a481d into apache:develop Sep 18, 2021
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 this pull request may close these issues.

6 participants