amplab / velox-modelserver

http://amplab.github.io/velox-modelserver/
Apache License 2.0
110 stars 26 forks source link

Make user-partitioning strategy configurable #33

Open dcrankshaw opened 9 years ago

dcrankshaw commented 9 years ago

The user partitioning strategy in use is needed by several different parts of the system. I would like to standardize this and make sure it only gets defined in one place.

Here is a partial list of places where the partitioning info is necessary:

tomerk commented 9 years ago

After talking with @dcrankshaw: We shouldn't fail a request that's sent to the wrong partition, we should forward it to the correct partition & log that it needed to do a hop to the correct partition