Lines Matching refs:LL_WARNING

499             serverLog(LL_WARNING,  in masterTryPartialResynchronization()
583 …serverLog(LL_WARNING,"BGSAVE for replication: replication information not available, can't generat… in startBgsaveForReplication()
591 serverLog(LL_WARNING,"BGSAVE for replication failed"); in startBgsaveForReplication()
863 …serverLog(LL_WARNING,"Unable to register writable event for replica bulk transfer: %s", strerror(e… in putSlaveOnline()
905 serverLog(LL_WARNING,"Read error sending DB to replica: %s", in sendBulkToSlave()
912 serverLog(LL_WARNING,"Write error sending DB to replica: %s", in sendBulkToSlave()
979 serverLog(LL_WARNING,"SYNC failed. BGSAVE child returned an error"); in updateSlavesWaitingBgsave()
985 … serverLog(LL_WARNING,"SYNC failed. Can't open/stat DB after BGSAVE: %s", strerror(errno)); in updateSlavesWaitingBgsave()
1039 …serverLog(LL_WARNING,"Setting secondary replication ID to %s, valid up to offset: %lld. New replic… in shiftReplicationId()
1102 serverLog(LL_WARNING, in restartAOFAfterSYNC()
1108 serverLog(LL_WARNING, in restartAOFAfterSYNC()
1135 serverLog(LL_WARNING, in readSyncBulkPayload()
1142 serverLog(LL_WARNING, in readSyncBulkPayload()
1153 …serverLog(LL_WARNING,"Bad protocol from MASTER, the first byte is not '$' (we received '%s'), are … in readSyncBulkPayload()
1196 serverLog(LL_WARNING,"I/O error trying to sync with MASTER: %s", in readSyncBulkPayload()
1221 …serverLog(LL_WARNING,"Write error or short write writing to the DB dump file needed for MASTER <->… in readSyncBulkPayload()
1232 …serverLog(LL_WARNING,"Error truncating the RDB file received from the master for SYNC: %s", strerr… in readSyncBulkPayload()
1272 …serverLog(LL_WARNING,"Failed trying to rename the temp DB into dump.rdb in MASTER <-> REPLICA sync… in readSyncBulkPayload()
1293 serverLog(LL_WARNING,"Failed trying to load the MASTER synchronization DB from disk"); in readSyncBulkPayload()
1475 serverLog(LL_WARNING,"Unable to send PSYNC to master: %s",reply); in slaveTryPartialResynchronization()
1506 serverLog(LL_WARNING, in slaveTryPartialResynchronization()
1547 serverLog(LL_WARNING,"Master replication ID changed to %s",new); in slaveTryPartialResynchronization()
1594 serverLog(LL_WARNING, in slaveTryPartialResynchronization()
1629 serverLog(LL_WARNING,"Error condition on socket for SYNC: %s", in syncWithMaster()
1661 serverLog(LL_WARNING,"Error reply to PING from master: '%s'",err); in syncWithMaster()
1688 serverLog(LL_WARNING,"Unable to AUTH to MASTER: %s",err); in syncWithMaster()
1798 serverLog(LL_WARNING,"syncWithMaster(): state machine error, " in syncWithMaster()
1834 serverLog(LL_WARNING,"I/O error writing to MASTER: %s", in syncWithMaster()
1849 …serverLog(LL_WARNING,"Opening the temp file needed for MASTER <-> REPLICA synchronization: %s",str… in syncWithMaster()
1857 serverLog(LL_WARNING, in syncWithMaster()
1881 serverLog(LL_WARNING,"Sending command to master in replication handshake: %s", err); in syncWithMaster()
1892 serverLog(LL_WARNING,"Unable to connect to MASTER: %s", in connectWithMaster()
1901 serverLog(LL_WARNING,"Can't create readable event for SYNC"); in connectWithMaster()
2260 …serverLog(LL_WARNING,"Error resurrecting the cached master, impossible to add the readable handler… in replicationResurrectCachedMaster()
2269 …serverLog(LL_WARNING,"Error resurrecting the cached master, impossible to add the writable handler… in replicationResurrectCachedMaster()
2549 serverLog(LL_WARNING,"Timeout connecting to the MASTER..."); in replicationCron()
2557 …serverLog(LL_WARNING,"Timeout receiving bulk data from MASTER... If the problem persists try to se… in replicationCron()
2565 serverLog(LL_WARNING,"MASTER timeout: no data nor PING received..."); in replicationCron()
2657 serverLog(LL_WARNING, "Disconnecting timedout replica: %s", in replicationCron()