chrislusf / glow

Glow is an easy-to-use distributed computation system written in Go, similar to Hadoop Map Reduce, Spark, Flink, Storm, etc. I am also working on another similar pure Go system, https://github.com/chrislusf/gleam , which is more flexible and more performant.
3.2k stars 248 forks source link

Prevent concurrent modifications #21

Closed alpe closed 8 years ago

alpe commented 8 years ago

Fixes issues detected by race detector.

alpe commented 8 years ago

I had some issues with travis-ci running this. This patch contains some minor updates to the travis-ci config. If you want that separated into a new PR, please let me know.

chrislusf commented 8 years ago

Super!