mirror of https://gitee.com/bigwinds/arangodb
removed debug output
This commit is contained in:
parent
83ded3fc1f
commit
b09260a06f
|
@ -232,9 +232,7 @@ static bool CheckSyncCompactorDocumentCollection (TRI_document_collection_t* sim
|
|||
|
||||
if (synced < written) {
|
||||
worked = true;
|
||||
printf("CheckSyncCompactorDocumentCollection 2000:BEFORE:#############################:file=%d\n",journal->_fd);
|
||||
ok = TRI_msync(journal->_fd, journal->_mmHandle, synced, written);
|
||||
printf("CheckSyncCompactorDocumentCollection 2000:AFTER:#############################:file=%d\n",journal->_fd);
|
||||
ti = TRI_microtime();
|
||||
|
||||
TRI_LOCK_JOURNAL_ENTRIES_DOC_COLLECTION(sim);
|
||||
|
|
Loading…
Reference in New Issue