Skip to content
Snippets Groups Projects
Commit 5501bdd4 authored by Ashwin's avatar Ashwin
Browse files

Add log giving instanceIdx info

parent 1b9a82d2
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,10 @@ func main() { ...@@ -46,6 +46,10 @@ func main() {
WithField("prev_maxprocs", prevProcs). WithField("prev_maxprocs", prevProcs).
Info("Set max procs to num cpus") Info("Set max procs to num cpus")
glog.WithField("instanceIdx", *instanceIdx).
WithField("numInstances", *numInstances).
Info("Only those XIDs which satisfy FP(xid) % numInstance == instanceIdx will be given UID")
if len(*rdfGzips) == 0 { if len(*rdfGzips) == 0 {
glog.Fatal("No RDF GZIP files specified") glog.Fatal("No RDF GZIP files specified")
} }
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment