From 74fe771708789a5b8651966e9247bd6c7e811a2c Mon Sep 17 00:00:00 2001
From: Mirari <zf4@illinois.edu>
Date: Mon, 3 Dec 2018 16:13:22 -0600
Subject: [PATCH] temp initialize

---
 src/crane/crane_master.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/crane/crane_master.go b/src/crane/crane_master.go
index 1080593..6c701bb 100644
--- a/src/crane/crane_master.go
+++ b/src/crane/crane_master.go
@@ -297,7 +297,7 @@ func startNewJob() {
 			}
 		}
 	}
-	tempData = make([]interface{})
+	tempData = make([]interface{}, 0)
 	//wg.Wait()
 	// start spout goroutine
 	go runSpout()
-- 
GitLab