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: openflowplugin-dev-boun...@lists.opendaylight.org [mailto:openflowplugin-dev-boun...@lists.opendaylight.org] On Behalf Of Sela, Guy Sent: Monday, October 10, 2016 1:01 PM To: openflowplugin-...@lists.opendaylight.org; mdsal-...@lists.opendaylight.org; 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
_______________________________________________ controller-dev mailing list controller-dev@lists.opendaylight.org https://lists.opendaylight.org/mailman/listinfo/controller-dev