You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
All jobs must be delivered normally.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions Report
salt --versions-report
Salt Version:
Salt: 3006.2Python Version:
Python: 3.10.12 (main, Aug 3 2023, 21:47:10) [GCC 11.2.0]Dependency Versions:
cffi: 1.14.6cherrypy: unknowndateutil: 2.8.1docker-py: Not Installedgitdb: Not Installedgitpython: Not InstalledJinja2: 3.1.2libgit2: Not Installedlooseversion: 1.0.2M2Crypto: Not InstalledMako: Not Installedmsgpack: 1.0.2msgpack-pure: Not Installedmysql-python: Not Installedpackaging: 22.0pycparser: 2.21pycrypto: Not Installedpycryptodome: 3.9.8pygit2: Not Installedpython-gnupg: 0.4.8PyYAML: 6.0.1PyZMQ: 23.2.0relenv: 0.13.3smmap: Not Installedtimelib: 0.2.4Tornado: 4.5.3ZMQ: 4.3.4System Versions:
dist: rhel 8.8 Ootpalocale: utf-8machine: x86_64release: 4.18.0-477.15.1.el8_8.x86_64system: Linuxversion: Red Hat Enterprise Linux 8.8 Ootpa
In the above code, the problem seems to occur when multiple jobs are executed at the same time. I found that if I change to use send_multipart as shown below, the message is not missing.
Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey.
Please be sure to review our Code of Conduct. Also, check out some of our community resources including:
There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar.
If you have additional questions, email us at saltproject@vmware.com. We’re glad you’ve joined our community and look forward to doing awesome things with you!
Description
Missing message to syndic when zmq_filtering is enabled.
Setup
Steps to Reproduce the behavior
Expected behavior
All jobs must be delivered normally.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions Report
salt --versions-report
Additional context
salt/salt/transport/zeromq.py
Lines 787 to 811 in 8f750fa
In the above code, the problem seems to occur when multiple jobs are executed at the same time. I found that if I change to use send_multipart as shown below, the message is not missing.
The text was updated successfully, but these errors were encountered: