You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Xinyu Liu (JIRA)" <ji...@apache.org> on 2018/03/12 16:27:00 UTC

[jira] [Created] (SAMZA-1615) Fix a couple of issues in ControlMessageSender

Xinyu Liu created SAMZA-1615:
--------------------------------

             Summary: Fix a couple of issues in ControlMessageSender 
                 Key: SAMZA-1615
                 URL: https://issues.apache.org/jira/browse/SAMZA-1615
             Project: Samza
          Issue Type: Bug
            Reporter: Xinyu Liu
            Assignee: Xinyu Liu


Two issues I found during testing:

1) medaDataCache.getSystemStreamMetadata(): if we pass in partitionOnly to be true, it will actually not store the metadata into the cache, resulting every call being another query to kafka. I turned off the partitionOnly in order to make it in the cache.

2) change the log for info to debug.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)