Shuva, There’s an open bug with the details and logs https://bugs.opendaylight.org/show_bug.cgi?id=6908 I’ve set the log level to DEBUG and repro the scenario, but no DEBUG messages were printed in the log.
Arnon From: [email protected] [mailto:[email protected]] On Behalf Of Shuva Jyoti Kar Sent: יום ב 10 אוקטובר 2016 11:18 To: Sela, Guy <[email protected]>; [email protected]; [email protected]; controller-dev <[email protected]> Subject: Re: [openflowplugin-dev] Error processing port status message Guy, Seeing the logs, I guess its stable/Boron. The error message occurs when we try to update the port status to the Operational Datastore, but the write Transaction fails. We do have a retry mechanism for the same but still it fails after 3 retries. I donot think that the transaction chain is closed , but we can verify that by enabling debug logs for TransactionChainManager as log:set DEBUG org.opendaylight.openflowplugin.impl.device.TransactionChainManager and check whether the log message in line 227 gets printed. However do let us know on how you ended up in this error. Thanks Shuva From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Sela, Guy Sent: Monday, October 10, 2016 1:01 PM To: [email protected]<mailto:[email protected]>; [email protected]<mailto:[email protected]>; controller-dev Subject: [openflowplugin-dev] Error processing port status message Hi, Does anyone know what can cause this? 2016-10-09 07:07:17,263 | WARN | ntLoopGroup-9-15 | DeviceContextImpl | 265 - org.opendaylight.openflowplugin.impl - 0.3.0.SNAPSHOT | Error processing port status message for port 13 on device Uri [_value=openflow:79818282140722] : java.lang.IllegalStateException: Previous transaction member-1-datastore-operational-fe-0-chn-591-txn-6 is not ready yet 2016-10-09 07:07:17,364 | WARN | Thread-16795 | DeviceContextImpl | 265 - org.opendaylight.openflowplugin.impl - 0.3.0.SNAPSHOT | Error processing port status message for 0 on port 13 on device Uri [_value=openflow:79818282140722] : java.lang.IllegalStateException: Previous transaction member-1-datastore-operational-fe-0-chn-591-txn-6 is not ready yet 2016-10-09 07:07:17,475 | WARN | Thread-16795 | DeviceContextImpl | 265 - org.opendaylight.openflowplugin.impl - 0.3.0.SNAPSHOT | Error processing port status message for 1 on port 13 on device Uri [_value=openflow:79818282140722] : java.lang.IllegalStateException: Previous transaction member-1-datastore-operational-fe-0-chn-591-txn-6 is not ready yet 2016-10-09 07:07:17,576 | WARN | Thread-16795 | DeviceContextImpl | 265 - org.opendaylight.openflowplugin.impl - 0.3.0.SNAPSHOT | Error processing port status message for 2 on port 13 on device Uri [_value=openflow:79818282140722] : java.lang.IllegalStateException: Previous transaction member-1-datastore-operational-fe-0-chn-591-txn-6 is not ready yet 2016-10-09 07:07:17,576 | WARN | Thread-16795 | DeviceContextImpl | 265 - org.opendaylight.openflowplugin.impl - 0.3.0.SNAPSHOT | Failed to update port status for port 13 on device Uri [_value=openflow:79818282140722] even after 3 retries Thanks, Guy Sela
_______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
