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