From 87acfafb3ef6ebc7cf9286ecd7e111767a781547 Mon Sep 17 00:00:00 2001
From: 554325746@qq.com <554325746@qq.com>
Date: 星期三, 10 七月 2019 18:25:53 +0800
Subject: [PATCH] fix cache
---
shardmap/shardmap.go | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/shardmap/shardmap.go b/shardmap/shardmap.go
index 6e19e48..8c27805 100644
--- a/shardmap/shardmap.go
+++ b/shardmap/shardmap.go
@@ -109,6 +109,7 @@
}
wg.Wait()
+ fmt.Prilnt("value of map: ",ids)
buf, err = json.Marshal(ids)
if err != nil {
--
Gitblit v1.8.0