update
This commit is contained in:
@@ -18,23 +18,14 @@ package raft
|
||||
//
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
"log"
|
||||
"math/rand"
|
||||
"reflect"
|
||||
// "bytes"
|
||||
"sync"
|
||||
"sync/atomic"
|
||||
"time"
|
||||
|
||||
"6.824/labgob"
|
||||
// "6.824/labgob"
|
||||
"6.824/labrpc"
|
||||
)
|
||||
|
||||
// import "bytes"
|
||||
// import "6.824/labgob"
|
||||
|
||||
|
||||
|
||||
//
|
||||
// as each Raft peer becomes aware that successive log entries are
|
||||
|
||||
Reference in New Issue
Block a user