comment log code
This commit is contained in:
parent
b0d73826a7
commit
b6803ae9cc
|
@ -34,7 +34,7 @@ extern "C" {
|
|||
typedef struct SRaftStore {
|
||||
SyncTerm currentTerm;
|
||||
SRaftId voteFor;
|
||||
FileFd fd;
|
||||
//FileFd fd;
|
||||
char path[RAFT_STORE_PATH_LEN];
|
||||
} SRaftStore;
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ void doSync() {
|
|||
}
|
||||
|
||||
int main() {
|
||||
taosInitLog((char*)"syncEnvTest.log", 100000, 10);
|
||||
//taosInitLog((char*)"syncEnvTest.log", 100000, 10);
|
||||
tsAsyncLog = 0;
|
||||
sDebugFlag = 143 + 64;
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ void doSync() {
|
|||
}
|
||||
|
||||
int main() {
|
||||
taosInitLog((char*)"syncPingTest.log", 100000, 10);
|
||||
//taosInitLog((char*)"syncPingTest.log", 100000, 10);
|
||||
tsAsyncLog = 0;
|
||||
sDebugFlag = 143 + 64;
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ void *pingFunc(void *param) {
|
|||
}
|
||||
|
||||
int main() {
|
||||
taosInitLog((char *)"syncTest.log", 100000, 10);
|
||||
//taosInitLog((char *)"syncTest.log", 100000, 10);
|
||||
tsAsyncLog = 0;
|
||||
sDebugFlag = 143 + 64;
|
||||
|
||||
|
|
Loading…
Reference in New Issue