You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Shanthoosh Venkataraman (JIRA)" <ji...@apache.org> on 2018/04/13 21:22:00 UTC

[jira] [Commented] (SAMZA-1656) EventHubSystemAdmin does not fetch metadata for valid streams.

    [ https://issues.apache.org/jira/browse/SAMZA-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16437943#comment-16437943 ] 

Shanthoosh Venkataraman commented on SAMZA-1656:
------------------------------------------------

Fix: Remove the redundant caching and initiate fetchMetadataRequest for each eventhub stream.

> EventHubSystemAdmin does not fetch metadata for valid streams.
> --------------------------------------------------------------
>
>                 Key: SAMZA-1656
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1656
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Shanthoosh Venkataraman
>            Assignee: Shanthoosh Venkataraman
>            Priority: Major
>
> Currently successive invocation of EventHubSystemAdmin.getSystemStreamMetadata with the same stream collection returns empty results.
> This is an implementation bug, where the streams requested as a part of prior invocations of EventHubSystemAdmin.getSystemStreamMetadata are ignored(due to stale caching). 
> This bug causes the JobModel generation phase to fail and kills the StreamProcessor. 



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