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

stop PoolInterfaceActor on shutdown, #20842 #20844

Merged
merged 1 commit into from
Jun 28, 2016

Conversation

patriknw
Copy link
Member

No description provided.

@patriknw
Copy link
Member Author

Refs #20842

@akka-ci akka-ci added validating PR is currently being validated by Jenkins tested PR that was successfully built and tested by Jenkins and removed validating PR is currently being validated by Jenkins labels Jun 28, 2016
@akka-ci
Copy link

akka-ci commented Jun 28, 2016

Test PASSed.

@@ -124,7 +124,7 @@ private class PoolInterfaceActor(gateway: PoolGateway)(implicit fm: Materializer

case Shutdown ⇒ // signal coming in from gateway
log.debug("Shutting down host connection pool to {}:{}", hcps.host, hcps.port)
onComplete()
onCompleteThenStop()
Copy link
Member

Choose a reason for hiding this comment

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

ouch, good catch

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah, it took a while to find those missing 8 characters

@ktoso
Copy link
Member

ktoso commented Jun 28, 2016

LGTM

1 similar comment
@drewhk
Copy link
Member

drewhk commented Jun 28, 2016

LGTM

@ktoso ktoso merged commit f791cf1 into master Jun 28, 2016
@ktoso ktoso deleted the wip-20842-shutdown-cachedHostConnectionPool-patriknw branch June 28, 2016 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tested PR that was successfully built and tested by Jenkins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants