14:00:40 #startmeeting magnetodb 14:00:41 Meeting started Thu Feb 5 14:00:40 2015 UTC and is due to finish in 60 minutes. The chair is isviridov. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:00:42 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:00:44 The meeting name has been set to 'magnetodb' 14:00:46 o/ 14:00:50 o/ 14:00:53 o/ 14:00:53 o/ 14:01:02 o/ 14:01:26 Today agenda https://wiki.openstack.org/wiki/MagnetoDB/WeeklyMeetingAgenda#Agenda 14:01:39 And we can start from first topic, I think 14:01:47 #topic Go through action items isviridov 14:02:35 The first action charlesw clarify what are plans for row TTL in C* community 14:02:52 Not sure that charlesw around 14:02:57 Let us move on 14:03:04 +1 14:03:05 And discuss it later 14:03:09 ominakov file blueprint about migration 14:03:36 ominakov any news here? 14:04:28 move on 2: moveon returns 14:04:39 ikhudoshyn :) 14:05:01 Ok, I think it is important let me share some info with team about it 14:05:46 that would be helpful. isviridov 14:06:23 With introducing custom LSI implementation we have an installed production instance running now, so in order to cover this operational gap we have started working on migration utility from old cassandra datastructure to new one 14:06:33 #link https://blueprints.launchpad.net/magnetodb/+spec/migration-script 14:07:02 It is going to be export/import via file or SWIFT 14:07:21 Sure it will introduce downtime during migration 14:08:20 In the future, I think, we have to do migration/upgrade on fly, but not this time 14:08:27 ajayaa does it help? 14:09:15 isviridov I will go through the spec once it is written. 14:09:40 Are we going to have one for this bp? 14:10:29 It is not yet, actually. I hope description in BP and code will document it good enought. 14:10:41 sorry I'm late, heavy snow right now in Boston 14:10:50 charlesw welcome 14:10:57 hello charlesw 14:11:07 Hi charlesw 14:11:15 ajayaa actually it is in progress already and ominakov have to share the current state 14:11:16 Hi guys 14:11:26 ajayaa does it work for you? 14:11:36 isviridov, yes. 14:11:40 let's move on. 14:11:59 charlesw clarify what are plans for row TTL in C* community 14:12:05 Any news here? 14:12:51 The row TTL question has been asked many times in C* board 14:13:04 I dig into some of the hostory 14:13:30 They have no plan to open up the row marker as a TTL column 14:13:56 * isviridov just updated agenda https://wiki.openstack.org/wiki/MagnetoDB/WeeklyMeetingAgenda#Agenda. Sorry for late notice 14:14:20 So the working around is to have all columns except primary key cloumns to have TTL set 14:14:58 What do you do incase of an update? 14:15:03 To update columns, you will have to preserve your TTL, then update the row with original TTL 14:15:22 basically a read before write 14:16:07 How do you get rid of primary key values? 14:16:18 They will still be there. 14:16:18 charlesw any way to influence C* community? Do we have answer like 'no we will not do it' or it is last known view on it? 14:16:33 it will be auto cleaned I believe 14:17:08 It's a last view on it. the same Q has been asked many times 14:17:14 charlesw, you just said that all columns excepts primary keys will have ttl set. 14:17:43 charlesw thx 14:17:58 I don't believe you can set TTL on primary key 14:18:37 C* is cassandra right? 14:18:47 charlesw, If you do an insert with a ttl then primary keys also have ttl associated with them. 14:19:11 but you can't get the ttl for primary key only 14:19:13 miqui_ yes C* == Cassandra 14:19:23 dukhlov you are our Casasndra wizard, what about implementation row TTL ourselves? Any thoughts? 14:21:02 Primary keys are given some kind of special treatment in cassandra. If you did an insert with no ttl and updated some columns with ttl, then primary keys won't have ttl associated. 14:21:39 And the row won't be removed. If you did an insert with ttl then primary keys would also get cleaned up. 14:22:10 dukhlov we can eather implement it and merge to upstream or keep it on our owns. Depends what will be easier. Let us think about it 14:22:56 +1 14:22:59 isviridov 14:23:22 once ttl is hit...the expectation is wht? the whole record is gone? 14:23:28 It is interesting, but I don't like support separate casandra branch 14:24:06 miqui_ exactly #link https://blueprints.launchpad.net/magnetodb/+spec/row-expiration 14:24:11 We need talk to cassandra developers first to get their opinion 14:24:25 dukhlov agree 14:24:38 We shouldn't allow update row with TTL. Will need to delete the row and re-insert with TTL 14:24:39 if they say that this feature will never merged.... 14:24:44 thanks isviridov 14:26:04 Let us consider, that it is one of the options. Not implementing and not merging are different things. If we can do it, it could cost us less that keeping this logic in mdb 14:26:49 Even though C* doesn't fully support row expiration, we can limit our scope to work with C* instead of branching out 14:27:06 #idea implement row TTL in C* by ourselves 14:27:43 charlesw agree, as we have this feature not in top of priorities 14:27:52 Moving on? 14:28:01 yes, implement it ourselves looks much better to me instead branching 14:28:22 isviridov: +1 14:28:24 +1 14:28:26 dukhlov I mean in C* code 14:29:11 -1 for changing C* code 14:29:40 this is a tough choice... 14:30:00 a separate C* branch is probably worse in the long term... 14:30:02 IMHO 14:30:29 yes 14:30:29 +1 miqui_ 14:30:38 Yes, branch is always terrible 14:30:58 anyway we have no resources for separate branch support now 14:30:58 Let ius move on to kilo-2 milestone 14:31:19 #topic k-2 status https://launchpad.net/magnetodb/+milestone/kilo-2 14:32:26 So this week we are releasing kilo-2 milestone, I've updated launchpad scope as you can see 14:33:20 charlesw it looks like we have postpond Push table-related metrics to statsd and Real Time Request Metrics 14:33:33 can you move the real time request metrics to kilo-3? The notification refactoring added quite some work and blocked the code review 14:33:59 yes,isviridov. 14:34:00 ikhudoshyn also Backup and restore for MagnetoDB and Backup Info data model and repository probably not going to happen this week 14:34:19 charlesw sure, thx 14:34:19 isviridov: yes, i'm afraid 14:34:36 ikhudoshyn ok 14:34:49 isviridov: hold on pls 14:34:53 Anything else? 14:34:57 aostapenko? 14:35:02 Backup Info data model and repository probably actually merged 14:35:20 Anything on the go and close to be finished and needs more attention? 14:35:23 nothing interesting from my side 14:36:11 ikhudoshyn fixed 14:36:50 Ok, seems we have clarified it 14:37:03 Open discussions? 14:37:55 I would like to thank to aostapenko who made huge contribution this milestone 14:37:56 not much from me, just reading source, working on my mdb dev env... 14:38:00 !m aostapenko 14:38:00 <[o__o]> You're doing good work, aostapenko! 14:38:00 isviridov: Error: "m" is not a valid command. 14:38:15 #topic Open discussion isviridov 14:38:16 isviridov: thank you :) 14:38:50 isviridov, could you share your vision/roadmap to incubation? 14:38:51 miqui_ nice 14:39:05 hi, guys I have early poc for migration, but I think i should write spec first 14:39:42 ominakov we have just agreed that spec is not teh most important thing for one time using tool 14:39:44 ominakov, would love to see spec 14:39:56 charlesw :) 14:40:30 ominakov could you share you code first? 14:40:35 * you 14:40:41 yep, sure 14:41:09 but if you have any spec we really appreciate it as well :) 14:41:26 ominakov do you think you will finish with migration this week? 14:41:38 ominakov the question is kilo-2 or kilo-3 14:41:54 * isviridov remember teh question about incubation 14:43:49 So, charlesw we at the middle of reform now 14:44:43 i guess i'll push working poc this week and in future we can add some features and optimize it 14:45:05 isviridov, I kind of fee bad when I don't see MagnetoDB on side of sahar, zaqar, murano etc... 14:45:11 feel* 14:45:26 why would that be the case? 14:46:04 Just TC agree list of tags and the way how it will be given to projects all projects will be a part of openstack 14:47:08 ajayaa status of zaqar and other incubated projects will be changed and all projects will receive their tags 14:47:50 integrated-release tag has been merged already #link https://review.openstack.org/#/c/146818/ 14:47:51 isviridov, waiting for the day when we get a tag. :D 14:48:36 ajayaa it will be list of tags, the most valuable I think is smth like 'used in production' 14:50:02 charlesw ajayaa have I answered? Can I describe smth else? 14:50:35 BTW ajayaa sahara is integrated, murano is not incubated. JFYI 14:50:54 What are the other valuable tags? How can we all help? 14:51:01 * isviridov probably has network lag 14:52:07 isviridov, my intention was to just list out some projects with which MagnetoDB should stand shoulder to shoulder. :) 14:53:57 charlesw the list is still under definition, but it is build based on incubation, integration requirements. And we are doing our best to follow it, we have gate, functional, unit testing, great team and working process. What is most valuable now is making mdb better knows and improve it as a software 14:55:02 ajayaa reasonable note, in some aspects we are higher than our mates, but sure not in all of them :) 14:57:16 3 mins left 14:57:36 Any other question or topic 14:58:33 Looks like we are done for today 14:58:40 Thank you all for comming 14:58:59 #endmeeting