<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:52:05 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[CONTROLLER-59] ExtenderYangTracker reporting yang file parsing issues at osgi console</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-59</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;2013-11-20 04:52:12.198 CST &lt;span class=&quot;error&quot;&gt;&amp;#91;Start Level Event Dispatcher&amp;#93;&lt;/span&gt; WARN  o.o.c.c.y.s.impl.ExtenderYangTracker - Yang store is falling back on last consistent state containing 19 files, inconsistent yang files size is 0, reason org.opendaylight.controller.config.yang.store.api.YangStoreException: Unable to parse yang files from following URLs: &lt;/p&gt;
{org.opendaylight.yangtools.model.ietf-inet-types_2010.9.24.1 [176]=[bundleentry://176.fwk12255971/META-INF/yang/ietf-inet-types.yang], org.opendaylight.bgpcep.concepts_0.3.0.SNAPSHOT [92]=[bundleentry://92.fwk12255971/META-INF/yang/iana.yang, bundleentry://92.fwk12255971/META-INF/yang/ieee754.yang, bundleentry://92.fwk12255971/META-INF/yang/nps-concepts.yang], org.opendaylight.yangtools.model.yang-ext_2013.9.7.1 [88]=[bundleentry://88.fwk12255971/META-INF/yang/yang-ext.yang], org.opendaylight.yangtools.model.ietf-yang-types_2010.9.24.1 [127]=[bundleentry://127.fwk12255971/META-INF/yang/ietf-yang-types.yang], org.opendaylight.controller.config-api_0.2.3.SNAPSHOT [19]=[bundleentry://19.fwk12255971/META-INF/yang/rpc-context.yang, bundleentry://19.fwk12255971/META-INF/yang/config.yang], org.opendaylight.openflowjava.openflow-protocol-api_0.1.0.SNAPSHOT [218]=[bundleentry://218.fwk12255971/META-INF/yang/openflow-instruction.yang, bundleentry://218.fwk12255971/META-INF/yang/openflow-augments.yang, bundleentry://218.fwk12255971/META-INF/yang/openflow-action.yang, bundleentry://218.fwk12255971/META-INF/yang/openflow-protocol.yang, bundleentry://218.fwk12255971/META-INF/yang/system-notifications.yang, bundleentry://218.fwk12255971/META-INF/yang/openflow-extensible-match.yang, bundleentry://218.fwk12255971/META-INF/yang/openflow-types.yang], org.opendaylight.controller.sal-binding-broker-impl_1.0.0.SNAPSHOT [225]=[bundleentry://225.fwk12255971/META-INF/yang/opendaylight-binding-broker-impl.yang], org.opendaylight.controller.samples.sample-toaster_1.0.0.SNAPSHOT [58]=[bundleentry://58.fwk12255971/META-INF/yang/toaster.yang], org.opendaylight.yangtools.model.opendaylight-l2-types_2013.8.27.1 [15]=[bundleentry://15.fwk12255971/META-INF/yang/opendaylight-l2-types.yang], org.opendaylight.controller.logback-config_0.2.3.SNAPSHOT [64]=[bundleentry://64.fwk12255971/META-INF/yang/config-logging.yang], org.opendaylight.controller.sal-binding-config_1.0.0.SNAPSHOT [191]=[bundleentry://191.fwk12255971/META-INF/yang/opendaylight-md-sal-binding.yang]}</description>
                <environment>&lt;p&gt;Operating System: Mac OS&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="24613">CONTROLLER-59</key>
            <summary>ExtenderYangTracker reporting yang file parsing issues at osgi console</summary>
                <type id="10100" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10310&amp;avatarType=issuetype">Improvement</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="mmarsale@cisco.com">Maros Marsalek</assignee>
                                    <reporter username="hagbard">Ed Warnicke</reporter>
                        <labels>
                    </labels>
                <created>Wed, 20 Nov 2013 10:55:20 +0000</created>
                <updated>Tue, 25 Jul 2023 08:22:49 +0000</updated>
                            <resolved>Thu, 3 Apr 2014 13:07:03 +0000</resolved>
                                                                    <component>config</component>
                        <due>Thu, 13 Mar 2014 00:00:00 +0000</due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="47391" author="tolvecky@cisco.com" created="Wed, 11 Dec 2013 16:59:52 +0000"  >&lt;p&gt;It is reporting these issues, but it is very useful for debugging issues in yang/netconf/persister. Since no component that would enforce bundle order startup is present in ODL, there is no way not to have these issues. Only thing I can suggest is not to log to sysout at all and only log to a file. A plan on how to fix this and similar initialization problems must be created.&lt;/p&gt;</comment>
                            <comment id="47392" author="tolvecky@cisco.com" created="Thu, 3 Apr 2014 13:07:03 +0000"  >&lt;p&gt;Fixed by &lt;a href=&quot;https://bugs.opendaylight.org/show_bug.cgi?id=448&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.opendaylight.org/show_bug.cgi?id=448&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>158</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=158]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10301"><![CDATA[Normal]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02i27:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>