Skip to content

Commit 7345137

Browse files
committed
use multiprocessing queue
Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
1 parent c5455b6 commit 7345137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osbenchmark/worker_coordinator/worker_coordinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ def __init__(self):
604604
self.cluster_details = None
605605
self.feedback_actor = None
606606
self.worker_shared_states = {}
607-
self.update_queue = queue.Queue()
607+
self.update_queue = multiprocessing.Queue()
608608

609609
def receiveMsg_PoisonMessage(self, poisonmsg, sender):
610610
self.logger.error("Main worker_coordinator received a fatal indication from load generator (%s). Shutting down.", poisonmsg.details)

0 commit comments

Comments
 (0)