You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2017/01/04 19:53:58 UTC

[jira] [Created] (KUDU-1821) Noisy warning from catalog manager

Todd Lipcon created KUDU-1821:
---------------------------------

             Summary: Noisy warning from catalog manager
                 Key: KUDU-1821
                 URL: https://issues.apache.org/jira/browse/KUDU-1821
             Project: Kudu
          Issue Type: Bug
          Components: master
            Reporter: Todd Lipcon
            Priority: Minor


On startup, the catalog manager often emits this warning:

W0104 16:34:39.405272  2555 catalog_manager.cc:365] Catalog manager background task thread going to sleep: Service unavailable: Catalog manager is not initialized. State: 1

This is because we wait to flip the catalog manager state to 'running' until after starting the background task thread. We could either change where the state change happens, or we could just ignore 'ServiceUnavailable' status instead of warning it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)