You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "AdFel (JIRA)" <ji...@apache.org> on 2018/01/15 11:28:00 UTC

[jira] [Created] (NIFI-4777) ConfluentSchemaRegistry Controller service fails to fetch schema if id not in cache and schema is not latest

AdFel created NIFI-4777:
---------------------------

             Summary: ConfluentSchemaRegistry Controller service fails to fetch schema if id not in cache and schema is not latest
                 Key: NIFI-4777
                 URL: https://issues.apache.org/jira/browse/NIFI-4777
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework
            Reporter: AdFel


If the controller service was down and the schema was updated,
the schema will not be found, even though it exists just because it is not the latest version.
This fix searches for uncached schemas through the registry's subjects to figure out which version of the subject it was, even if it is not the latest schema.

This patch is for version 1.5.0



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