Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-14388

Change the debug message displayed when the history cache is full.

XMLWordPrintable

    • Sprint 36
    • 0.125

      /src/libs/zbxdbcache/dbcache.c
      
         while (SUCCEED != hc_clone_history_data(&data, item_value))
          {
            UNLOCK_CACHE;
      
            zabbix_log(LOG_LEVEL_DEBUG, "History buffer is full. Sleeping for 1 second.");
            sleep(1);
      
            LOCK_CACHE;
          }
      

      I think "History cache" looks better than the "History buffer".
      Please consider change this debug message on the zabbix-server.

            s.paskevics Sergejs Paskevics
            JKKim Kim Jongkwon
            Team C
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: