Bug 1487791
| Summary: | Thread terminated due to uncaught NullPointerException | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Sai Sindhur Malleni <smalleni> |
| Component: | opendaylight | Assignee: | Sam Hague <shague> |
| Status: | CLOSED ERRATA | QA Contact: | Sai Sindhur Malleni <smalleni> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 12.0 (Pike) | CC: | mkolesni, nyechiel, shague, trozet |
| Target Milestone: | beta | Keywords: | Triaged |
| Target Release: | 13.0 (Queens) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | scale_lab | ||
| Fixed In Version: | opendaylight-8.0.0-3.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
N/A
|
|
| Last Closed: | 2018-06-27 13:36:15 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Sam, This appears to have been fixed upstream. Can you please check and update the bug accordingly? I can confirm that this specific NullPointer Exception has not bee seen with OSP13 + Oxygen. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2018:2086 |
Description of problem: When running a Browbeat+Rally use case which does: Create a network Create a sbunet Create a router Attach router to subnet and oublic network Boot VM with floating IP Ping VM with concurrency 8 and times set to 50 we see that some VMs remain unpingable even after 300 seconds and we see a lot of the following exceptions in karaf logs 2017-09-01 12:19:16,060 | ERROR | eChangeHandler-5 | AsyncDataTreeChangeListenerBase | 319 - org.opendaylight.genius.mdsalutil-api - 0.2.2.Carbon | Thread terminated due to uncaught exception: AsyncDataTreeChangeListenerBase-DataTreeChangeHandler-5 java.lang.NullPointerException at org.opendaylight.netvirt.vpnmanager.VpnUtil.getIsExternal(VpnUtil.java:1695)[360:org.opendaylight.netvirt.vpnmanager-impl:0.4.2.Carbon] at org.opendaylight.netvirt.vpnmanager.SubnetmapChangeListener.update(SubnetmapChangeListener.java:107)[360:org.opendaylight.netvirt.vpnmanager-impl:0.4.2.Carbon] at org.opendaylight.netvirt.vpnmanager.SubnetmapChangeListener.update(SubnetmapChangeListener.java:29)[360:org.opendaylight.netvirt.vpnmanager-impl:0.4.2.Carbon] at org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase$DataTreeChangeHandler.run(AsyncDataTreeChangeListenerBase.java:160)[319:org.opendaylight.genius.mdsalutil-api:0.2.2.Carbon] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)[:1.8.0_141] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)[:1.8.0_141] at java.lang.Thread.run(Thread.java:748)[:1.8.0_141] Version-Release number of selected component (if applicable): ODL Caarbon+OSP12 opendaylight/6.2.0-0.1.20170829rel1948.el7.noarch python-networking-odl-11.0.0-0.20170806093629.2e78dca.el7ost.noarch How reproducible: 100% Steps to Reproduce: 1. Deploy overcloud with ODL 2. Run custom Browbeat+Rally plugin which boots vm and pings floatingip 3. Actual results: Tracebacks in karaf logs Expected results: No tracebacks in karaf Additional info: