14:10:47 #startmeeting OF Plugin daily scrum Aug-8 14:10:47 Meeting started Fri Aug 8 14:10:47 2014 UTC. The chair is abhijitkumbhare. Information about MeetBot at http://ci.openstack.org/meetbot.html. 14:10:47 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:10:47 The meeting name has been set to 'of_plugin_daily_scrum_aug_8' 14:10:55 #info edwarnicke 14:11:02 #info oflibMichal 14:11:09 #info abhijitkumbhare 14:11:43 Sorry guys - I was just adding some of the action items to the Trello 14:11:51 phrobb1: Nobody is fooled by your new alias ;) 14:12:08 abhijitkumbhare: Could you #link in the Trello ? 14:12:26 #linbk https://trello.com/b/TtnyEJZr/helium-release 14:12:32 #link https://trello.com/b/TtnyEJZr/helium-release 14:12:52 #info kamal_rameshan 14:12:58 abhijitkumbhare: Coffee.. I recommend coffee :) 14:13:06 Yes :-) 14:13:48 Although - I am finding driving in to the office before 7 am very refreshing :-) 14:13:59 Less traffic 14:14:01 abhijitkumbhare: Shall we start with a quick agenda bashing topic ? #topic Agenda Bashing ? 14:14:15 #topic Agenda Bashing 14:14:16 abhijitkumbhare: What is this 'office' of which you speak ;) 14:14:37 abhijitkumbhare: I presume as the keeper of the Trello you have some suggestions for the agenda? 14:14:41 I know - you work from home guys have it so nice :-) 14:14:56 Just going over the action items 14:15:24 Were we done on "Jan's scripts against https://git.opendaylight.org/gerrit/#/c/8174"? 14:15:40 Yesterday - I mean 14:15:48 Yes - we were 14:15:57 We were going to merge it 14:16:14 Is that merged edwarnicke ? 14:16:46 That was one of the actions: edwarnicke to review (and unless there is a bad late breaking issue) merge https://git.opendaylight.org/gerrit/#/c/8174/ 14:17:04 It is not merged 14:17:07 OK 14:17:08 Downloading to try it out now 14:17:11 OK 14:17:24 abhijitkumbhare: Maybe we should queue up the agenda first and then run through it 14:17:31 Sure 14:17:41 I think the items for the agenda are: 14:17:44 Sort of walk through the items in Trello during the Agenda Bashing topic and then see if anything is missing 14:17:52 Could you #info them? 14:18:08 #info Agenda items 14:18:18 #info 1) Going thru the Trello actions 14:18:57 #info 2) Performance discussions continued 14:19:06 #info 3) Bugs list 14:19:20 Meant bug scrub 14:19:38 abhijitkumbhare: #undo will remove the last #ed action so you can redo it 14:19:40 #info 4) Any follow up on the VTN problems? 14:20:00 Anything else? 14:20:00 Folks... anything else? 14:20:04 LOL 14:20:12 That sounds good to me 14:20:45 So - how do we change topic - by #topic? 14:20:54 Just #topic 14:21:05 #topic Trello actions 14:21:29 Before I do that - how do I add chairs ? 14:22:08 You can do #chair 14:22:20 #chair edwarnicke , kamal_rameshan , oflibMichal , vishnoianil 14:22:20 Current chairs: abhijitkumbhare edwarnicke kamal_rameshan oflibMichal vishnoianil 14:23:23 The trello action: Avishnoi review https://git.opendaylight.org/gerrit/#/c/8174 14:23:31 That is done - correct? 14:23:57 Moving it to done 14:24:05 abhijitkumbhare: Could you #info that? 14:24:20 The stuff that is #info ed bubbles up to the summary for the topic 14:24:33 #info moving to done trello action: Avishnoi review https://git.opendaylight.org/gerrit/#/c/8174 14:25:06 #info NXM stats issue - vishnoianil to look at on Tuesday 14:25:11 I dont see visnoianil in the #info, not sure he joined 14:25:47 I see him online - but not joined I guess 14:25:53 kamal_rameshan: True... but he +1ed the patch :) 14:26:26 kamal_rameshan - anything about "Action ordering bug: https://bugs.opendaylight.org/show_bug.cgi?id=1338 there is a partial fix at https://git.opendaylight.org/gerrit/#/c/9214/"? 14:26:45 I have tested the patch. It works, 14:26:52 kamal_rameshan: There is a *decent* chance that simply works 14:26:58 I hve also modified the patch to make it generic 14:27:00 :-) 14:27:09 and given it for review 14:27:11 OK 14:27:15 kamal_rameshan: That is awesome... I was going to ask next that we look at *other* ordered things :) 14:27:35 edwarnicke: it takes care of action 14:27:44 instruction and tablefeatures as of now 14:27:52 kamal_rameshan: I am sorry to say this 14:28:08 kamal_rameshan: Hang on... let me think 14:28:35 So - kamal_rameshan - is there anything else it needs to take care of? 14:28:56 kamal_rameshan: I need to ask a couple of questions on this to understand if it gets past API freeze 14:29:01 edwarnicke: i dont think so 14:29:38 It *looks* like what you did will result only in the creation of a new interface Ordered 14:29:53 Yes, to make it generic. 14:30:05 So that all ordered items will have one comparator 14:30:09 And that everyplace we had a getOrder setOrder still has a getOrder setOrder 14:30:28 So this looks like its simply an interface add 14:30:46 in the controller , yes 14:30:51 so we are good - right? 14:31:14 edwarnicke: you can push your review comments and i can address them 14:31:25 abhijitkumbhare: I think this will be fine, but in the spirit of making folks comfortable... I'd kind of like to run it quickly through the API change process to let folks know 14:31:33 Sure 14:31:34 abhijitkumbhare: Just so there's no nervousness with our consumers 14:31:48 Its actually good to remind everyone 14:32:07 about the nitty gritty of the API freeze 14:32:45 is there a change in interface or an addition of interface? 14:33:07 Its an addition of an Interface named Ordered 14:33:14 OK 14:33:19 kamal_rameshan: The only change really is that we get a new interface that is applied everywhere... the actual methods at the end are the same, corerct? 14:33:32 edwarnicke: Yes, indeed 14:33:43 kamal_rameshan: Would you be willing to kick off the API Freeze consultation process if I point you to it? 14:34:05 edwarnicke: Yes, i will 14:34:17 although i will have some questions around it :) 14:34:27 Do you want #action this? 14:34:37 kamal_rameshan: Make sure to point out this is actually only an interface add... and so *technically* doesn't require agreement... but we want to be good neighbors :) 14:35:19 ok, sounds good. Please let me know whom do i ask/let know. wahts the process..? 14:35:35 OK - I will #action kamal_rameshan 14:36:10 abhijitkumbhare: And set up a Trello? 14:36:32 #action edwarnicke to point kamal_rameshan to the API Freeze consultation process 14:36:36 #link https://wiki.opendaylight.org/view/Simultaneous_Release:Helium:Suggestions_for_Post_API_Freeze_Exception_Handling - 14:36:36 Yes 14:37:08 I will skip adding Trello items for things already done during the meeting time 14:37:49 abhijitkumbhare: That's fair :) 14:38:03 #action kamal_rameshan to kick off the API Freeze consultation process for addition of an Interface named Ordered (even though technically not required) 14:38:42 #undo 14:38:42 Removing item from minutes: 14:38:58 #action kamal_rameshan to kick off the API Freeze consultation process for addition of an Interface named Ordered (even though technically not required as it is addition) 14:39:18 So shall we move to performance? 14:39:57 Sure :) 14:40:07 #topic performance 14:41:00 jmedved - I have forgotten where we were yesterday with respect to this - we needed to continue to discuss a few things 14:43:09 Any update after your email: https://lists.opendaylight.org/pipermail/openflowplugin-dev/2014-August/001739.html 14:43:13 abhijitkumbhare: I don't think we have Jan here today 14:43:39 I thought I saw him join - a few min back. May be we move then 14:44:02 Bugs list? 14:44:03 i guess , as per Jan, he needed someone to work on FRM 14:44:32 Do we have anyone to work on the FRM? 14:44:39 abhijitkumbhare: I'll rustle him up for Monday 14:44:42 OK 14:45:31 #topic Bug scrub & bug list 14:45:39 anywork to be doneon FRM , should be over 8174 14:45:59 #link https://bugs.opendaylight.org/buglist.cgi?bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&deadlineto=2014-09-30&list_id=13400&product=openflowplugin&query_format=advanced&resolution=--- 14:46:27 Looks like we have 38 bugs outstanding 14:46:47 #info the above is the query for bugs which are not enhancements - and have deadline before 9/30 14:47:07 abhijitkumbhare: Do we know that deadline is the right thing to restrict by? 14:47:21 #info if we need to defer any bug - lets put the deadline to be Oct 14:47:27 Cool 14:47:41 Just something for us 14:47:42 Are we picking up bugs without deadlines set as well? 14:47:49 Yes - it does 14:48:05 Cool 14:48:10 abhijitkumbhare: How would you like to walk through it? 14:48:46 To be honest - we may have to play with the query in case there are bugs in the way I am querying 14:49:01 Sure 14:49:09 abhijitkumbhare: Cool... but lets start with what we have 14:49:30 Shall we first go to the unassigned bugs? 14:49:52 Or we can go by priority 14:50:10 OK - unassigned then priority? 14:50:21 #link https://bugs.opendaylight.org/show_bug.cgi?id=1421 14:50:38 ok.. 14:51:12 Is this the one from Hideyuki that you were looking at kamal_rameshan ? 14:51:25 abhijitkumbhare: This I think is the vtn one hideyuki needs 14:51:52 I have not startted looking at it yet. 14:52:01 i can take it up if no one has started working on it 14:52:03 OK 14:52:19 abhijitkumbhare: Shall we assign it to kamal_rameshan then and create a Trello for it? 14:52:21 Is it OK for now I assign to you? 14:52:57 abhijitkumbhare: Yes...please assign it to me 14:53:02 OK 14:53:51 #action kamal_rameshan https://bugs.opendaylight.org/show_bug.cgi?id=1421 14:54:24 #link https://bugs.opendaylight.org/show_bug.cgi?id=1403 14:54:50 It no longer happens - right? 14:54:58 Topology broken? 14:56:09 Is this something one of the Pantheon folks can look into edwarnicke ? 14:56:16 And close? 14:56:44 abhijitkumbhare: Let me look at integration tests to see if its still happening 14:56:53 OK 14:58:37 OK... looking at the integration tests 14:58:46 We have occasional fails on AD-SAL Topology 14:58:54 But MD-SAL topology looks solid 14:58:58 OK 14:59:02 I suspect this may be a bundle ordering issue 14:59:16 Where the AD-SAL Topology hasn't come up when we initiall report 14:59:21 initially 14:59:45 But the reported bug is MD-SAL topology 14:59:54 That one I would close 15:00:00 Because the integration tests aren't failing on it 15:00:03 Shall we ask Luis to create a new one for AD-SAL 15:00:08 It reliably passes 15:00:10 Please 15:00:12 OK 15:01:04 We are at 8 am - and others are not there today - do we want to continue or do we want to continue on Monday? 15:01:45 i think assignment of bugs can be done when we have others as well 15:02:05 Yes - my thoughts exactly 15:03:13 So lets continue on Monday - there are only two unassigned bugs https://bugs.opendaylight.org/show_bug.cgi?id=1300 & https://bugs.opendaylight.org/show_bug.cgi?id=1395. 15:03:51 We also need to start update & giving feedback on the documentation 15:04:14 To Sujatha 15:04:29 abhijitkumbhare: Create Trello for it so we can review on Monday :) 15:04:36 Yes 15:04:56 OK - lets endmeeting now 15:05:07 #endmeeting