moby / swarmkit

A toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based consensus, task scheduling and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nil pointer reference when Placement is null in task.go

sgiacomel opened this issue · comments

It happens when Placement is missing after updating a service with previous placement constraints in a swarm with multiple nodes.
This sends the swarm in an unrecoverable state.