13788: Fix concurrent map write.
authorTom Clegg <tclegg@veritasgenetics.com>
Thu, 19 Jul 2018 19:26:02 +0000 (15:26 -0400)
committerTom Clegg <tclegg@veritasgenetics.com>
Thu, 19 Jul 2018 19:26:02 +0000 (15:26 -0400)
commitd91eb0fae8d2ef4c2348769694573bf725ef16d4
treed434ea5712bd9cb8459480a69195d66b4a200aba
parent2f4a5bef7433097558b89844c84d4cc40a447c53
13788: Fix concurrent map write.

Reading multiple pages into the same ContainerList was reusing
embedded maps that had been passed to other goroutines.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>
sdk/go/dispatch/dispatch.go