We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11fd70 commit 29ae512Copy full SHA for 29ae512
roo/roo.go
@@ -435,6 +435,7 @@ func main() {
435
rlog.Infof("[STOPPED EXTERNAL - WRITE]")
436
rlog.Infof("[STARTED EXTERNAL - READ]")
437
for i := 0; i < 1000000; i++ {
438
+ //kv.nh.StaleRead(kv.AppConfig.Cluster.ShardID, "_test"+strconv.Itoa(rand.Intn(max-min+1)+min))
439
kv.nh.SyncRead(ctx, kv.AppConfig.Cluster.ShardID, "_test"+strconv.Itoa(rand.Intn(max-min+1)+min))
440
}
441
rlog.Infof("[STOPPED EXTERNAL - READ]")
0 commit comments