15:59:14 #startmeeting kernel projects 15:59:14 Meeting started Tue Jun 19 15:59:14 2018 UTC. The chair is rgoulding. Information about MeetBot at http://ci.openstack.org/meetbot.html. 15:59:14 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:59:14 The meeting name has been set to 'kernel_projects' 15:59:18 #topic agenda bashing 15:59:25 #info odlparent-3.1.2 timing 15:59:30 #info odlparent 3.2.0 15:59:43 #info odlparent-4.0.0: karaf 4.2.X in Neon? 16:05:37 skitt: planning to join? 16:05:40 vorburger: likewise? 16:05:51 rgoulding, yes 16:05:55 skitt: yes 16:06:01 rgoulding, tomp too 16:06:14 skitt: dropping off netvirt call now 16:08:45 #info clustering topics contd. from netvirt call 16:09:04 #topic odlparent 3.1.2 16:09:17 #info skitt has a multipatch running and release notes prepared 16:09:39 #info rovarga to submit patch to disable SFT on Java9+ 16:09:44 #info one more patch is expected 16:09:48 #info then it should be released 16:09:55 #topic odlparent 3.2.0 16:10:16 #info fluroine? beyond? 16:10:33 #undo 16:10:33 Removing item from minutes: 16:10:40 #info Fluorine or beyond? 16:10:46 #info the integration window has gone 16:10:56 #info vorburger is not pushing for Fluorine 16:11:17 #info live with this for Fl 16:11:26 #topic odlparent 4.0.0 16:11:31 #info includes karaf-4.2.X 16:11:36 #info expect to be in Neon 16:11:41 #info guave 26 or 27 16:11:44 #undo 16:11:44 Removing item from minutes: 16:11:48 #info guava 26 / 27 16:11:57 #info what is the compatibility? 16:12:24 #info Java 9 requires karaf 4.2.X 16:12:35 #info given the timeline, skitt brings up looking at java 10 for Neon 16:12:52 #info rovarga unsure about how to spin the java upgrade 16:13:04 #info in sept java 11 will hit 16:13:11 #info oracle will pick up java 11 as LTS 16:13:19 #info how will we handle runtime compat? 16:13:25 #info as well as source code compat going forward 16:13:55 #info so we can run verify jobs with java 9/10 to get some meaningful output so we can even think about upgrade 16:14:38 #info java9/10 compat is needed for Neon timeframe, as well as enabling a full developer environment on top of it. However, we should require java 8 compat, according to skitt 16:14:57 #info vorburger brings up how much variability we wnat to support going forward 16:16:06 #info rovarga brings up the fact that not too many projects are actually using JVM internals particular to a particular JVM flavor/version 16:16:20 #info so we may not have an explosion in our testing matrix 16:17:06 #info w/ JVM releases every 6 months, the compat matrix will explode 16:17:19 #info we will need some strategy to prune jvms to not get stuck 16:17:49 #info rovarga is in favor of keeping the test matrix as small as possible 16:19:04 #info vorburger expresses desire to avoid overhead by picking too many 16:19:25 #info we need a release that supports 2 JDKs simultaneously before we bump the requirements 16:19:52 #info telcos generally require a longer support for two releases in order to qualify new java releases 16:20:06 #info locking down into a potentially broken jdk needs to be avoided 16:21:56 #topic clustering cont’d from netvirt call 16:22:29 #info skitt there was discussion in netvirt call surrounding clustering 16:22:40 #info there are some issues with 3 node csit for netvirt/controller 16:22:50 #info want to focus on fixing those bugs 16:24:10 #info plan is to tackle things on two angles. 1) look at actual failures that are understandable/reproducible. fix in targeted manner. 2) figure out the bad practices in code wrt clustering behavior (how transactions are built, etc.) and figure out ways to prevent making these same mistakes in the future (maybe APIs can be improved) 16:24:25 #info for point #2, there are a number of questions brought up on best-practices 16:24:40 #info i.e., what are the impacts of having a transaction on 1 shard versus many shards. 16:24:54 #info how can we deal with code that writes to config/operational in the same transaction? 16:25:16 #info split up application logic so it is writing to only config or operational 16:25:37 #info rovarga writing config/operational at the same time has been deprecated for 4 years and it is going away. it does not make any sense to do so 16:25:46 #info they are not an atomic entity 16:26:07 #link early patch set to enforce config/operational split: https://git.opendaylight.org/gerrit/73041 16:26:15 #info you should be writing to config DS and then write to operational once the config write has completed 16:26:47 #info there hasn’t been a use case brought up for this 16:27:08 #info rovarga has asked several times, and no one has come back with a use case that actually requires this functionality 16:27:23 #action daya to come back with use case for this in the future 16:27:26 #link example patchset under discussion, with blind config/operational split: https://git.opendaylight.org/gerrit/72871 16:28:18 #info operational state needs to be derived from configuration state separately 16:29:17 #action daya to ask the original authors why they decided to write the code this way 16:29:45 #info this may just be a misuse of the technology due to lack of understanding 16:29:50 * rovarga_ bets ^^^ is the case here :) 16:29:51 #info and not an true use case 16:30:06 * skitt wouldn't bet against rovarga_ 16:31:17 #info rovarga brings up that if we plan to stay current with ietf network data store architecture, we must treat the data stores as separate entitites 16:31:37 #info that architecture was based on ODL, so shoudl be possible 16:31:56 #link https://git.opendaylight.org/gerrit/#/c/73041/ 16:32:03 #link https://tools.ietf.org/html/rfc8342 NMDA 16:34:09 #info another thing that NETVIRT team has been thinking about for a while is how to deal with shards 16:35:14 #info skitt poses question how hard it would be to have something that says, I want a transaction, and I’m going to be reading and writing from these subtrees 16:35:23 #info tpantelis and rovarga bring up that this is the producer API 16:36:17 #link https://github.com/opendaylight/mdsal/blob/master/dom/mdsal-dom-api/src/main/java/org/opendaylight/mdsal/dom/api/DOMDataTreeProducerFactory.java 16:38:08 #link see also https://github.com/opendaylight/mdsal/blob/master/dom/mdsal-dom-api/src/main/java/org/opendaylight/mdsal/dom/api/DOMDataTreeProducer.java 16:40:42 #info there is some revisiting that is needed to this code, but this is basically what Stephen was wondering about 16:45:31 #info these add a performance boost as well 16:47:42 #topic tell-based protocol 16:47:51 #info what is the status of this? 16:48:17 #info daya asks if it is mature enough to move to the tell-based protocol or at least start exploring the migration 16:48:44 #info luis brings up the fact that he tried in openflowplugin and that he had to disable it because it iddnt improve performance 16:48:56 #info tpantelis brings up that it won’t necessary improve perforamnce, its more around resiliency 16:49:11 #info i.e., eliminate possibility of AskTimeoutException 16:50:01 #info somebody needs to pick this up and drive benchmarking and testing 16:50:16 #info in Carbon this increased performance, decreased in Nitrogen+ when Luis tested. 16:50:40 #info we need to ensure that all patches were moved from Carbon into Nitrogen+ (look at git logs) 16:52:54 #info rovarga brings up that bgpcep with a single node performed markedly better 16:53:18 #info Luis asks if this applies to single node to? 16:53:20 #info it does 17:00:30 #link https://lists.opendaylight.org/pipermail/controller-dev/2016-January/011401.html 17:00:37 companion to producer/consumer 17:00:59 #endmeeting