onyx-platform / onyx

Distributed, masterless, high performance, fault tolerant data processing
http://www.onyxplatform.org
Eclipse Public License 1.0
2.05k stars 205 forks source link

Fast method for getting job-state when current-replica is cached #889

Closed sundbry closed 5 years ago

sundbry commented 5 years ago

Adds a job-state multimethod which returns the job's state without re-reading from zookeeper, if we already have the current replica information at hand.

lbradstreet commented 5 years ago

LGTM! Thanks.