-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update to remove deprecated method usage with Akka 2.5.20+ #5
base: invoker-backpressure-mesos
Are you sure you want to change the base?
Update to remove deprecated method usage with Akka 2.5.20+ #5
Conversation
…cluster managed resources
…rceManager impls; handle ClusterResourceError in case of reaching cluster capacity
…s, total memory, max memory
…s, total memory, max memory
…kStore) till distributed version is fixed from crashing under load
These should be merged to invoker-backpressure branch, but first I would like some feedback on load testing done with the akka changes, e.g. using a separate OW branch (or local build) to validate sanity of changing akka versions; currently mesos branch is a superset with additional unrelated mesos details in play, I guess we can consider migrating the mesos changes into the invoker-backpressure branch, but I originally hoped to keep the mesos-only details out of it for sake of less confusion. WDYT? |
Makes sense. Would rebase the PR on the other branch and work on to get a validation test performed |
c30cdf4
to
dc127ab
Compare
Update the code to fix usage of deprecated methods with 2.5.20 (see akka/akka#25746). This would need base setup to use latest Akka Version also