Merge pull request #21828 from basepi/append_21818

[2014.7] Append #21818
This commit is contained in:
Colton Myers 2015-03-19 16:00:35 -06:00
commit 5292f5d68d

View File

@ -2073,7 +2073,7 @@ class Syndic(Minion):
jdict['__fun__'] = event['data'].get('fun')
jdict['__jid__'] = event['data']['jid']
jdict['__load__'] = {}
fstr = '{0}.get_jid'.format(self.opts['master_job_cache'])
fstr = '{0}.get_load'.format(self.opts['master_job_cache'])
# Only need to forward each load once. Don't hit the disk
# for every minion return!
if event['data']['jid'] not in self.jid_forward_cache: