Thursday, 2015-03-12

*** charlesw has joined #magnetodb01:22
*** achanda has quit IRC02:42
openstackgerritCharles Wang proposed stackforge/magnetodb: Adds detailed response body to success healthcheck request  https://review.openstack.org/14477402:49
*** rushiagr_away is now known as rushiagr02:52
*** rushiagr is now known as rushiagr_away02:54
*** rushiagr_away is now known as rushiagr02:55
*** rushiagr is now known as rushiagr_away03:12
*** rushiagr_away is now known as rushiagr03:53
*** achanda has joined #magnetodb04:31
*** charlesw has quit IRC04:35
*** achanda has quit IRC05:04
*** rushiagr is now known as rushiagr_away05:14
*** achanda has joined #magnetodb05:28
*** rushiagr_away is now known as rushiagr05:58
*** achanda has quit IRC07:11
*** achanda has joined #magnetodb07:24
*** achanda has quit IRC07:44
*** rushiagr is now known as rushiagr_away08:11
*** idegtiarov has left #magnetodb08:47
*** ygbo has joined #magnetodb08:51
*** ominakov_ has joined #magnetodb09:19
*** ominakov_ has quit IRC10:38
*** ominakov_ has joined #magnetodb11:13
*** ominakov_ has quit IRC11:22
*** ominakov_ has joined #magnetodb11:37
*** ominakov_ has quit IRC11:42
*** isviridov_vction is now known as isviridov11:54
*** aostapenko has left #magnetodb11:56
*** aostapenko has joined #magnetodb11:57
*** rushiagr_away is now known as rushiagr12:28
isviridovHello everyone13:54
*** ChanServ sets mode: +o isviridov13:57
*** isviridov changes topic to "MagnetoDB - key-value store for OpenStack (https://wiki.openstack.org/wiki/MagnetoDB, logs @ https://botbot.me/freenode/magnetodb/) | Kilo roadmap http://goo.gl/XHXIpg | ask isviridov is any Qs"13:58
isviridovdukhlov: aostapenko?13:59
*** charlesw has joined #magnetodb13:59
isviridovcharlesw: hello13:59
dukhlovisviridov: Hello14:00
charleswHi isviridov, you are back :)14:00
isviridovdukhlov: hey14:00
dukhlovaostapenko seems busy14:00
isviridovcharlesw: yeap and missed all of you14:00
isviridovdukhlov: clear14:00
isviridovWe have a meeting scheduled, let us start14:01
isviridov#startmeeting magnetodb14:01
openstackMeeting started Thu Mar 12 14:01:18 2015 UTC and is due to finish in 60 minutes.  The chair is isviridov. Information about MeetBot at http://wiki.debian.org/MeetBot.14:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:01
openstackThe meeting name has been set to 'magnetodb'14:01
isviridov#link https://wiki.openstack.org/wiki/MagnetoDB/WeeklyMeetingAgenda#12_Mar.2C_2015.2C_14:00_UTC14:01
isviridovAgenda14:01
isviridovNot too many topics14:02
isviridovNot sure I know what action items left from previous meeting14:02
isviridov#topic Go through action items14:03
isviridovGuys? anything from your side?14:03
charleswmaybe a round of status14:03
dukhlovyes14:03
charleswI'll go first14:03
aostapenkoHi, guys14:04
isviridovcharlesw: please14:04
isviridovaostapenko: hey man14:04
charleswWorking on the health check metrics,  https://review.openstack.org/#/c/144774/7, https://review.openstack.org/#/c/159325/, https://review.openstack.org/#/c/161743/14:04
charleswI'm picking up this one https://review.openstack.org/#/c/144774/9 since Andrei seems tied up with something else14:05
charleswAnd I have a dependency on it14:06
charleswAlso working with dukhlov to merge refactor notification https://review.openstack.org/#/c/143115/14:07
* isviridov thinks it is a lot of items14:07
dukhlovI picked up refactor notification.14:08
dukhlovWhen I started work on it and dig deeper I faced with a few problems14:09
dukhlovand now I'm thinking how to implement it better14:09
charleswdukhlov, can you explain what problems you encountered?14:10
dukhlovbut nothing serious14:10
isviridovcharlesw: +114:10
isviridov#topic Round of status14:11
dukhlovshould we notify requests only passed authentification?14:11
charleswI wouldn't think so. Unauthenticated req should also be logged so we can understand what percentage of reqs are failing because of authn issue14:14
dukhlovif no, in this case of authorization get failed we haven't parsed request yet14:14
dukhlovand have no information for notification14:14
charleswat the end, admin should be able to tell the percentage of each response status code14:14
*** rushiagr is now known as rushiagr_away14:14
charleswThat's why I implemented that part14:14
dukhlovbut at authorization stage we haven't parsed request and don't know what is this request exactly14:15
dukhlovwe could sent notification like - some request was anauthorized14:16
charleswwe know the req, so we know the API url14:16
charleswAPI url + HTTP method maps to our API one-to-one14:16
dukhlovno, we don't know we should duplicate parsing logic and parse it to get this infrmation14:17
charleswNo this is not duplicate parsing since the req is rejected for failing to pass authn14:17
dukhlovok, duplicating code I ment14:18
charleswwell, the mapping code I added in is much simpler than WSGI mapper14:19
dukhlovwe do it only once but if all fine using one code and if something wrong - using another14:19
charleswwe need to handle that one way or the other14:19
dukhlovit is simple, but it is a mess14:19
*** ominakov_ has joined #magnetodb14:21
charleswunless we have a better solution.14:21
dukhlovexactly14:21
isviridovI think that we have to produce event on un authorized request, because it is important information for security auditing14:22
dukhlovso I'm thinking how to  do this better14:22
isviridovAnother question how to code it better14:22
isviridovdukhlov: does shared code help?14:22
dukhlovno14:23
dukhlovmmm14:23
dukhlovmaybe14:23
dukhlovbut not in current implementation14:23
charleswominakov, welcome back14:23
dukhlovrequres some more efforts for refactoring14:24
charleswdukhlov, we need to speed up this one. It has a business impact14:25
dukhlovclear14:25
charleswmaybe we can leave it for future. The functionality needs to be in first.14:25
*** ominakov_ has quit IRC14:25
*** ominakov_ has joined #magnetodb14:26
isviridovdukhlov: charlesw moving on?14:26
dukhlovI am afraid that in future it will require much more efforts to refactor it and it can remain as is,  but you are right14:28
isviridov#topic Open discussion14:28
isviridovDo you think that scheduled regular meeting is needed?14:29
isviridovI mean we can have it ad-hoc and announce day before when it is needed.14:30
isviridovWhat do you think?14:30
charleswad-hoc seems more appropriate now since much less activities hence less topics. Or switch to bi-weekly.14:31
isviridovI also think so. Every second week looks also good for me.14:33
isviridovdukhlov: aostapenko?14:33
dukhlovsounds reasonable because of decreasing contribution activity14:34
isviridovOk, I'll update wiki, and next meeting will take place 26 of March14:35
isviridov#action isviridov update weekly meeting schedule14:35
*** achanda has joined #magnetodb14:36
isviridovAny other topics?14:36
aostapenkoisviridov: agree14:37
isviridovaostapenko :)14:37
isviridovaostapenko  thx for sharing your view14:37
isviridovdukhlov charlesw aostapenko finishing the meeting14:38
charleswisviridov, thanks for organizing14:39
isviridovThank you for comming14:39
isviridov#endmeeting14:39
openstackMeeting ended Thu Mar 12 14:39:38 2015 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:39
openstackMinutes:        http://eavesdrop.openstack.org/meetings/magnetodb/2015/magnetodb.2015-03-12-14.01.html14:39
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/magnetodb/2015/magnetodb.2015-03-12-14.01.txt14:39
openstackLog:            http://eavesdrop.openstack.org/meetings/magnetodb/2015/magnetodb.2015-03-12-14.01.log.html14:39
*** achanda has quit IRC14:44
*** igormarnat is now known as imarnat14:47
*** imarnat is now known as igormarnat14:52
*** ominakov_ has quit IRC14:59
*** rushiagr_away is now known as rushiagr15:30
*** igormarnat is now known as imarnat15:30
*** imarnat is now known as igormarnat15:45
*** ygbo has quit IRC17:17
*** achanda has joined #magnetodb17:32
*** achanda has quit IRC18:17
*** igormarnat is now known as imarnat18:20
*** achanda has joined #magnetodb18:23
*** achanda has quit IRC18:23
*** achanda has joined #magnetodb18:24
*** imarnat is now known as igormarnat18:50
*** igormarnat is now known as imarnat18:51
*** rushiagr is now known as rushiagr_away19:20
*** imarnat is now known as igormarnat19:34
*** openstackgerrit has quit IRC19:40
*** openstackgerrit has joined #magnetodb19:41
openstackgerritCharles Wang proposed stackforge/magnetodb: Add detailed response body to healthcheck request and fix messaging  https://review.openstack.org/14477420:15
openstackgerritCharles Wang proposed stackforge/magnetodb: Add periodic tasks to send health check metrics  https://review.openstack.org/16174320:20
openstackgerritCharles Wang proposed stackforge/magnetodb: Add periodic tasks to send health check metrics  https://review.openstack.org/16174320:59
openstackgerritCharles Wang proposed stackforge/magnetodb: Add detailed response body to healthcheck request and fix messaging  https://review.openstack.org/14477421:43
openstackgerritCharles Wang proposed stackforge/magnetodb: Add detailed healthcheck response body and fix messaging config  https://review.openstack.org/14477421:45
*** charlesw has quit IRC22:22
*** achanda has quit IRC22:52
*** achanda has joined #magnetodb22:53
*** achanda_ has joined #magnetodb22:56
*** achanda_ has quit IRC22:56
*** achanda_ has joined #magnetodb22:56
*** achanda has quit IRC22:57
*** achanda has joined #magnetodb23:08
*** achanda_ has quit IRC23:11
*** achanda has quit IRC23:32
*** achanda has joined #magnetodb23:32

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!