I am trying to figure out reason for increased data transfer between dgraph nodes. Each node is transferring over 500 Kbps to other two nodes. In metrics exposed by dgraph I can see that our number of mutation has increased to 700 ops (all), which I hope isn’t a lot.
Logs keep spewing following (on node 2), which is causing us io problems:
2017/12/08 07:25:54 node.go:554: RECEIVED: MsgApp 3-->2
2017/12/08 07:25:54 node.go:554: RECEIVED: MsgApp 3-->2
2017/12/08 07:25:54 node.go:554: RECEIVED: MsgApp 3-->2
2017/12/08 07:25:54 node.go:554: RECEIVED: MsgApp 3-->2
2017/12/08 07:25:54 node.go:554: RECEIVED: MsgApp 3-->2
2017/12/08 07:25:54 node.go:177: SENDING: MsgAppResp 2-->3
2017/12/08 07:25:54 node.go:177: SENDING: MsgAppResp 2-->3
2017/12/08 07:25:54 node.go:177: SENDING: MsgAppResp 2-->3
2017/12/08 07:25:54 node.go:177: SENDING: MsgAppResp 2-->3
2017/12/08 07:25:54 node.go:177: SENDING: MsgAppResp 2-->3
2017/12/08 07:25:54 node.go:177: SENDING: MsgProp 2-->3
in iotop I see, which is likely because of lots of log writes:
IO> Command
66% [jbd2/xvda1-8]
Any kind of help would be really appreciated.