Skip to content

Commit

Permalink
Use group name from process_state_db itself instead of hard-coding
Browse files Browse the repository at this point in the history
Change-Id: I0be18a9ff62a4a91f3a234741be442689f573fad
Closes-Bug: #1710122
(cherry picked from commit a7d8d5e)
  • Loading branch information
Megh Bhatt authored and Sundaresan Rajangam committed Sep 14, 2017
1 parent 6092cdf commit f2652fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodemgr/common/event_manager.py
Expand Up @@ -977,7 +977,7 @@ def event_tick_60(self):
if self.tick_count >= 10:
self.check_ntp_status()
if self.update_process_core_file_list():
self.send_process_state_db(['default'])
self.send_process_state_db([group])

process_mem_cpu_usage = self.get_group_processes_mem_cpu_usage(group)

Expand Down

0 comments on commit f2652fe

Please sign in to comment.