Skip to content
Snippets Groups Projects
Commit 4e7b8434 authored by Ashwin's avatar Ashwin
Browse files

Removed mod sampling

parent d54edb4e
No related branches found
No related tags found
No related merge requests found
......@@ -175,9 +175,9 @@ func (s *state) handleNQuadsWhileAssign(wg *sync.WaitGroup) {
// Just put in a retry loop to tackle temporary errors.
if err == posting.E_TMP_ERROR {
time.Sleep(time.Microsecond)
glog.WithError(err).WithField("nq.Subject", nq.Subject).
Error("Temporary error")
} else {
glog.WithError(err).WithField("nq.Subject", nq.Subject).
Error("Temporary error")
} else {
glog.WithError(err).WithField("nq.ObjectId", nq.ObjectId).
Error("While getting UID")
return
......
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