ZMQ Frontend + Caching Improvements#7
Merged
Corey-Zumar merged 216 commits intodcrankshaw:high-perf-clipperfrom Sep 12, 2017
Merged
ZMQ Frontend + Caching Improvements#7Corey-Zumar merged 216 commits intodcrankshaw:high-perf-clipperfrom
Corey-Zumar merged 216 commits intodcrankshaw:high-perf-clipperfrom
Conversation
* replace boost futures with folly * Remove unused futures code * some code formatting * Update query frontend dockerfile to support Folly * fix cache move issue * remove unused import * format code * remove version check * remove boost thread dependency * remove boost thread as required component * format code * Create base dockerfile for installing clipper deps, query and mgmt inherit from this base * rename lib-base >> lib_base * makes FindFolly.cmake search in FOLLY_ROOT * format code * Pin library versions in base dockerfile * Fix FindFolly cmake * Add additional link flags for folly cmake * Add missing threadpool imports * fix boost thread import * Add more cmake link flags * Revert "Add more cmake link flags" This reverts commit 5604672. * Update QueryFrontendDockerfile * Update ManagementFrontendDockerfile
…rmance_improvements
* format code * Update clipper mgr register external output
* Recalculate mean on insertion, improve histogram data precision and value capacity * Format code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To build and run the ZMQ frontend:
To run the benchmark:
Note: This PR leaves
noop_container.pyuntouched. For best scaleout results, add a sleep to the container that is proportional to the number of inputs.This PR introduces an additional dependency: Facebook's Wangle Library. Installation should be fairly straightforward.