<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:24: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>[NETVIRT-1532] NFE in CoeUtils.buildElanInstance()</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-1532</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;while working on &lt;a href=&quot;https://jira.opendaylight.org/browse/COE-36&quot; title=&quot;Get CoE as-is manually running on K8s an OpenStack (RDO) Cloud&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COE-36&quot;&gt;&lt;del&gt;COE-36&lt;/del&gt;&lt;/a&gt;, I hit the NFE shown below; FYI &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=k.faseela&quot; class=&quot;user-hover&quot; rel=&quot;k.faseela&quot;&gt;k.faseela&lt;/a&gt; &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=shague&quot; class=&quot;user-hover&quot; rel=&quot;shague&quot;&gt;shague&lt;/a&gt; &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=fkautz&quot; class=&quot;user-hover&quot; rel=&quot;fkautz&quot;&gt;fkautz&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Can&apos;t reproduce it right now; filing this just in case we are going to be seeing it more often.&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;15:12:04.280 ERROR [jobcoordinator-main-task-0] Job still failed on &lt;span class=&quot;code-keyword&quot;&gt;final&lt;/span&gt; retry: JobEntry{key=&lt;span class=&quot;code-quote&quot;&gt;&apos;coredns-576cbf47c7-cjn5p&apos;&lt;/span&gt;, mainWorker=org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker@4e6be58d, rollbackWorker=&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;, retryCount=3/3, futures=[com.google.common.util.concurrent.ImmediateFuture$ImmediateFailedFuture@7d661c34[status=FAILURE, cause=[java.lang.NumberFormatException: For input string: &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;&quot;&lt;/span&gt;]], com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture@37b4c630[status=PENDING, info=[inputFuture=[com.google.common.util.concurrent.SettableFuture@544abedc[status=PENDING]], function=[org.opendaylight.genius.infra.ManagedTransactionFactoryImpl$$Lambda$1308/1162607709@459c7e55]]]]}
java.lang.NumberFormatException: For input string: &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;&quot;&lt;/span&gt;
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:?]
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.parseLong(&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.java:589) ~[?:?]
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.valueOf(&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.java:803) ~[?:?]
	at org.opendaylight.netvirt.coe.utils.CoeUtils.buildElanInstance(CoeUtils.java:144) ~[?:?]
	at org.opendaylight.netvirt.coe.utils.CoeUtils.createElanInstanceForTheFirstPodInTheNetwork(CoeUtils.java:270) ~[?:?]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.lambda$call$0(PodListener.java:178) ~[?:?]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.lambda$callWithNewTransactionAndSubmit$3(ManagedTransactionFactoryImpl.java:89) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.applyWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:105) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.callWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:88) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedNewTransactionRunnerImpl.callWithNewReadWriteTransactionAndSubmit(ManagedNewTransactionRunnerImpl.java:81) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:176) ~[?:?]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:157) ~[?:?]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$call$2(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.jobcoordinator.internal.JobCoordinatorImpl$MainTask.runWithUncheckedExceptionLogging(JobCoordinatorImpl.java:399) ~[?:?]
	at org.opendaylight.infrautils.utils.concurrent.LoggingUncaughtThreadDeathContextRunnable.run(LoggingUncaughtThreadDeathContextRunnable.java:60) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$run$0(ClassLoaders.java:25) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.run(ClassLoaders.java:24) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$wrap$3(ClassLoaders.java:53) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) [?:?]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:?]
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:?]
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:?]
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:?]
15:12:04.280 ERROR [jobcoordinator-main-task-1] Job still failed on &lt;span class=&quot;code-keyword&quot;&gt;final&lt;/span&gt; retry: JobEntry{key=&lt;span class=&quot;code-quote&quot;&gt;&apos;kube-proxy-5n5n9&apos;&lt;/span&gt;, mainWorker=org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker@4e786f70, rollbackWorker=&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;, retryCount=3/3, futures=[com.google.common.util.concurrent.ImmediateFuture$ImmediateFailedFuture@4b78f92f[status=FAILURE, cause=[java.lang.NumberFormatException: For input string: &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;&quot;&lt;/span&gt;]], com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture@4f2f1862[status=PENDING, info=[inputFuture=[com.google.common.util.concurrent.SettableFuture@2df8636[status=PENDING]], function=[org.opendaylight.genius.infra.ManagedTransactionFactoryImpl$$Lambda$1308/1162607709@f517af2]]]]}
java.lang.NumberFormatException: For input string: &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;&quot;&lt;/span&gt;
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:?]
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.parseLong(&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.java:589) ~[?:?]
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.valueOf(&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.java:803) ~[?:?]
	at org.opendaylight.netvirt.coe.utils.CoeUtils.buildElanInstance(CoeUtils.java:144) ~[?:?]
	at org.opendaylight.netvirt.coe.utils.CoeUtils.createElanInstanceForTheFirstPodInTheNetwork(CoeUtils.java:270) ~[?:?]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.lambda$call$0(PodListener.java:178) ~[?:?]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.lambda$callWithNewTransactionAndSubmit$3(ManagedTransactionFactoryImpl.java:89) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.applyWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:105) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.callWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:88) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedNewTransactionRunnerImpl.callWithNewReadWriteTransactionAndSubmit(ManagedNewTransactionRunnerImpl.java:81) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:176) ~[?:?]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:157) ~[?:?]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$call$2(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.jobcoordinator.internal.JobCoordinatorImpl$MainTask.runWithUncheckedExceptionLogging(JobCoordinatorImpl.java:399) ~[?:?]
	at org.opendaylight.infrautils.utils.concurrent.LoggingUncaughtThreadDeathContextRunnable.run(LoggingUncaughtThreadDeathContextRunnable.java:60) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$run$0(ClassLoaders.java:25) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.run(ClassLoaders.java:24) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$wrap$3(ClassLoaders.java:53) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) [?:?]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:?]
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:?]
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:?]
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:?]
15:12:04.381 ERROR [jobcoordinator-main-task-0] Job still failed on &lt;span class=&quot;code-keyword&quot;&gt;final&lt;/span&gt; retry: JobEntry{key=&lt;span class=&quot;code-quote&quot;&gt;&apos;kube-proxy-mpcws&apos;&lt;/span&gt;, mainWorker=org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker@19429f02, rollbackWorker=&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;, retryCount=3/3, futures=[com.google.common.util.concurrent.ImmediateFuture$ImmediateFailedFuture@18ff7ea8[status=FAILURE, cause=[java.lang.NumberFormatException: For input string: &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;&quot;&lt;/span&gt;]], com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture@3eb7c534[status=PENDING, info=[inputFuture=[com.google.common.util.concurrent.SettableFuture@430d2a1[status=PENDING]], function=[org.opendaylight.genius.infra.ManagedTransactionFactoryImpl$$Lambda$1308/1162607709@987f7aa]]]]}
java.lang.NumberFormatException: For input string: &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;&quot;&lt;/span&gt;
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:?]
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.parseLong(&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.java:589) ~[?:?]
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.valueOf(&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.java:803) ~[?:?]
	at org.opendaylight.netvirt.coe.utils.CoeUtils.buildElanInstance(CoeUtils.java:144) ~[?:?]
	at org.opendaylight.netvirt.coe.utils.CoeUtils.createElanInstanceForTheFirstPodInTheNetwork(CoeUtils.java:270) ~[?:?]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.lambda$call$0(PodListener.java:178) ~[?:?]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.lambda$callWithNewTransactionAndSubmit$3(ManagedTransactionFactoryImpl.java:89) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.applyWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:105) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.callWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:88) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedNewTransactionRunnerImpl.callWithNewReadWriteTransactionAndSubmit(ManagedNewTransactionRunnerImpl.java:81) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:176) ~[?:?]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:157) ~[?:?]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$call$2(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.jobcoordinator.internal.JobCoordinatorImpl$MainTask.runWithUncheckedExceptionLogging(JobCoordinatorImpl.java:399) ~[?:?]
	at org.opendaylight.infrautils.utils.concurrent.LoggingUncaughtThreadDeathContextRunnable.run(LoggingUncaughtThreadDeathContextRunnable.java:60) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$run$0(ClassLoaders.java:25) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.run(ClassLoaders.java:24) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$wrap$3(ClassLoaders.java:53) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) [?:?]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:?]
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:?]
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:?]
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:?]
15:12:04.445 ERROR [jobcoordinator-main-task-1] Job still failed on &lt;span class=&quot;code-keyword&quot;&gt;final&lt;/span&gt; retry: JobEntry{key=&lt;span class=&quot;code-quote&quot;&gt;&apos;kube-apiserver-coe-master.rdocloud&apos;&lt;/span&gt;, mainWorker=org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker@3ec4bb6, rollbackWorker=&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;, retryCount=3/3, futures=[com.google.common.util.concurrent.ImmediateFuture$ImmediateFailedFuture@34b7afa1[status=FAILURE, cause=[java.lang.NumberFormatException: For input string: &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;&quot;&lt;/span&gt;]], com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture@4a276137[status=SUCCESS, result=[&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;]]]}
java.lang.NumberFormatException: For input string: &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;&quot;&lt;/span&gt;
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:?]
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.parseLong(&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.java:589) ~[?:?]
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.valueOf(&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.java:803) ~[?:?]
	at org.opendaylight.netvirt.coe.utils.CoeUtils.buildElanInstance(CoeUtils.java:144) ~[?:?]
	at org.opendaylight.netvirt.coe.utils.CoeUtils.createElanInstanceForTheFirstPodInTheNetwork(CoeUtils.java:270) ~[?:?]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.lambda$call$0(PodListener.java:178) ~[?:?]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.lambda$callWithNewTransactionAndSubmit$3(ManagedTransactionFactoryImpl.java:89) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.applyWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:105) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.callWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:88) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedNewTransactionRunnerImpl.callWithNewReadWriteTransactionAndSubmit(ManagedNewTransactionRunnerImpl.java:81) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:176) ~[?:?]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:157) ~[?:?]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$call$2(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.jobcoordinator.internal.JobCoordinatorImpl$MainTask.runWithUncheckedExceptionLogging(JobCoordinatorImpl.java:399) ~[?:?]
	at org.opendaylight.infrautils.utils.concurrent.LoggingUncaughtThreadDeathContextRunnable.run(LoggingUncaughtThreadDeathContextRunnable.java:60) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$run$0(ClassLoaders.java:25) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.run(ClassLoaders.java:24) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$wrap$3(ClassLoaders.java:53) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) [?:?]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:?]
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:?]
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:?]
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:?]
15:12:04.510 ERROR [jobcoordinator-main-task-0] Job still failed on &lt;span class=&quot;code-keyword&quot;&gt;final&lt;/span&gt; retry: JobEntry{key=&lt;span class=&quot;code-quote&quot;&gt;&apos;coredns-576cbf47c7-c49sw&apos;&lt;/span&gt;, mainWorker=org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker@6a6ed20c, rollbackWorker=&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;, retryCount=3/3, futures=[com.google.common.util.concurrent.ImmediateFuture$ImmediateFailedFuture@6a702410[status=FAILURE, cause=[java.lang.NumberFormatException: For input string: &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;&quot;&lt;/span&gt;]], com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture@68d74625[status=PENDING, info=[inputFuture=[com.google.common.util.concurrent.SettableFuture@5e5bc632[status=PENDING]], function=[org.opendaylight.genius.infra.ManagedTransactionFactoryImpl$$Lambda$1308/1162607709@42b98147]]]]}
java.lang.NumberFormatException: For input string: &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;&quot;&lt;/span&gt;
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:?]
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.parseLong(&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.java:589) ~[?:?]
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.valueOf(&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.java:803) ~[?:?]
	at org.opendaylight.netvirt.coe.utils.CoeUtils.buildElanInstance(CoeUtils.java:144) ~[?:?]
	at org.opendaylight.netvirt.coe.utils.CoeUtils.createElanInstanceForTheFirstPodInTheNetwork(CoeUtils.java:270) ~[?:?]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.lambda$call$0(PodListener.java:178) ~[?:?]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.lambda$callWithNewTransactionAndSubmit$3(ManagedTransactionFactoryImpl.java:89) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.applyWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:105) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.callWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:88) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedNewTransactionRunnerImpl.callWithNewReadWriteTransactionAndSubmit(ManagedNewTransactionRunnerImpl.java:81) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:176) ~[?:?]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:157) ~[?:?]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$call$2(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.jobcoordinator.internal.JobCoordinatorImpl$MainTask.runWithUncheckedExceptionLogging(JobCoordinatorImpl.java:399) ~[?:?]
	at org.opendaylight.infrautils.utils.concurrent.LoggingUncaughtThreadDeathContextRunnable.run(LoggingUncaughtThreadDeathContextRunnable.java:60) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$run$0(ClassLoaders.java:25) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.run(ClassLoaders.java:24) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$wrap$3(ClassLoaders.java:53) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) [?:?]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:?]
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:?]
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:?]
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:?]
15:12:04.559 ERROR [jobcoordinator-main-task-1] Job still failed on &lt;span class=&quot;code-keyword&quot;&gt;final&lt;/span&gt; retry: JobEntry{key=&lt;span class=&quot;code-quote&quot;&gt;&apos;etcd-coe-master.rdocloud&apos;&lt;/span&gt;, mainWorker=org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker@4e25146b, rollbackWorker=&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;, retryCount=3/3, futures=[com.google.common.util.concurrent.ImmediateFuture$ImmediateFailedFuture@2ff557e2[status=FAILURE, cause=[java.lang.NumberFormatException: For input string: &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;&quot;&lt;/span&gt;]], com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture@26363f1a[status=SUCCESS, result=[&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;]]]}
java.lang.NumberFormatException: For input string: &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;&quot;&lt;/span&gt;
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:?]
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.parseLong(&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.java:589) ~[?:?]
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.valueOf(&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.java:803) ~[?:?]
	at org.opendaylight.netvirt.coe.utils.CoeUtils.buildElanInstance(CoeUtils.java:144) ~[?:?]
	at org.opendaylight.netvirt.coe.utils.CoeUtils.createElanInstanceForTheFirstPodInTheNetwork(CoeUtils.java:270) ~[?:?]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.lambda$call$0(PodListener.java:178) ~[?:?]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.lambda$callWithNewTransactionAndSubmit$3(ManagedTransactionFactoryImpl.java:89) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.applyWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:105) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.callWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:88) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedNewTransactionRunnerImpl.callWithNewReadWriteTransactionAndSubmit(ManagedNewTransactionRunnerImpl.java:81) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:176) ~[?:?]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:157) ~[?:?]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$call$2(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.jobcoordinator.internal.JobCoordinatorImpl$MainTask.runWithUncheckedExceptionLogging(JobCoordinatorImpl.java:399) ~[?:?]
	at org.opendaylight.infrautils.utils.concurrent.LoggingUncaughtThreadDeathContextRunnable.run(LoggingUncaughtThreadDeathContextRunnable.java:60) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$run$0(ClassLoaders.java:25) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.run(ClassLoaders.java:24) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$wrap$3(ClassLoaders.java:53) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) [?:?]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:?]
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:?]
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:?]
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:?]
15:12:04.656 ERROR [jobcoordinator-main-task-1] Job still failed on &lt;span class=&quot;code-keyword&quot;&gt;final&lt;/span&gt; retry: JobEntry{key=&lt;span class=&quot;code-quote&quot;&gt;&apos;kube-controller-manager-coe-master.rdocloud&apos;&lt;/span&gt;, mainWorker=org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker@57e9cc32, rollbackWorker=&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;, retryCount=3/3, futures=[com.google.common.util.concurrent.ImmediateFuture$ImmediateFailedFuture@31091ce8[status=FAILURE, cause=[java.lang.NumberFormatException: For input string: &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;&quot;&lt;/span&gt;]], com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture@34c6076c[status=SUCCESS, result=[&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;]]]}
java.lang.NumberFormatException: For input string: &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;&quot;&lt;/span&gt;
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:?]
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.parseLong(&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.java:589) ~[?:?]
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.valueOf(&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.java:803) ~[?:?]
	at org.opendaylight.netvirt.coe.utils.CoeUtils.buildElanInstance(CoeUtils.java:144) ~[?:?]
	at org.opendaylight.netvirt.coe.utils.CoeUtils.createElanInstanceForTheFirstPodInTheNetwork(CoeUtils.java:270) ~[?:?]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.lambda$call$0(PodListener.java:178) ~[?:?]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.lambda$callWithNewTransactionAndSubmit$3(ManagedTransactionFactoryImpl.java:89) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.applyWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:105) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.callWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:88) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedNewTransactionRunnerImpl.callWithNewReadWriteTransactionAndSubmit(ManagedNewTransactionRunnerImpl.java:81) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:176) ~[?:?]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:157) ~[?:?]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$call$2(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.jobcoordinator.internal.JobCoordinatorImpl$MainTask.runWithUncheckedExceptionLogging(JobCoordinatorImpl.java:399) ~[?:?]
	at org.opendaylight.infrautils.utils.concurrent.LoggingUncaughtThreadDeathContextRunnable.run(LoggingUncaughtThreadDeathContextRunnable.java:60) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$run$0(ClassLoaders.java:25) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.run(ClassLoaders.java:24) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$wrap$3(ClassLoaders.java:53) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) [?:?]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:?]
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:?]
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:?]
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:?]
15:12:04.632 ERROR [jobcoordinator-main-task-0] Job still failed on &lt;span class=&quot;code-keyword&quot;&gt;final&lt;/span&gt; retry: JobEntry{key=&lt;span class=&quot;code-quote&quot;&gt;&apos;kube-scheduler-coe-master.rdocloud&apos;&lt;/span&gt;, mainWorker=org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker@29827da4, rollbackWorker=&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;, retryCount=3/3, futures=[com.google.common.util.concurrent.ImmediateFuture$ImmediateFailedFuture@7b36f0df[status=FAILURE, cause=[java.lang.NumberFormatException: For input string: &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;&quot;&lt;/span&gt;]], com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture@7bdcc3dd[status=PENDING, info=[inputFuture=[com.google.common.util.concurrent.SettableFuture@75e1d658[status=PENDING]], function=[org.opendaylight.genius.infra.ManagedTransactionFactoryImpl$$Lambda$1308/1162607709@4fb4ea1d]]]]}
java.lang.NumberFormatException: For input string: &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;&quot;&lt;/span&gt;
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:?]
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.parseLong(&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.java:589) ~[?:?]
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.valueOf(&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;.java:803) ~[?:?]
	at org.opendaylight.netvirt.coe.utils.CoeUtils.buildElanInstance(CoeUtils.java:144) ~[?:?]
	at org.opendaylight.netvirt.coe.utils.CoeUtils.createElanInstanceForTheFirstPodInTheNetwork(CoeUtils.java:270) ~[?:?]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.lambda$call$0(PodListener.java:178) ~[?:?]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.lambda$callWithNewTransactionAndSubmit$3(ManagedTransactionFactoryImpl.java:89) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.applyWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:105) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.callWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:88) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.genius.infra.ManagedNewTransactionRunnerImpl.callWithNewReadWriteTransactionAndSubmit(ManagedNewTransactionRunnerImpl.java:81) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:176) ~[?:?]
	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:157) ~[?:?]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$call$2(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.jobcoordinator.internal.JobCoordinatorImpl$MainTask.runWithUncheckedExceptionLogging(JobCoordinatorImpl.java:399) ~[?:?]
	at org.opendaylight.infrautils.utils.concurrent.LoggingUncaughtThreadDeathContextRunnable.run(LoggingUncaughtThreadDeathContextRunnable.java:60) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$run$0(ClassLoaders.java:25) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.run(ClassLoaders.java:24) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$wrap$3(ClassLoaders.java:53) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) [?:?]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:?]
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:?]
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:?]
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:?]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="31170">NETVIRT-1532</key>
            <summary>NFE in CoeUtils.buildElanInstance()</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <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="10002">Duplicate</resolution>
                                        <assignee username="k.faseela">Faseela K</assignee>
                                    <reporter username="vorburger">Michael Vorburger</reporter>
                        <labels>
                    </labels>
                <created>Wed, 5 Dec 2018 15:15:19 +0000</created>
                <updated>Thu, 13 Dec 2018 16:29:42 +0000</updated>
                            <resolved>Thu, 13 Dec 2018 08:10:21 +0000</resolved>
                                                    <fixVersion>Neon</fixVersion>
                                    <component>coe</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="65984" author="faseela.k@ericsson.com" created="Thu, 13 Dec 2018 08:10:21 +0000"  >&lt;p&gt;This is already fixed by&#160;&lt;a href=&quot;https://jira.opendaylight.org/browse/NETVIRT-1533&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.opendaylight.org/browse/NETVIRT-1533&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="30965">COE-10</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="31163">COE-36</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="31173">NETVIRT-1533</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03lbr:</customfieldvalue>

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