<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:56:17 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-1723] RequestTimeoutException after ~250s after removing module shard replica</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-1723</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;This appeared in a test case which was previously failing on &lt;a href=&quot;https://jira.opendaylight.org/browse/CONTROLLER-1707&quot; title=&quot;Client not reconnecting successfully after leader movement&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CONTROLLER-1707&quot;&gt;&lt;del&gt;CONTROLLER-1707&lt;/del&gt;&lt;/a&gt; but there is not enough runs to estimate how frequent this new bug is.&lt;/p&gt;

&lt;p&gt;The scenario uses module-based shards (tell-based protocol) with one transaction writer running on each member and DTCL present on the shard leader node. (If the listener is on the follower node, shard replica removal has not lead to failures, only &lt;a href=&quot;https://jira.opendaylight.org/browse/CONTROLLER-1711&quot; title=&quot;Listener registration lost when local replica is removed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CONTROLLER-1711&quot;&gt;&lt;del&gt;CONTROLLER-1711&lt;/del&gt;&lt;/a&gt; is detected by the listener).&lt;/p&gt;

&lt;p&gt;The writer response &lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt; is:&lt;br/&gt;
{&quot;errors&quot;:{&quot;error&quot;:[{&quot;error-type&quot;:&quot;application&quot;,&quot;error-tag&quot;:&quot;operation-failed&quot;,&quot;error-message&quot;:&quot;Unexpected-exception&quot;,&quot;error-info&quot;:&quot;TransactionCommitFailedException&lt;/p&gt;
{message=canCommit encountered an unexpected failure, errorList=[RpcError [message=canCommit encountered an unexpected failure, severity=ERROR, errorType=APPLICATION, tag=operation-failed, applicationTag=null, info=null, cause=org.opendaylight.controller.cluster.access.client.RequestTimeoutException: Timed out after 253.973720644seconds]]}
&lt;p&gt;\n\tat org.opendaylight.controller.md.sal.dom.broker.impl.TransactionCommitFailedExceptionMapper.newWithCause(TransactionCommitFailedExceptionMapper.java:37)\n\tat org.opendaylight.controller.md.sal.dom.broker.impl.TransactionCommitFailedExceptionMapper.newWithCause(TransactionCommitFailedExceptionMapper.java:18)\n\tat org.opendaylight.yangtools.util.concurrent.ExceptionMapper.apply(ExceptionMapper.java:102)\n\tat org.opendaylight.controller.cluster.databroker.ConcurrentDOMDataBroker.handleException(ConcurrentDOMDataBroker.java:222)\n\tat org.opendaylight.controller.cluster.databroker.ConcurrentDOMDataBroker.access$000(ConcurrentDOMDataBroker.java:46)\n\tat org.opendaylight.controller.cluster.databroker.ConcurrentDOMDataBroker$1.onFailure(ConcurrentDOMDataBroker.java:126)\n\tat com.google.common.util.concurrent.Futures$6.run(Futures.java:1310)\n\tat com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)\n\tat com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)\n\tat com.google.common.util.concurrent.ExecutionList.execute(ExecutionList.java:145)\n\tat com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:202)\n\tat com.google.common.util.concurrent.SettableFuture.setException(SettableFuture.java:68)\n\tat org.opendaylight.controller.cluster.databroker.actors.dds.AbstractProxyTransaction.lambda$directCommit$4(AbstractProxyTransaction.java:473)\n\tat org.opendaylight.controller.cluster.databroker.actors.dds.RemoteProxyTransaction.lambda$handleReplayedRemoteRequest$12(RemoteProxyTransaction.java:442)\n\tat org.opendaylight.controller.cluster.access.client.ConnectionEntry.complete(ConnectionEntry.java:50)\n\tat org.opendaylight.controller.cluster.access.client.AbstractClientConnection.lockedCheckTimeout(AbstractClientConnection.java:372)\n\tat org.opendaylight.controller.cluster.access.client.AbstractClientConnection.runTimer(AbstractClientConnection.java:303)\n\tat org.opendaylight.controller.cluster.access.client.ClientActorBehavior.onReceiveCommand(ClientActorBehavior.java:121)\n\tat org.opendaylight.controller.cluster.access.client.ClientActorBehavior.onReceiveCommand(ClientActorBehavior.java:45)\n\tat org.opendaylight.controller.cluster.access.client.AbstractClientActor.onReceiveCommand(AbstractClientActor.java:59)\n\tat akka.persistence.UntypedPersistentActor.onReceive(PersistentActor.scala:170)\n\tat akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:165)\n\tat akka.actor.Actor$class.aroundReceive(Actor.scala:502)\n\tat akka.persistence.UntypedPersistentActor.akka$persistence$Eventsourced$$super$aroundReceive(PersistentActor.scala:168)\n\tat akka.persistence.Eventsourced$$anon$1.stateReceive(Eventsourced.scala:727)\n\tat akka.persistence.Eventsourced$class.aroundReceive(Eventsourced.scala:183)\n\tat akka.persistence.UntypedPersistentActor.aroundReceive(PersistentActor.scala:168)\n\tat akka.actor.ActorCell.receiveMessage(ActorCell.scala:526)\n\tat akka.actor.ActorCell.invoke(ActorCell.scala:495)\n\tat akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257)\n\tat akka.dispatch.Mailbox.run(Mailbox.scala:224)\n\tat akka.dispatch.Mailbox.exec(Mailbox.scala:234)\n\tat scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)\n\tat scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)\n\tat scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)\n\tat scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)\nCaused by: org.opendaylight.controller.cluster.access.client.RequestTimeoutException: Timed out after 253.973720644seconds\n\t... 21 more\n&quot;}]}}&lt;/p&gt;

&lt;p&gt;This Bug shares similarities with multiple known bugs:&lt;/p&gt;

&lt;p&gt;The writer response is almost identical to &lt;a href=&quot;https://jira.opendaylight.org/browse/CONTROLLER-1707&quot; title=&quot;Client not reconnecting successfully after leader movement&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CONTROLLER-1707&quot;&gt;&lt;del&gt;CONTROLLER-1707&lt;/del&gt;&lt;/a&gt; but that was timing out after 120s (as expected for unsuccessful client reconnect), and is supposedly fixed. Also, &lt;a href=&quot;https://jira.opendaylight.org/browse/CONTROLLER-1707&quot; title=&quot;Client not reconnecting successfully after leader movement&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CONTROLLER-1707&quot;&gt;&lt;del&gt;CONTROLLER-1707&lt;/del&gt;&lt;/a&gt; was not present when moving leader onto writer node.&lt;/p&gt;

&lt;p&gt;It is not known whether ~250 seconds is stable or fluctuating value. If it is fluctuating, this may be a less severe case of &lt;a href=&quot;https://jira.opendaylight.org/browse/CONTROLLER-1708&quot; title=&quot;write-transactions does not respond (no evident reason)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CONTROLLER-1708&quot;&gt;&lt;del&gt;CONTROLLER-1708&lt;/del&gt;&lt;/a&gt; even though that bug is observed on isolation scenarios.&lt;/p&gt;

&lt;p&gt;Also, if RequestTimeoutException can happen with duration significantly longer than 120s, it may explain &lt;a href=&quot;https://jira.opendaylight.org/browse/CONTROLLER-1687&quot; title=&quot;Transaction writer does not fail expected time after isolation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CONTROLLER-1687&quot;&gt;&lt;del&gt;CONTROLLER-1687&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Update: A Sandbox run with verbose logs encountered &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; this with duration of 133 seconds.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/controller-csit-3node-clustering-only-carbon/750/log.html.gz#s1-s36-t1-k2-k15-k3-k1-k1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/controller-csit-3node-clustering-only-carbon/750/log.html.gz#s1-s36-t1-k2-k15-k3-k1-k1&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://logs.opendaylight.org/sandbox/jenkins091/controller-csit-3node-clustering-only-carbon/35/log.html.gz#s1-s36-t1-k2-k15-k3-k1-k1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/sandbox/jenkins091/controller-csit-3node-clustering-only-carbon/35/log.html.gz#s1-s36-t1-k2-k15-k3-k1-k1&lt;/a&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26277">CONTROLLER-1723</key>
            <summary>RequestTimeoutException after ~250s after removing module shard replica</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</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="rovarga">Robert Varga</assignee>
                                    <reporter username="vrpolak">Vratko Polak</reporter>
                        <labels>
                    </labels>
                <created>Fri, 16 Jun 2017 12:02:06 +0000</created>
                <updated>Tue, 25 Jul 2023 08:24:44 +0000</updated>
                            <resolved>Wed, 12 Jul 2017 11:50:32 +0000</resolved>
                                                                    <component>clustering</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="52424" author="vrpolak" created="Fri, 16 Jun 2017 12:09:31 +0000"  >&lt;p&gt;Also similarly to &lt;a href=&quot;https://jira.opendaylight.org/browse/CONTROLLER-1708&quot; title=&quot;write-transactions does not respond (no evident reason)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CONTROLLER-1708&quot;&gt;&lt;del&gt;CONTROLLER-1708&lt;/del&gt;&lt;/a&gt; the only writer which fail is the one on the member which stayed follower.&lt;/p&gt;</comment>
                            <comment id="52425" author="vrpolak" created="Wed, 21 Jun 2017 11:17:53 +0000"  >&lt;p&gt;&quot;Timed out&quot; value fluctuates. Recently seen: 370s &lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt; and 122s &lt;span class=&quot;error&quot;&gt;&amp;#91;3&amp;#93;&lt;/span&gt;.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/controller-csit-3node-clustering-only-carbon/756/log.html.gz#s1-s36-t1-k2-k15-k3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/controller-csit-3node-clustering-only-carbon/756/log.html.gz#s1-s36-t1-k2-k15-k3&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;3&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/controller-csit-3node-clustering-only-carbon/756/log.html.gz#s1-s36-t3-k2-k15-k3-k1-k1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/controller-csit-3node-clustering-only-carbon/756/log.html.gz#s1-s36-t3-k2-k15-k3-k1-k1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="52426" author="vrpolak" created="Thu, 22 Jun 2017 10:01:49 +0000"  >&lt;p&gt;More comments on fluctuating values. Looking at karaf.log &lt;span class=&quot;error&quot;&gt;&amp;#91;4&amp;#93;&lt;/span&gt; of the faulty node, these might be two different bugs.&lt;br/&gt;
In both cases, member-1 was the old leader, member-3 was the new leader, member-2 was the faulty follower.&lt;/p&gt;

&lt;p&gt;&amp;gt; 370s &lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Listener was on member-1. The member-2 client reconnected only once (at 09:33:29,624) but it took 6 minutes to do so.&lt;br/&gt;
&quot;Tx: DOM-CHAIN-1-3480 Error during phase CAN_COMMIT, starting Abort&quot; happened at 09:33:29,624, so immediately after the reconnect.&lt;br/&gt;
Member-3 writer finished 15506 transactions, member-1 writer 6705.&lt;/p&gt;

&lt;p&gt;&amp;gt; 122s &lt;span class=&quot;error&quot;&gt;&amp;#91;3&amp;#93;&lt;/span&gt;.&lt;/p&gt;

&lt;p&gt;Listener was at member-2. Here member-2 client reconnected at 09:36:06,681 after 25 seconds, but at 09:37:11,241 it decided to reconnect again (without explicit reason) in less than 2 milliseconds.&lt;br/&gt;
&quot;Tx: DOM-CHAIN-1-3672 Error during phase CAN_COMMIT, starting Abort&quot; happened at 09:37:41,264 (30 seconds after the second reconnect).&lt;br/&gt;
Member-3 finished 7145 transactions, member-1 7141.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;4&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/controller-csit-3node-clustering-only-carbon/756/odl2_karaf.log.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/controller-csit-3node-clustering-only-carbon/756/odl2_karaf.log.gz&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="52427" author="rovarga" created="Tue, 27 Jun 2017 14:01:15 +0000"  >&lt;p&gt;Right, this is the log message:&lt;/p&gt;

&lt;p&gt;2017-06-21 09:33:29,624 | INFO  | ult-dispatcher-2 | ClientActorBehavior              | 197 - org.opendaylight.controller.cds-access-client - 1.1.1.SNAPSHOT | member-2-frontend-datastore-config: replaced connection ReconnectingClientConnection{client=ClientIdentifier&lt;/p&gt;
{frontend=member-2-frontend-datastore-config, generation=0}, cookie=0, backend=ShardBackendInfo{actor=Actor&lt;span class=&quot;error&quot;&gt;&amp;#91;akka.tcp://opendaylight-cluster-data@10.29.15.98:2550/user/shardmanager-config/member-1-shard-default-config#253026416&amp;#93;&lt;/span&gt;, sessionId=0, version=BORON, maxMessages=1000, cookie=0, shard=default, dataTree present=false}} with ConnectedClientConnection{client=ClientIdentifier{frontend=member-2-frontend-datastore-config, generation=0}
&lt;p&gt;, cookie=0, backend=ShardBackendInfo{actor=Actor&lt;span class=&quot;error&quot;&gt;&amp;#91;akka.tcp://opendaylight-cluster-data@10.29.15.80:2550/user/shardmanager-config/member-3-shard-default-config#-675495156&amp;#93;&lt;/span&gt;, sessionId=1, version=BORON, maxMessages=1000, cookie=0, shard=default, dataTree present=false}} in 6.006 min&lt;/p&gt;

&lt;p&gt;6 minutes a lot of time for, indicating we have either a lot of transactions or we are hitting throttling. Can we have debug logs to go with this one?&lt;/p&gt;</comment>
                            <comment id="52428" author="rovarga" created="Tue, 27 Jun 2017 14:05:15 +0000"  >&lt;p&gt;I think debugs on org.opendaylight.controller.cluster.access.client should be sufficient.&lt;/p&gt;</comment>
                            <comment id="52429" author="rovarga" created="Wed, 28 Jun 2017 08:27:31 +0000"  >&lt;p&gt;Based on the reported backend info, we are dealing with remote-&amp;gt;remote reconnect.&lt;/p&gt;</comment>
                            <comment id="52430" author="rovarga" created="Wed, 28 Jun 2017 11:41:13 +0000"  >&lt;p&gt;I think this boils down to AbstractProxyTransaction.ensureSealed() being called from replay context, which calls down to RemoteProxyTransaction.doSeal(), which, in case of chained transactions, will call sendRequest() &amp;#8211; which will be blocking.&lt;/p&gt;</comment>
                            <comment id="52431" author="vrpolak" created="Wed, 28 Jun 2017 14:39:07 +0000"  >&lt;p&gt;In releng, this usually happens in 3 out of 4 test cases of Leader Stability suite. On Sandbox I have seen it only fail 1 test case of of 4. That is for codebase &lt;span class=&quot;error&quot;&gt;&amp;#91;5&amp;#93;&lt;/span&gt; (with cherry-pick &lt;span class=&quot;error&quot;&gt;&amp;#91;6&amp;#93;&lt;/span&gt;).&lt;/p&gt;

&lt;p&gt;The test case runs transaction-writers (duration 40s) on each member, member-1 is the original leader, member-2 is the new leader (by make-leader-local), member-3 contains the listener and writer fails &lt;span class=&quot;error&quot;&gt;&amp;#91;7&amp;#93;&lt;/span&gt; there ~220s after the leader movement (which took 10s itself).&lt;br/&gt;
Karaf.log &lt;span class=&quot;error&quot;&gt;&amp;#91;8&amp;#93;&lt;/span&gt; of member-3 is huge, as it uses debug verbosity for several loggers, the failed test case executes between 12:17:33,015 and 12:21:35,274.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;5&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/59604/1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/59604/1&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;6&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/59575/1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/59575/1&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;7&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://logs.opendaylight.org/sandbox/jenkins091/controller-csit-3node-clustering-ls-only-carbon/9/log.html.gz#s1-s2-t3-k2-k12&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/sandbox/jenkins091/controller-csit-3node-clustering-ls-only-carbon/9/log.html.gz#s1-s2-t3-k2-k12&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;8&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://logs.opendaylight.org/sandbox/jenkins091/controller-csit-3node-clustering-ls-only-carbon/9/odl3_karaf.log.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/sandbox/jenkins091/controller-csit-3node-clustering-ls-only-carbon/9/odl3_karaf.log.gz&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="52432" author="vrpolak" created="Thu, 29 Jun 2017 07:05:56 +0000"  >&lt;p&gt;When trying to reproduce &lt;a href=&quot;https://jira.opendaylight.org/browse/CONTROLLER-1729&quot; title=&quot;Cohort for LocalHistoryIdentifier not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CONTROLLER-1729&quot;&gt;&lt;del&gt;CONTROLLER-1729&lt;/del&gt;&lt;/a&gt; on Sandbox, I have encountered this instead in longevity job. The timeout value was 121.21s &lt;span class=&quot;error&quot;&gt;&amp;#91;9&amp;#93;&lt;/span&gt;. The log &lt;span class=&quot;error&quot;&gt;&amp;#91;10&amp;#93;&lt;/span&gt; is less verbose than other Sandbox runs, as the test passes several iterations (16 in this case) making the compressed logs too long large for upload.&lt;/p&gt;

&lt;p&gt;This test uses one (randomly placed) writer and make-leader-local to move leader. The failure happened when the writer was on the member which stayed follower.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;9&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://logs.opendaylight.org/sandbox/jenkins091/controller-csit-3node-ddb-expl-lead-movement-longevity-only-carbon/2/log.html.gz#s1-s2-t1-k2-k1-k1-k1-k1-k1-k1-k2-k1-k1-k2-k10&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/sandbox/jenkins091/controller-csit-3node-ddb-expl-lead-movement-longevity-only-carbon/2/log.html.gz#s1-s2-t1-k2-k1-k1-k1-k1-k1-k1-k2-k1-k1-k2-k10&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;10&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://logs.opendaylight.org/sandbox/jenkins091/controller-csit-3node-ddb-expl-lead-movement-longevity-only-carbon/2/odl3_karaf.log.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/sandbox/jenkins091/controller-csit-3node-ddb-expl-lead-movement-longevity-only-carbon/2/odl3_karaf.log.gz&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="52433" author="rovarga" created="Thu, 29 Jun 2017 11:26:45 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/59654&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/59654&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>8704</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=8704]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10324"><![CDATA[Carbon-SR1]]></customfieldvalue>

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

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