Home
last modified time | relevance | path

Searched refs:LL_NOTICE (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dreplication.c496 serverLog(LL_NOTICE, in masterTryPartialResynchronization()
527 serverLog(LL_NOTICE, in masterTryPartialResynchronization()
757 serverLog(LL_NOTICE, in syncCommand()
1174 serverLog(LL_NOTICE, in readSyncBulkPayload()
1179 serverLog(LL_NOTICE, in readSyncBulkPayload()
1261 serverLog(LL_NOTICE, in readSyncBulkPayload()
1529 serverLog(LL_NOTICE, in slaveTryPartialResynchronization()
1585 serverLog(LL_NOTICE, in slaveTryPartialResynchronization()
1597 serverLog(LL_NOTICE, in slaveTryPartialResynchronization()
1665 serverLog(LL_NOTICE, in syncWithMaster()
[all …]
H A Daof.c156 LL_NOTICE; in aofRewriteBufferAppend()
218 serverLog(LL_NOTICE,"Killing running AOF rewrite child: %ld", in killAppendOnlyChild()
740 serverLog(LL_NOTICE,"Reading RDB preamble from AOF file..."); in loadAppendOnlyFile()
747 serverLog(LL_NOTICE,"Reading the remaining AOF tail..."); in loadAppendOnlyFile()
1441 serverLog(LL_NOTICE, in rewriteAppendOnlyFile()
1459 serverLog(LL_NOTICE,"SYNC append only file rewrite performed"); in rewriteAppendOnlyFile()
1483 serverLog(LL_NOTICE,"AOF rewrite child asks to stop sending diffs."); in aofChildPipeReadable()
1579 serverLog(LL_NOTICE, in rewriteAppendOnlyFileBackground()
1603 serverLog(LL_NOTICE, in rewriteAppendOnlyFileBackground()
1668 serverLog(LL_NOTICE, in backgroundRewriteDoneHandler()
[all …]
H A Dserver.c1277 serverLog(LL_NOTICE,"%d changes in %d seconds. Saving...", in serverCron()
1876 serverLog(LL_NOTICE,"Increased maximum number of open files " in adjustOpenFilesLimit()
2759 serverLog(LL_NOTICE,"Removing the unix socket file."); in closeListeningSockets()
2827 serverLog(LL_NOTICE,"Calling fsync() on the AOF file."); in prepareForShutdown()
2834 serverLog(LL_NOTICE,"Saving the final RDB snapshot before exiting."); in prepareForShutdown()
2851 serverLog(LL_NOTICE,"Removing the pid file."); in prepareForShutdown()
3805 serverLog(LL_NOTICE, in redisAsciiArt()
3818 serverLogRaw(LL_NOTICE|LL_RAW,buf); in redisAsciiArt()
3899 serverLog(LL_NOTICE,"DB loaded from disk: %.3f seconds", in loadDataFromDisk()
3985 serverLog(LL_NOTICE, "supervised by systemd, will signal readiness"); in redisSupervisedSystemd()
[all …]
H A Dsentinel.c1108 sentinelEvent(LL_NOTICE,"+sentinel-address-update", ri, in sentinelUpdateSentinelAddressInAllMasters()
1531 if (slave) sentinelEvent(LL_NOTICE,"+slave",slave,"%@"); in sentinelResetMasterAndChangeAddress()
2107 sentinelEvent(LL_NOTICE,"+reboot",ri,"%@"); in sentinelRefreshInstanceInfo()
2148 sentinelEvent(LL_NOTICE,"+slave",slave,"%@"); in sentinelRefreshInstanceInfo()
2279 sentinelEvent(LL_NOTICE,"+convert-to-slave",ri,"%@"); in sentinelRefreshInstanceInfo()
2302 sentinelEvent(LL_NOTICE,"+fix-slave-config",ri,"%@"); in sentinelRefreshInstanceInfo()
2320 sentinelEvent(LL_NOTICE,"+slave-reconf-inprog",ri,"%@"); in sentinelRefreshInstanceInfo()
2329 sentinelEvent(LL_NOTICE,"+slave-reconf-done",ri,"%@"); in sentinelRefreshInstanceInfo()
4184 sentinelEvent(LL_NOTICE,"+failover-state-send-slaveof-noone", in sentinelFailoverSelectSlave()
4209 sentinelEvent(LL_NOTICE, "+failover-state-wait-promotion", in sentinelFailoverSendSlaveOfNoOne()
[all …]
H A Drdb.c1269 serverLog(LL_NOTICE,"DB saved on disk"); in rdbSave()
1305 serverLog(LL_NOTICE, in rdbSaveBackground()
1326 serverLog(LL_NOTICE,"Background saving started by pid %d",childpid); in rdbSaveBackground()
1948 serverLog(LL_NOTICE,"RDB '%s': %s", in rdbLoadRio()
2088 serverLog(LL_NOTICE, in backgroundSaveDoneHandlerDisk()
2126 serverLog(LL_NOTICE, in backgroundSaveDoneHandlerSocket()
2298 serverLog(LL_NOTICE, in rdbSaveToSlavesSockets()
2377 serverLog(LL_NOTICE,"Background RDB transfer started by pid %d", in rdbSaveToSlavesSockets()
H A Dcluster.c282 serverLog(LL_NOTICE,"Node configuration loaded, I'm %.40s", myself->name); in clusterLoadConfig()
466 serverLog(LL_NOTICE,"No cluster configuration found, I'm %.40s", in clusterInit()
576 serverLog(LL_NOTICE,"Node hard reset, now I'm %.40s", myself->name); in clusterReset()
1205 serverLog(LL_NOTICE, in markNodeAsFailingIfNeeded()
1230 serverLog(LL_NOTICE, in clearNodeFailureIfNeeded()
1246 serverLog(LL_NOTICE, in clearNodeFailureIfNeeded()
2008 serverLog(LL_NOTICE, in clusterProcessPacket()
2018 serverLog(LL_NOTICE, in clusterProcessPacket()
H A Dserver.h336 #define LL_NOTICE 2 macro
339 #define CONFIG_DEFAULT_VERBOSITY LL_NOTICE
H A Dmodule.c3496 else if (!strcasecmp(levelstr,"notice")) level = LL_NOTICE; in RM_LogRaw()
5175 serverLog(LL_NOTICE,"Module '%s' loaded from %s",ctx.module->name,path); in moduleLoad()
5220 serverLog(LL_NOTICE,"Module %s unloaded",module->name); in moduleUnload()
H A Dscripting.c964 lua_pushnumber(lua,LL_NOTICE); in scriptingInit()
H A Dconfig.c74 {"notice", LL_NOTICE},