<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:09:14 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>[MDSAL-254] Implementation for offerNotification method with timeout in DOMNotificationRouter</title>
                <link>https://jira.opendaylight.org/browse/MDSAL-254</link>
                <project id="10137" key="MDSAL">mdsal</project>
                    <description>&lt;p&gt;@Override&lt;br/&gt;
    public ListenableFuture&amp;lt;?&amp;gt; offerNotification(final DOMNotification notification, final long timeout,&lt;br/&gt;
            final TimeUnit unit) throws InterruptedException {&lt;br/&gt;
        final Collection&amp;lt;ListenerRegistration&amp;lt;? extends DOMNotificationListener&amp;gt;&amp;gt; subscribers = listeners.get(notification.getType());&lt;br/&gt;
        if (subscribers.isEmpty()) &lt;/p&gt;
{
            return NO_LISTENERS;
        }

&lt;p&gt;        // Attempt to perform a non-blocking publish first&lt;br/&gt;
        final ListenableFuture&amp;lt;?&amp;gt; noBlock = tryPublish(notification, subscribers);&lt;br/&gt;
        if (!DOMNotificationPublishService.REJECTED.equals(noBlock)) &lt;/p&gt;
{
            return noBlock;
        }

&lt;p&gt;        /*&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;FIXME: we need a background thread, which will watch out for blocking too long. Here&lt;/li&gt;
	&lt;li&gt;we will arm a tasklet for it and synchronize delivery of interrupt properly.&lt;br/&gt;
         */&lt;br/&gt;
        throw new UnsupportedOperationException(&quot;Not implemented yet&quot;);&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="27076">MDSAL-254</key>
            <summary>Implementation for offerNotification method with timeout in DOMNotificationRouter</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="-1">Unassigned</assignee>
                                    <reporter username="chen.mingling@zte.com.cn">MerlinChan</reporter>
                        <labels>
                    </labels>
                <created>Mon, 22 May 2017 07:49:56 +0000</created>
                <updated>Fri, 9 Mar 2018 18:00:20 +0000</updated>
                            <resolved>Tue, 23 May 2017 00:11:56 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="54678" author="chen.mingling@zte.com.cn" created="Mon, 22 May 2017 08:00:29 +0000"  >&lt;p&gt;There should be an implementation of offerNotification method in DOMNotificationRouter class,if I add a listener for watching out for blocking too long,how can i wakeup the publish operation?&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>8521</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=8521]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10305"><![CDATA[Improvement]]></customfieldvalue>

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

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