15:55:15 #startmeeting kernel projects 15:55:15 Meeting started Tue Aug 28 15:55:15 2018 UTC. The chair is rgoulding. Information about MeetBot at http://ci.openstack.org/meetbot.html. 15:55:15 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:55:15 The meeting name has been set to 'kernel_projects' 15:55:17 #topic agenda bashing 15:55:38 #info DataBroker (or DOMStore) test suite (“TCK” ?) for all impls 15:55:47 #info DOMStore base impl to share beetween InMemoryDOMDataStore and alt impl? 15:55:54 #link https://jira.opendaylight.org/browse/NETCONF-101 15:55:57 #link https://jira.opendaylight.org/browse/NETCONF-213 16:01:30 I'm joining .. 16:05:14 #info remove blueprint plugin generatedDir 16:06:01 #topic blueprint plugin generated 16:06:04 #undo 16:06:04 Removing item from minutes: 16:06:12 #topic blueprint plugin generatedDir removal 16:06:21 #link https://git.opendaylight.org/gerrit/#/c/75180/ 16:07:43 #info the basic premise is to get rid of src/main/resource/org/opendaylight/blueprint in favor of standard OSGI-INF 16:09:33 #info also gets rid of Import-Service and Export-Service from the bundle manifest 16:09:45 #info during maven-bundle-plugin 16:10:52 #info our custom generatedDir will be honored for backwards compatibility for now 16:12:02 #info this will come in 4.0.0 of odlparent 16:14:19 #info vorburger says if it works he is for pushing it in 16:18:59 #info the backwards compatibility mentioned above is only at runtime; when we migrate to odlparent 4.0.0 then we will have to move everything to OSGI-INF 16:20:10 #topic clustering update 16:21:49 #info NETVIRT-1324 16:21:53 #link https://jira.opendaylight.org/projects/NETVIRT/issues/NETVIRT-1324?filter=allopenissues 16:22:21 #info shague updated and said it still has WARN in controller 16:22:43 #info the application is doing retries, but there are still WARN logs 16:23:08 #info emitted from LocalThreePhaseCommitCohort 16:24:12 #info the issue is that the application handles this, but the log is then misleading 16:24:23 #info since the application actually looks at the returned Future 16:24:48 #info should we close this bug since the logging is considered normal 16:25:32 #info shague says the WARN is okay. Wants to leave open since he wants to work through the test surrounding this. The controller emitting warn is fine 16:26:54 #info vorburger to put explanation as to why the WARN from opendaylight-cluster-data-akka.actor is fine 16:27:08 #info where was this discussion originally had? we should link that in to the bug 16:27:53 #link https://jira.opendaylight.org/browse/CONTROLLER-1855 16:28:25 #info we can get back to whether this should be WARN or DEBUG in a later discussion. 16:29:12 #topic DataBroker (or DOMStore) test suite ("TCK" ?) for all impls 16:29:22 #info vorburger doesn’t care about htis one as much 16:29:30 #topic DOMStore base impl to share beetween InMemoryDOMDataStore and alt impl? 16:30:03 #info the question vorburger has is that he has toyed with implementing a new DOMDataStore, and found out he was copying/pasting a lot of code from InMemoryDomDataStore 16:30:16 #info he couldn’t extend it so he copied/pasted 16:30:32 #info should there be an SPI for implementing DOMDataStore where this code could be reused 16:31:00 #info DOMStore not DOMDataStore above ^^^ 16:31:26 #info should there be something common for implementors of DOMStore 16:32:45 #link https://github.com/opendaylight/mdsal/blob/master/dom/mdsal-dom-inmemory-datastore/src/main/java/org/opendaylight/mdsal/dom/store/inmemory/InMemoryDOMDataStore.java 16:32:55 #info vorburger to follow up with this offline 16:33:24 #info reasons why he had to copy/paste and why he couldn’t extend 16:33:34 #info most people would require digging back in to answer anyway 16:33:56 #topic NETCONF-101 16:34:21 #link https://jira.opendaylight.org/browse/NETCONF-101 16:35:22 #topic NETCONF-213 16:37:43 #info ryan to update oltu patch 16:37:46 #endmeeting