Details
-
Bug
-
Status: Resolved
-
Medium
-
Resolution: Done
-
None
-
None
-
None
Description
this is working ok in magnesium
Multiple problems may be happening and I have not spent time digging too deep. One
issue is that a POST to add-person rpc is timing out after 5 seconds.
another thing that stood out was this in the karaf.logs:
2020-06-08T03:03:09,907 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-37 | RpcRegistry | 294 - org.opendaylight.controller.sal-clustering-commons - 2.0.1 | Actor termination Terminated(Actor[akka.tcp://opendaylight-cluster-data@10.30.170.91:2550/user/rpc/broker#625190870]) received 2020-06-08T03:03:10,461 | INFO | Framework stop | OvsdbDataTreeChangeListener | 444 - org.opendaylight.ovsdb.southbound-impl - 1.11.0.SNAPSHOT | OVSDB topology listener has been closed. 2020-06-08T03:03:10,460 | WARN | transaction-invoker-impl-0 | TransactionInvokerImpl | 444 - org.opendaylight.ovsdb.southbound-impl - 1.11.0.SNAPSHOT | Extracting commands was interrupted. java.lang.InterruptedException: null at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) ~[?:?] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2090) ~[?:?] at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433) ~[?:?] at org.opendaylight.ovsdb.southbound.transactions.md.TransactionInvokerImpl.extractCommandsFromQueue(TransactionInvokerImpl.java:217) ~[bundleFile:?] at org.opendaylight.ovsdb.southbound.transactions.md.TransactionInvokerImpl.extractCommands(TransactionInvokerImpl.java:210) ~[bundleFile:?] at org.opendaylight.ovsdb.southbound.transactions.md.TransactionInvokerImpl.run(TransactionInvokerImpl.java:112) [bundleFile:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:834) [?:?] 2
another problem was a 500 response
with the error being:
{"errors":{"error":[{"error-type":"application","error-tag":"operation-not-supported","error-message":"No implementation of RPC AbsoluteSchemaPath{path=[(urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car-purchase?revision=2014-08-18)buy-car]} available"}]}}