17:08:52 #startmeeting 17:08:52 Meeting started Mon Mar 17 17:08:52 2014 UTC. The chair is colindixon. Information about MeetBot at http://wiki.debian.org/MeetBot. 17:08:52 Useful Commands: #action #agreed #help #info #idea #link #topic. 17:09:05 #topic TWS call looking at MD-SAL with a focus on the new datastore 17:09:33 #info in 17:13:38 #topic issues we're looking to solve 17:14:35 #info we don't have a way to do atomic operations on subtrees, i.e., transactions 17:15:03 #info we don't have a way to do asynchronous reads/writes to the MD-SAL 17:16:02 #info at the same time, we'd like to improve read/write throughput 17:18:26 #info Jan states at the current point in time, there is no consideration for clustering, it is node-local, in-memory. Jan points out that in the future, we could add clustering behavior in a variety of ways. 17:24:40 please look at jboss tree cache 17:24:41 http://docs.jboss.org/jbosscache/1.4.0/TreeCache/en/html_single/ 17:28:29 #topic possible solutions 17:29:07 #link http://docs.jboss.org/jbosscache/1.4.0/TreeCache/en/html_single/ GiovanniMeo points out that there is a TreeCache in the JBOSS framework which is related to the Infinispan that we use 17:29:58 #info there is discussion about how much we need to worry about clustering in the API now, colindixon points out that some APIs are easy to make cluster related, others are not so much and that transactions on trees one that is pretty hard 17:31:09 haha 17:31:12 more coherent 17:31:50 (not on call, but lurking) wondering if we need to allow the caller to specify constraints around a call to know when a call should go over the wire or not. for a cluster on a LAN this may not be as much of an issue as when it may go over the WAN to another cluster. 17:33:10 #info colindixon points out that if you want to have distributed transactions where data items are structurally inter-related, i.e., trees, the typical solution to avoid miserable performance is to partition the structure in a way that there are enough independent partitions to avoid contention, but then disallow cross-partition transactions 17:33:45 dbainbri: it's been touched on. more from the point that those details (operation latency) is important and hidden when focused on a transparent api 17:34:22 #link http://infinispan.org/docs/6.0.x/user_guide/user_guide.html#_tree_api_module for infinispan tree api 17:34:32 cdub_: thanks, always worries when systems think they are smart enough to hide from client when to go over the wire. 17:35:48 dbainbri: agree 17:35:56 brainbri: i totally agree in fact i believe when crossing a node 17:36:12 you should not really see that as painless RPC 17:36:27 because else you would fall in the error 17:36:33 that ok will cost nothing 17:37:10 #topic next steps 17:39:29 #info it seems as though there are two issues: first, fixing the core performance of the MD-SAL data store for a stability release. second, figuring out the data store in the clustered and/or distributed environment in the longer term. 17:40:59 #info in the short-run, we need to fix the performance and the current plan of record to attack that is allowing for asynchronous reads and writes 17:42:07 #info a thread running through the whole call is to what degree it is possible (or even desirable) to hide when operations span multiple controller instances 17:44:01 others should feel free to #info things here 17:44:10 I'm just trying to get the core things down 17:49:51 Well we need to 17:50:11 that won't work 17:50:18 services share underlying objects 17:50:42 cdub_: I know 17:52:40 #info colindixon asks about why the atomic subtree operations is listed here? is it a performance issue? or just a feature we'd like to have? 17:53:11 garbage collection isn't free 17:53:34 #info the answer appears to be that there is a belief that by doing static snapshots, we will allow for many reads simultaneously which should improve performance 17:53:52 cdub_: that is very true and something we haven't paid enough attention to 17:56:45 should we continue this discussion sometime this week only 17:57:37 does this mean that the static snapshots are outside the implementation (or implemented on top of) the underlying datastore? in other words, if someone implemented storage using MongoDB or Neo how would this interact with the snapshots? 17:57:46 (yes, i should be on the call, but can't) 17:58:16 #topic the actual API 17:58:28 #link https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Architecture:DOM_DataStore this is the document which was being discussed 17:59:01 and another pun...somehting that should be hashed out 17:59:28 can somebody give me the link to what Jan is projecting right now 17:59:36 https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Architecture:DOM_DataStore 18:00:30 #link https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Architecture:DOM_DataStore:Transactions this page includes links to the effective API that's being proposed (in gerrit) 18:02:30 #info colindixon notes that the scope, i.e., subtree in which the transaction operates, is implicit in the api while the transaction type, i.e., read, write or read/write, is explicit and is curious why 18:02:35 #topic for next time 18:02:36 #info another call to be schedule w/thin the next week 18:02:52 #info a plea for a concrete usecase to validate model against _before_ that call 18:03:09 #info colin also asks for some update as to the plan and coding 18:03:16 end of meeting: going once 18:03:22 (thanks for the help cdub_) 18:03:38 you bet, sorry i didn't capture more 18:03:38 end of meeting: going twice 18:03:54 and done 18:03:57 #endmeeting