This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add seqNo between Corona cluster manager and CoronaJobTracker
Summary: seqNos are added to cluster manager and corona jobtracker transactions. heatbeat from JT will not change the seqNo. CM will save the seqNo from JT, and expect that will be the next value from JT for any transaction other than heartbeta. if the seqNo doens't match, CM will kill the JT. JT will save the seqNo from CM, and expect that will be the next value from CM. If the seqNo doesn't match, JT will kill itself. Test Plan: the sleep sample(safeMode and normal mode), TestSessionDriver, TestLoadManager, TestClusterManager, TestPreemption, TestResourceCheck Reviewers: rvadali, aching Reviewed By: rvadali Task ID: 1794271
- Loading branch information