Skip to content

Commit

Permalink
add more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
panda-sheep committed Apr 1, 2022
1 parent 232e810 commit 926aa49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/meta/processors/job/JobManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ class JobManager : public boost::noncopyable, public nebula::cpp::NonMovable {
nebula::cpp2::ErrorCode addJob(JobDescription& jobDesc, AdminClient* client);

/**
* @brief The same job is queue or running status.
* @brief The same job in inFlightJobs_.
* Jobs in inFlightJobs_ have three states:
* QUEUE: when adding a job
* FAILED or STOPPED: when recover job
*
* @param spaceId
* @param type
Expand Down

0 comments on commit 926aa49

Please sign in to comment.