This commit is contained in:
Chris Lu
2018-07-28 21:02:56 -07:00
parent 7214a8e265
commit d3205a0070
5 changed files with 17 additions and 16 deletions

View File

@@ -1,15 +1,15 @@
package weed_server
import (
"fmt"
"net"
"strings"
"github.com/chrislusf/raft"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/pb/master_pb"
"github.com/chrislusf/seaweedfs/weed/topology"
"google.golang.org/grpc/peer"
"fmt"
"github.com/chrislusf/raft"
)
func (ms *MasterServer) SendHeartbeat(stream master_pb.Seaweed_SendHeartbeatServer) error {