1
0
Fork 0

removed comments about barrier

This commit is contained in:
Jan Steemann 2013-06-26 12:06:19 +02:00
parent 0de3bd4213
commit aa5a20784b
1 changed files with 0 additions and 3 deletions

View File

@ -629,7 +629,6 @@ static int StartReplicationLogger (TRI_replication_logger_t* logger) {
cid = collection->_cid;
// TODO: do we need to establish a barrier against unloading the collection??
trx = TRI_CreateTransaction(vocbase->_transactionContext, false, 0.0, false);
if (trx == NULL) {
@ -700,8 +699,6 @@ static int StopReplicationLogger (TRI_replication_logger_t* logger) {
res = LogEvent(logger, 0, true, OPERATION_REPLICATION_STOP, buffer);
TRI_FreeTransaction(logger->_trx);
// TODO: free barrier if we established one
LOG_INFO("stopped replication logger for database '%s', last id: %llu",
logger->_databaseName,