Revision dc4bdf73 lib/server/masterd.py

b/lib/server/masterd.py
427 427

  
428 428
    """
429 429
    # Queries don't have a job id
430
    proc = mcpu.Processor(self.server.context, None)
430
    proc = mcpu.Processor(self.server.context, None, enable_locks=False)
431 431

  
432 432
    # TODO: Executing an opcode using locks will acquire them in blocking mode.
433 433
    # Consider using a timeout for retries.

Also available in: Unified diff