16:01:48 #startmeeting Kernel Projects Call 16:01:48 Meeting started Tue Jun 25 16:01:48 2019 UTC. The chair is rovarga_. Information about MeetBot at http://ci.openstack.org/meetbot.html. 16:01:48 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 16:01:48 The meeting name has been set to 'kernel_projects_call' 16:01:53 #chair rovarga skitt 16:01:53 Warning: Nick not in channel: rovarga 16:01:53 Warning: Nick not in channel: skitt 16:01:53 Current chairs: rovarga rovarga_ skitt 16:02:07 #chair rovarga_ skitt 16:02:07 Current chairs: rovarga rovarga_ skitt 16:02:19 #topic Clustering in ODL 16:02:34 #info the default datastore is the clustered datastore 16:02:51 #info by default it replicates data across all nodes and provides access to the data across the cluster 16:04:10 #info for any single piece of data, there is a single master in the cluster 16:04:19 #info any modification goes through the master (leader) 16:04:33 #info leaders are chosen per shard 16:05:24 #info from the developer's perspective, if you write a transaction and submit it, you get a future which succeeds when the data is persisted 16:05:53 #info in the current implementation, success is indicated when the data is stored in a majority of the nodes (cluster consensus) — but that's an implementation detail 16:06:15 #info the contract is that when the future succeeds, the data is securely stored (barring operator error as always) 16:09:38 #info if you kill the leader, before a transaction succeeds, the transaction will eventually fail 16:11:15 #info after a transaction succeeds, before the success message was sent, the committing client will receive a failure, but the data is actually there 16:16:14 #topic OpenFlowPlugin reviews 16:16:21 #info rovarga_ has a few patches stuck in limbo 16:16:45 #info Ericsson committers only +1 patches apparently, and when Anil doesn't merge patches nothing happens 16:17:22 #action LuisGomez to bring this up in next Monday's call 16:18:04 #topic https://jira.opendaylight.org/browse/MDSAL-456 16:18:23 #link https://git.opendaylight.org/gerrit/82558 16:22:01 #topic karaf-4.2.6 16:24:49 #info with Karaf 4.2.6, there's a wiring issue between Akka persistence and LevelDB 16:25:03 #info starting LevelDB first, and then persistence, works 16:25:11 #info starting persistence on its own, then something else, works 16:25:18 #info starting everything in one go fails 16:25:57 #info triggering a bundle refresh later on fixes everything 16:26:17 #info so it looks like feature:install with optional imports, skips a propagation path 16:26:35 #info it feels like a resolver bug 16:28:29 #action skitt to check whether Karaf 4.2.5 + the Equinox downgrade works with multipatch 16:34:31 #topic MD-SAL simple patches 16:34:45 #info rovarga_ merged a few of Michael's patches, the remaining ones need quite a lot of rework 16:36:00 #topic archetypes 16:37:09 #info we'll skip all the Fluorine SRs until SR3 16:37:16 #info the first proper archetypes release will be 1.0.3 16:37:18 #info fluorine jobs are suspended pending SR3 activities 16:47:26 #endmeeting