mirror of
https://github.com/wassname/ray.git
synced 2026-07-02 13:57:49 +08:00
9f0f542660
* delete contents of table related to specified job when the job is dead * check status * implement GetByJobId in gcs table storage * add test case * add test case * fix test cases * expose MGET and make match_pattern only related with SCAN * add test case for table storage * delete checkpoint * make MGetValues static * add most test case * add object test case * avoid accessing to storage when get matched object ids per job id * rename job info handler * use listener to sense job finished * clear actor state * add comments, remove actions in task handler * let raylet do object cleaning. only remove non-detached actors * only remove informations of non-detached actor * remove unused methods