*** mwagner_lap has quit IRC | 00:19 | |
*** anamalagon has joined #openstack-marconi | 01:11 | |
*** vkmc has joined #openstack-marconi | 01:13 | |
*** vkmc has quit IRC | 01:13 | |
*** vkmc has joined #openstack-marconi | 01:13 | |
*** nosnos has joined #openstack-marconi | 01:30 | |
*** shakamunyi has joined #openstack-marconi | 01:37 | |
*** balajiiyer has joined #openstack-marconi | 01:52 | |
*** balajiiyer has left #openstack-marconi | 01:53 | |
*** oz_akan_ has quit IRC | 01:59 | |
*** oz_akan_ has joined #openstack-marconi | 02:08 | |
*** vkmc has quit IRC | 02:09 | |
*** ayoung-zzzZZ has quit IRC | 02:10 | |
*** haomaiw__ has quit IRC | 02:17 | |
*** haomaiwa_ has joined #openstack-marconi | 02:18 | |
*** haomai___ has joined #openstack-marconi | 02:31 | |
*** haomaiwa_ has quit IRC | 02:35 | |
*** jqiu has joined #openstack-marconi | 02:38 | |
jqiu | hello! | 02:39 |
---|---|---|
jqiu | if someone has a chance, could you help me set up marconi? :) | 02:42 |
*** oz_akan__ has joined #openstack-marconi | 02:48 | |
*** oz_akan_ has quit IRC | 02:50 | |
*** flwang has quit IRC | 02:50 | |
*** jqiu has quit IRC | 02:56 | |
*** oz_akan__ has quit IRC | 03:03 | |
*** flwang has joined #openstack-marconi | 03:36 | |
*** rektide_ has quit IRC | 04:23 | |
flwang | jqiu: I assume there is a guide associate with the source code | 04:23 |
anamalagon | flwang: hi! I think jqiu is out right now but I was having the same problem - yes, we were following the Readme on github but were getting a "couldn't connect to host" error when doing a curl command | 04:31 |
anamalagon | specifically - this is the guide we were following https://github.com/openstack/marconi and got the error when we input the curl command (step #8). Sorry for the newbie question and thanks for replying! | 04:33 |
flwang | anamalagon: what's your problem? | 04:34 |
anamalagon | hi flwang, I'm getting a "couldn't connect to host" error when doing this command: | 04:35 |
anamalagon | curl -i -X PUT http://127.0.0.1:8888/v1/queues/samplequeue -H | 04:35 |
anamalagon | "Content-type: application/json" | 04:35 |
flwang | what's the result with 'ps -ef | grep marconi-server'? | 04:37 |
anamalagon | ana 5487 3403 0 00:37 pts/0 00:00:00 grep --color=auot marconi-server | 04:38 |
anamalagon | s/auot/auto | 04:38 |
flwang | seems your marconi server failed to start | 04:40 |
anamalagon | I see.. | 04:41 |
flwang | you can drop some break point in the source code to debug what's wrong | 04:43 |
anamalagon | ah, I'm not up to speed with using a debugger yet; sorry, I'm also realizing that marconi-sever -v isn't giving me any output so I must have set something up incorrectly in the config files | 04:48 |
flwang | anamalagon: maybe | 04:48 |
anamalagon | flwang: sorry, basic question -do you know if I should sett the mongodb port to 27017 or 28017? I'm guessing (since is the only thing that was changed) that the uri is incorrect. | 04:50 |
*** prashanthr_ has joined #openstack-marconi | 04:50 | |
flwang | 27017 is default IIRC | 04:51 |
anamalagon | thanks | 04:51 |
anamalagon | also is there a way to find out the mongodb_host from the command line? I put in the default 127.0.0.1 but not sure how to double check this is correct | 04:54 |
prashanthr_ | Hi flwang, | 04:54 |
prashanthr_ | Thanks for your review of https://review.openstack.org/#/c/80767/ | 04:54 |
flwang | prashanthr_: np | 04:56 |
flwang | anamalagon: if you have installed/started mongodb, you can use command 'mongo' to login it | 04:56 |
prashanthr_ | In the comments i saw that you have suggested me to run the test cases for py27. is running tests for py27 sufficient ?? | 04:56 |
flwang | prashanthr_: as you saw, the gate is checking py26,py27, py33 and pypy, but generally, you can just run py27 locally and let the gate tell you if there is anything wrong with the other compilers | 04:58 |
prashanthr_ | Okay. Will do so and get back. thank u. | 04:59 |
flwang | prashanthr_: np | 04:59 |
anamalagon | flwang: hey, sorry - I checked the localhost, it's 127.0.0.1, mongo (version 2.4.9) command runs fine, it's just that marconi-server doesn't start. I looked up how to use pdb; do you have any advice on where to put the breakpoint? | 05:16 |
prashanthr_ | can i know why MySQL-python dependancy exists ? I browsed through the source code but could not identify any place where it was being used | 05:16 |
prashanthr_ | ? | 05:16 |
*** balajiiyer has joined #openstack-marconi | 05:28 | |
*** balajiiyer has quit IRC | 05:28 | |
*** balajiiyer has joined #openstack-marconi | 05:28 | |
*** balajiiyer1 has joined #openstack-marconi | 05:30 | |
*** balajiiyer has quit IRC | 05:33 | |
*** balajiiyer1 has quit IRC | 05:35 | |
*** nosnos has quit IRC | 05:54 | |
*** nosnos has joined #openstack-marconi | 05:54 | |
prashanthr_ | flwang: All unit test cases are working f9 now also fixed the code styling issues. | 05:59 |
flwang | prashanthr_: cool | 06:06 |
prashanthr_ | flwang: I observed that the unit tests creates a queue called "asteriskinheader" which i observed during a REST call : "http://127.0.0.1:8888/v1/queues" | 06:13 |
prashanthr_ | is this expected behavior ?? | 06:13 |
flwang | prashanthr_: what's wrong with that? | 06:14 |
prashanthr_ | also if this queue is already present the unit test fails. So this requires me to delete this queue manually every time before running the tests. | 06:14 |
flwang | you got a failure like 204!=201, is it? | 06:15 |
prashanthr_ | yes precisely the same | 06:15 |
flwang | so you mean the after the test, the queue has not been removed, right? | 06:16 |
prashanthr_ | yes the queue is not getting cleaned up. | 06:16 |
flwang | prashanthr_: I see, I opened a bug against this, but I can't recreate it after that. so I can reinvestigate it again. thanks for raising this again | 06:18 |
flwang | prashanthr_: https://bugs.launchpad.net/marconi/+bug/1284995 | 06:19 |
prashanthr_ | welcome :) | 06:20 |
prashanthr_ | Can i give a brief writeup on how to reproduce this bug in the description ? | 06:20 |
*** nosnos has quit IRC | 06:24 | |
*** nosnos has joined #openstack-marconi | 06:25 | |
flwang | prashanthr_: sure, go ahead | 06:30 |
prashanthr_ | Did that. | 06:38 |
flwang | prashanthr_: great, thanks | 06:39 |
*** saju_m has joined #openstack-marconi | 06:47 | |
*** AAzza has joined #openstack-marconi | 07:15 | |
*** rongze has joined #openstack-marconi | 07:21 | |
*** rongze has quit IRC | 07:23 | |
*** flaper87|afk is now known as flaper87 | 07:30 | |
*** mkoderer has joined #openstack-marconi | 07:33 | |
*** nosnos has quit IRC | 08:13 | |
*** nosnos has joined #openstack-marconi | 08:14 | |
*** openstack has quit IRC | 08:21 | |
*** openstack has joined #openstack-marconi | 08:30 | |
*** openstackstatus has joined #openstack-marconi | 08:30 | |
*** nosnos has quit IRC | 08:34 | |
*** flwang has quit IRC | 08:40 | |
*** jamieh has joined #openstack-marconi | 08:44 | |
*** flwang has joined #openstack-marconi | 08:44 | |
*** jamieh is now known as Guest89169 | 08:44 | |
*** flwang has quit IRC | 08:48 | |
*** njirap has joined #openstack-marconi | 08:54 | |
*** nosnos has joined #openstack-marconi | 09:14 | |
*** njirap has quit IRC | 09:15 | |
*** njirap has joined #openstack-marconi | 09:27 | |
*** AAzza has quit IRC | 09:45 | |
*** chandan_kumar has joined #openstack-marconi | 09:48 | |
*** nosnos_ has joined #openstack-marconi | 09:55 | |
*** nosnos has quit IRC | 09:58 | |
*** nosnos_ has quit IRC | 10:10 | |
*** nosnos has joined #openstack-marconi | 10:12 | |
*** saju_m has quit IRC | 10:17 | |
*** anamalagon has quit IRC | 10:26 | |
*** saju_m has joined #openstack-marconi | 10:32 | |
*** AnastasiosAndron has joined #openstack-marconi | 10:33 | |
*** nosnos has quit IRC | 10:46 | |
*** nosnos has joined #openstack-marconi | 10:47 | |
*** AAzza has joined #openstack-marconi | 10:47 | |
*** njirap has quit IRC | 10:52 | |
*** vkmc has joined #openstack-marconi | 11:08 | |
*** vkmc has quit IRC | 11:08 | |
*** vkmc has joined #openstack-marconi | 11:08 | |
*** openstackgerrit has quit IRC | 11:10 | |
*** openstackgerrit has joined #openstack-marconi | 11:11 | |
*** saju_m has quit IRC | 11:15 | |
*** malini_afk is now known as malini | 11:24 | |
*** malini is now known as malini_afk | 11:32 | |
*** saju_m has joined #openstack-marconi | 11:36 | |
*** njirap has joined #openstack-marconi | 11:47 | |
*** njirap has quit IRC | 11:55 | |
AAzza | flaper87: Hi! Do you have time to discuss the project? | 11:56 |
flaper87 | AAzza: heyyy | 12:00 |
flaper87 | yeah | 12:00 |
flaper87 | shoot | 12:00 |
flaper87 | AAzza: I've got to figure out what's wrong with that gate | 12:01 |
*** njirap has joined #openstack-marconi | 12:04 | |
*** prashanthr_1 has joined #openstack-marconi | 12:04 | |
*** ykaplan has joined #openstack-marconi | 12:06 | |
*** njirap has quit IRC | 12:08 | |
AAzza | flaper87: Oh, good. Can I ask you questions somewhere about project proposal etc? Just not to spam here) | 12:08 |
*** njirap has joined #openstack-marconi | 12:09 | |
*** chandan_kumar has quit IRC | 12:21 | |
flaper87 | AAzza: private message :) | 12:25 |
*** rashrag93 has joined #openstack-marconi | 12:25 | |
*** AAzza has quit IRC | 12:31 | |
*** nosnos_ has joined #openstack-marconi | 12:37 | |
rashrag93 | Hi, I am interested in applying to the marconi project through the outreach program.Are there any mentors to guide me? | 12:37 |
*** flwang has joined #openstack-marconi | 12:37 | |
*** nosnos has quit IRC | 12:37 | |
prashanthr_1 | flwang:Hi | 12:38 |
flaper87 | rashrag93: hey :) | 12:41 |
flaper87 | rashrag93: sure thing! | 12:42 |
flaper87 | rashrag93: have you submitted a patch already? | 12:42 |
rashrag93 | flaper87: no,not yet. | 12:42 |
flaper87 | rashrag93: tell me, what have you done so far? | 12:44 |
*** sriram has joined #openstack-marconi | 12:44 | |
*** sriram has joined #openstack-marconi | 12:44 | |
*** amitgandhi has quit IRC | 12:46 | |
*** AAzza has joined #openstack-marconi | 12:47 | |
rashrag93 | @flaper87: As of now, I have only read the documentation, both of v1.0 and v1.1 . | 12:48 |
flaper87 | rashrag93: ok, did you check the project proposals for Marconi? | 12:50 |
rashrag93 | @flaper87: No, I have not. | 12:52 |
rashrag93 | @flaper87: Yes, I just went through them. | 12:59 |
*** nosnos_ has quit IRC | 13:12 | |
flwang | prashanthr_1: what's up? | 13:14 |
flwang | flaper87: hey man | 13:14 |
prashanthr_1 | I was trying to dig into the https://bugs.launchpad.net/marconi/+bug/1284995 | 13:14 |
prashanthr_1 | bug | 13:14 |
prashanthr_1 | and the behaviour seems very strange | 13:14 |
flwang | prashanthr_1: i have worked out a fix | 13:15 |
prashanthr_1 | ohh okay. gr8 | 13:15 |
flwang | prashanthr_1: i think we just need clean up the queue after created/verified it | 13:15 |
prashanthr_1 | i noticed that the cleanup code was being executed | 13:16 |
prashanthr_1 | all the other queues which were created are destroyed | 13:16 |
prashanthr_1 | but not this particular one | 13:16 |
flwang | prashanthr_1: ah interesting, any findings? | 13:17 |
prashanthr_1 | the storage driver also does not report any errors | 13:17 |
prashanthr_1 | while trying to purge / delete | 13:17 |
prashanthr_1 | even the queues.on_delete executes successfully. | 13:18 |
prashanthr_1 | But at the end of it the API call v1/queues still shows the presence of asteriskinheader | 13:18 |
flaper87 | flwang: hey, 'sup with that bug? | 13:19 |
flwang | flaper87: sometimes the queues is not cleaned up | 13:20 |
*** fifieldt has quit IRC | 13:20 | |
flwang | flaper87: so we will see the failure like 204!=201 | 13:20 |
*** ayoung has joined #openstack-marconi | 13:20 | |
*** amitgandhi has joined #openstack-marconi | 13:21 | |
*** amitgandhi has quit IRC | 13:21 | |
*** amitgandhi has joined #openstack-marconi | 13:22 | |
flaper87 | flwang: ohh, is that it? | 13:25 |
*** mpanetta has joined #openstack-marconi | 13:25 | |
flaper87 | flwang: is that related to the request utils we have for tests? | 13:25 |
flwang | flaper87: i'm not really, only this case failed | 13:26 |
*** alcabrera has joined #openstack-marconi | 13:30 | |
alcabrera | Good morning, all. :D | 13:32 |
prashanthr_1 | Good morning :) | 13:33 |
*** ametts has joined #openstack-marconi | 13:35 | |
*** mwagner_lap has joined #openstack-marconi | 13:36 | |
flaper87 | alcabrera: HEEEEYYY | 13:40 |
alcabrera | flaper87: hey!!! :D | 13:41 |
alcabrera | flaper87: I wasn't expecting to see you after that email. How are ya?! :S | 13:41 |
alcabrera | :D | 13:41 |
*** balajiiyer has joined #openstack-marconi | 13:44 | |
flaper87 | alcabrera: hehehe, I'll be around for 1 more hour :D | 13:45 |
flaper87 | alcabrera: all good my friend, how was your w/e ? | 13:45 |
*** balajiiyer has quit IRC | 13:45 | |
*** jeremyh28 has joined #openstack-marconi | 13:45 | |
*** balajiiyer has joined #openstack-marconi | 13:45 | |
alcabrera | it was lovely, flaper87. I played Magicite with the household, and then soaked in Types and Programming Languages (another 100 pages), and the first 50 pages of Homotopy Type Theory | 13:46 |
*** jcru has joined #openstack-marconi | 13:48 | |
flaper87 | alcabrera: aaahh, nothing like reading or messing with type theory during the weekend | 13:50 |
flaper87 | I've never dug into hott, I'll get the book and read it | 13:51 |
alcabrera | it's beautiful, flaper87. I recommend going through most of TAPL (Benjamin Pierce) and having some modern algebra theory before tackling it. It's intensely and satisfyingly mathematical, though well-written enough that it isn't obscure. | 13:52 |
alcabrera | by modern algebra, I mean, enough to know what associative, distributive, reflexive mean, + monoids, and maybe groups. | 13:52 |
alcabrera | I bet I'll need some geometry half-way through, since it maps the notion of type equivalence to points in space. | 13:53 |
alcabrera | It's a very different take on types! | 13:54 |
flaper87 | alcabrera: wow, that sounds... amazing! I already got the hott book. I've quick-read TAPL in the past, I'm sure I'll need to revisit it | 13:55 |
flaper87 | quick-read => just what I was interested in at that moment | 13:55 |
flaper87 | :D | 13:55 |
alcabrera | hehe | 13:55 |
alcabrera | read all the things, flaper87! :D | 13:55 |
alcabrera | if you were 2000 miles closer, I'd pull you in to start a "Books We Love" meetup group. :) | 13:56 |
*** njirap has quit IRC | 13:57 | |
flaper87 | alcabrera: man, I'd totally attend that meetup. Not that we can't do G+ or something, though. | 13:57 |
alcabrera | that's true | 13:57 |
alcabrera | or even mumble | 13:57 |
alcabrera | etc. | 13:57 |
*** malini_afk is now known as malini | 13:58 | |
AAzza | flaper87: you forgot about me :'( | 13:59 |
flaper87 | AAzza: I didn't :( I replied and you wen't offline :( | 14:00 |
flaper87 | I think you had some network issues :/ | 14:00 |
AAzza | flaper87: oh( | 14:00 |
AAzza | flaper87: pls, resend answers | 14:01 |
flaper87 | AAzza: ok, I think it was even worse, I didn't even get your questions | 14:01 |
flaper87 | :S | 14:01 |
flaper87 | I just got your message about the gate still failing | 14:02 |
AAzza | flaper87: oh, then i tried to resend the questions) | 14:02 |
AAzza | flaper87: I think it is my laptop don't want for me to talk with people while cooking) | 14:03 |
*** rashrag93 has quit IRC | 14:03 | |
*** rwsu has joined #openstack-marconi | 14:07 | |
openstackgerrit | Catherine Richardson proposed a change to openstack/marconi: adds docs directory with dev guide https://review.openstack.org/72001 | 14:09 |
*** njirap has joined #openstack-marconi | 14:09 | |
*** jraim has quit IRC | 14:11 | |
*** jraim has joined #openstack-marconi | 14:11 | |
*** jqiu has joined #openstack-marconi | 14:12 | |
flwang | flaper87: seems there are something wrong with pypy gate | 14:23 |
*** flaper87 has quit IRC | 14:26 | |
*** njirap has quit IRC | 14:29 | |
*** flaper87|afk has joined #openstack-marconi | 14:31 | |
*** flaper87|afk is now known as flaper87 | 14:32 | |
*** flaper87 has quit IRC | 14:32 | |
*** flaper87 has joined #openstack-marconi | 14:32 | |
*** ChanServ sets mode: +o flaper87 | 14:32 | |
*** ykaplan has quit IRC | 14:35 | |
*** whenry has quit IRC | 14:42 | |
*** njirap has joined #openstack-marconi | 14:43 | |
*** jqiu has quit IRC | 14:49 | |
*** saju_m has quit IRC | 15:03 | |
*** tedross has joined #openstack-marconi | 15:08 | |
*** oz_akan_ has joined #openstack-marconi | 15:16 | |
*** njirap has quit IRC | 15:17 | |
*** saju_m has joined #openstack-marconi | 15:20 | |
*** cpallares has joined #openstack-marconi | 15:24 | |
*** ykaplan has joined #openstack-marconi | 15:27 | |
*** njirap has joined #openstack-marconi | 15:30 | |
*** shakamunyi has quit IRC | 15:31 | |
*** flaper87 is now known as flaper87|afk | 15:34 | |
*** russell_h has quit IRC | 15:36 | |
*** russell_h has joined #openstack-marconi | 15:36 | |
*** russell_h has quit IRC | 15:36 | |
*** russell_h has joined #openstack-marconi | 15:36 | |
*** kgriffs_afk is now known as kgriffs | 15:40 | |
kgriffs | o/ | 15:44 |
alcabrera | kgriffs: hey! | 15:45 |
cpallares | kgriffs, alcabrera: o/ | 15:47 |
cpallares | kgriffs: How was your vacation? | 15:48 |
kgriffs | nice | 15:52 |
kgriffs | we went camping and it did *not* rain | 15:52 |
kgriffs | yay! | 15:52 |
alcabrera | cpallares: o/ | 15:52 |
alcabrera | kgriffs: nice! | 15:52 |
cpallares | kgriffs: haha awesome :) | 15:52 |
cpallares | how was your weekend alcabrera? :) | 15:52 |
kgriffs | balajiiyer: ping | 15:52 |
malini | flaper87: this one might interest you https://review.openstack.org/#/c/81001/ :) | 15:53 |
vkmc | o/ | 15:53 |
cpallares | vkmc: o/ | 15:54 |
cpallares | malini: o/ | 15:54 |
*** jeremyh28 has quit IRC | 15:54 | |
malini | hello cpallares!! | 15:54 |
alcabrera | cpallares: lovely! I read even further in Types and Programming Languagues (Pierce, 2002) and started reading Homotopy Type Theory (Univalent Foundations Program, 2013) | 15:54 |
alcabrera | how about yours, cpallares? | 15:55 |
cpallares | alcabrera: It was lovely. I took a trip to the lake and had a picnic :) | 15:55 |
cpallares | alcabrera: and I didn't get much reading done :P | 15:55 |
alcabrera | sounds like a fair trade to me! picnics and lakes sound pleasant, too, cpallares. :) | 15:56 |
balajiiyer | kgriffs_afk: pong | 15:58 |
kgriffs | yo | 15:58 |
kgriffs | balajiiyer: got a minute to chat about the eval? | 15:59 |
balajiiyer | kgriffs: sure | 15:59 |
kgriffs | ok, so first off thanks! | 15:59 |
*** reed has joined #openstack-marconi | 15:59 | |
kgriffs | I owe you lots of pop-tarts | 15:59 |
kgriffs | :D | 15:59 |
balajiiyer | kgriffs: you are welcome. I apologize it took so long to get this to you. wasnt expecting this to go down the wire | 16:00 |
*** prashanthr_1 has quit IRC | 16:01 | |
vkmc | Hi cpallares! It sounds you had a great weekend :) | 16:01 |
kgriffs | balajiiyer: no worries, I understand you have other stuff going on | 16:02 |
malini | balajiiyer: you shudnt apologize after all the great work - You took over the monster of a task :D | 16:02 |
kgriffs | balajiiyer: ok, so the one thing I was going to recommend was breaking out the metrics in the graphs | 16:02 |
*** saikrishna has joined #openstack-marconi | 16:02 | |
kgriffs | the autobench graphs | 16:02 |
*** tedross has quit IRC | 16:03 | |
kgriffs | I would just have two sets of graphs, one for latency and one for throughput | 16:03 |
kgriffs | for latency, resp_time | 16:04 |
kgriffs | for throughput, I'm trying to remember which one was best | 16:04 |
saikrishna | Hi marconi team, Just a small update. I have unassigned this bug(marconi/+bug/1239834) , since prashathr_ has shown some interest in this in the meanwhile and also sent for a review. | 16:04 |
kgriffs | saikrishna: thanks for letting us know! | 16:04 |
saikrishna | no problem :) | 16:04 |
*** Kuwagata has joined #openstack-marconi | 16:05 | |
balajiiyer | kgriffs: ok. I tried doing that last night, took a while, so wanted to put together this first. I will add it to the list of things to do. | 16:05 |
kgriffs | balajiiyer: I think I used a script last time I had to do that | 16:05 |
kgriffs | I specified which column to pull out of the data file | 16:06 |
kgriffs | (to the script) | 16:06 |
kgriffs | let me see if I still have that | 16:06 |
balajiiyer | kgriffs: I see, that will be handy. thanks! | 16:06 |
kgriffs | balajiiyer: the trouble is, the scale for each metric is so different, it makes it hard to see what is going on | 16:06 |
balajiiyer | kgriffs: yeah, I agree | 16:07 |
kgriffs | balajiiyer: I want to say we should use max_rep_rate | 16:10 |
kgriffs | since you usually want the best rate to account for system noise | 16:10 |
kgriffs | (vs. avg or min) | 16:10 |
*** oz_akan_ has quit IRC | 16:15 | |
*** saju_m has quit IRC | 16:15 | |
kgriffs | balajiiyer: one more think I forgot to mention | 16:18 |
kgriffs | balajiiyer: ping | 16:18 |
balajiiyer | kgriffs: *listening* | 16:18 |
kgriffs | balajiiyer: In the decision matrix doesn't the weight need to be fractions that sum to 1? | 16:19 |
kgriffs | or are you normalizing the scores another way? | 16:19 |
*** tedross has joined #openstack-marconi | 16:20 | |
*** tedross has left #openstack-marconi | 16:20 | |
balajiiyer | kgriffs: I gave weights on a scale of 10, and scores are also on a scale of 10. Does that make sense? | 16:21 |
kgriffs | balajiiyer: hmmm | 16:26 |
kgriffs | balajiiyer: that doesn't sound quite right to me | 16:26 |
kgriffs | the weights are relative to eachother | 16:26 |
kgriffs | but the scores aren't relative across criteria | 16:26 |
kgriffs | maybe that is ok. hmmm | 16:28 |
kgriffs | balajiiyer: ah, ok, so I think it is fine, but you will want to explain that your weighting scale is 1-10 | 16:30 |
*** oz_akan_ has joined #openstack-marconi | 16:30 | |
kgriffs | basically, the scale is arbitrary for the weight, as long as you stick to it | 16:31 |
balajiiyer | kgriffs: yup, just added that note. | 16:31 |
malini | anybody has a marconi.conf, proven to work with mysql ? | 16:31 |
kgriffs | but, what about the idea that they should add up to 10? | 16:31 |
kgriffs | I'm trying to figure out where I got that idea | 16:31 |
balajiiyer | http://asq.org/learn-about-quality/decision-making-tools/overview/decision-matrix.html | 16:31 |
balajiiyer | kgriffs: I looked at the link sometime back when I wanted to do the decision matrix | 16:32 |
*** amitgandhi has quit IRC | 16:34 | |
*** njirap has quit IRC | 16:35 | |
balajiiyer | kgriffs: lunch, brb | 16:36 |
*** balajiiyer is now known as balajiiyer_afk | 16:36 | |
*** saikrishna has quit IRC | 16:37 | |
alcabrera | malini: I don't have one, but... | 16:39 |
alcabrera | uri=mysql+mysqldb://user:password@host/databasename | 16:39 |
alcabrera | should do it, according to http://docs.sqlalchemy.org/en/rel_0_9/dialects/mysql.html | 16:39 |
*** amitgandhi has joined #openstack-marconi | 17:04 | |
*** balajiiyer_afk has quit IRC | 17:07 | |
*** amitgandhi has quit IRC | 17:09 | |
*** ykaplan has quit IRC | 17:14 | |
*** mwagner_lap has quit IRC | 17:16 | |
*** Guest89169 has quit IRC | 17:22 | |
*** jamieh has joined #openstack-marconi | 17:22 | |
*** jamieh is now known as Guest45863 | 17:23 | |
*** amitgandhi has joined #openstack-marconi | 17:23 | |
*** balajiiyer has joined #openstack-marconi | 17:24 | |
*** amit has joined #openstack-marconi | 17:26 | |
*** amitgandhi has quit IRC | 17:26 | |
*** amit is now known as Guest95229 | 17:26 | |
*** whenry has joined #openstack-marconi | 17:32 | |
*** balajiiyer has quit IRC | 17:32 | |
kgriffs | malini: ping | 17:33 |
*** Guest95229 has quit IRC | 17:34 | |
*** rossk has joined #openstack-marconi | 17:35 | |
*** amitgandhi has joined #openstack-marconi | 17:35 | |
malini | kgriffs: pong | 17:36 |
kgriffs | hey there, I saw that mike came to the rescue last week - what was the fix? | 17:36 |
malini | kgriffs: YES!! mpanetta was right all along | 17:37 |
kgriffs | oh, I see | 17:37 |
mpanetta | What? | 17:37 |
malini | marconi-server was not daemonized correctly | 17:37 |
kgriffs | we needed to daemonize | 17:37 |
kgriffs | interesting | 17:38 |
malini | https://github.com/openstack/marconi/commit/122aeac53aeb426ad6996f6b35a7d3ffa5345579 | 17:38 |
kgriffs | I blame flavio | 17:38 |
kgriffs | :) | 17:38 |
kgriffs | (since he isn't here) | 17:38 |
malini | :D | 17:38 |
mpanetta | It still isn't :P | 17:38 |
malini | mpanetta: we are on the way to ;) | 17:38 |
kgriffs | srsly., I was going to make marconi-server daemonize but he said "nah, operators should just use supervisord for that" | 17:39 |
mpanetta | I did the minimum work required to get it working as fast as possible :P | 17:39 |
kgriffs | :p | 17:39 |
mpanetta | kgriffs: Who said that? | 17:39 |
kgriffs | flavio | 17:39 |
malini | kgriffs:& then flaper87 went on to introduce sqlalchemy to devstack , which broke everything :-P | 17:39 |
kgriffs | lol | 17:39 |
mpanetta | He was joking surely :P | 17:39 |
kgriffs | I'm just talking shmack cause he isn't here. :) | 17:40 |
malini | right now our issue is marconi wont start up with mongo | 17:40 |
kgriffs | malini: oh boy | 17:40 |
kgriffs | nothing can be easy, can it. | 17:40 |
malini | all is good with sqlite | 17:40 |
malini | but not with mongo/mysql | 17:40 |
malini | the gate has an ancient mongo version - 2.0.4 | 17:40 |
kgriffs | yikes! | 17:41 |
alcabrera | quite old | 17:41 |
kgriffs | that was before you had TTL indexes iirc | 17:41 |
malini | I chked @ #openstack-ceilometer & they are not running devstack on mongo either | 17:41 |
kgriffs | heh | 17:41 |
kgriffs | so what do we do if we require a newer version of mongo? | 17:42 |
malini | interestingly we have a new patch at the right time https://review.openstack.org/#/c/81001/ | 17:42 |
malini | ceilometer requires >2.4 | 17:42 |
kgriffs | oic | 17:42 |
kgriffs | well, nice work anyway getting to this point | 17:44 |
kgriffs | I still think it is lame that you can't just run a regular process but whatever | 17:45 |
kgriffs | maybe this problem will magically go away if/when devstack moves to docker | 17:45 |
kgriffs | alcabrera, malini, mpanetta: does the README need to change now that marconi-server is backgrounding itself? | 17:46 |
alcabrera | kgriffs: yes, and also - the README needs to indicate that mysql_config must be installed prior to installing marconi | 17:48 |
kgriffs | malini: can we make the gate job voting now? | 17:48 |
kgriffs | alcabrera: can you take care of that? | 17:49 |
malini | kgriffs: not yet | 17:49 |
malini | we'll have tio use sqlite to do tht | 17:49 |
malini | for some strange reason mysql doesnt work either | 17:49 |
kgriffs | malini: ETA on mongo or mysql? | 17:49 |
kgriffs | also, will you be in the TC meeting tomorrow? | 17:50 |
malini | kgriffs: yes..when is it? | 17:50 |
kgriffs | for the graduation review | 17:50 |
alcabrera | kgriffs: sure thing - updating the rEADME now | 17:50 |
kgriffs | https://wiki.openstack.org/wiki/Meetings#Technical_Committee_meeting | 17:50 |
kgriffs | malini: ^^ | 17:50 |
kgriffs | alcabrera: thanks! | 17:50 |
kgriffs | malini: ok, so we can say we have devstack/tempest integration but non-voting. they will ask about that | 17:51 |
malini | kgriffs: I have a bug open for the mongo issue. do you want us to use sqlite, till we figure out the mysql? | 17:51 |
kgriffs | malini: hmm. | 17:52 |
kgriffs | so, two concerns there | 17:52 |
kgriffs | nevermind | 17:52 |
kgriffs | so, I don't know what is best | 17:52 |
malini | I dont like having sqlite as the backend either | 17:53 |
kgriffs | i would say sqlite is OK as long as we have a critical bug filed and we won't suddenly have a bunch of patches blocked once the tempest job is voting, and we try to turn on mongo or mysql | 17:53 |
malini | but we need to figure out what going on with mysql | 17:53 |
kgriffs | yeah | 17:53 |
kgriffs | I would prefer just leaving it non-voting and failing so we have more incentive to fix it | 17:54 |
kgriffs | malini: what is the next step for mysql? | 17:54 |
malini | kgriffs: get marconi running with mysql locally | 17:55 |
openstackgerrit | Alejandro Cabrera proposed a change to openstack/marconi: docs(readme): update for mysql, daemon server https://review.openstack.org/81033 | 17:55 |
malini | but as always, I am getting pulled into other priorities..So havent been able to start on tht yet | 17:55 |
mpanetta | I wish you could use emoticons for process/file names. Then it really could be a daemon server :P | 17:55 |
kgriffs | heh | 17:56 |
kgriffs | nice idea | 17:56 |
AAzza | alcabrera: hey, by the way, while you are editing the readme, can you pls delete last slash from reference to wiki, I think I accidentally put it, and the link is broken now) (shy) | 18:04 |
alcabrera | AAzza: sure thing :) | 18:05 |
openstackgerrit | Alejandro Cabrera proposed a change to openstack/marconi: docs(readme): update for mysql, daemon server https://review.openstack.org/81033 | 18:06 |
alcabrera | AAzza: thanks for the pointer! All fixed. | 18:06 |
AAzza | alcabrera: now i can sleep well, thanks) | 18:09 |
alcabrera | :) | 18:09 |
kgriffs | mpanetta, oz_akan_: a couple links from NoSQL weekly that are relevant to us here | 18:13 |
kgriffs | http://goo.gl/9Gn2Gh | 18:13 |
kgriffs | http://goo.gl/IiKqgd | 18:13 |
kgriffs | that second one is directly relevant for couch, but may have some wisdom for Mongo | 18:14 |
alcabrera | http://blog.mongohq.com/why-we-scale-vertically-the-only-way-is-up/ -- this blog entry was removed. >.> | 18:15 |
oz_akan_ | kgriffs: swampiness is a huge topic especially in innodb community. if you disable it your processes will start to be killed under memory pressure | 18:19 |
oz_akan_ | usually good to have something little there | 18:20 |
oz_akan_ | unless you are 100% sure about application | 18:20 |
oz_akan_ | mongodb link is also nice, thanks | 18:20 |
*** mkoderer has quit IRC | 18:21 | |
*** anamalagon has joined #openstack-marconi | 18:21 | |
*** Guest45863 has quit IRC | 18:28 | |
malini | kgriffs, alcabrera: http://paste.openstack.org/show/73681/ | 18:33 |
malini | any idea what could cause this? | 18:33 |
alcabrera | hmmm | 18:33 |
malini | of courxe.. | 18:33 |
malini | needs a uri :D | 18:33 |
alcabrera | looks like sqlalchemy uri | 18:33 |
alcabrera | yup | 18:33 |
malini | hmm... | 18:34 |
openstackgerrit | Catherine Richardson proposed a change to openstack/marconi: adds docs directory with dev guide https://review.openstack.org/72001 | 18:41 |
malini | I am wondering if this needs to be updated https://github.com/openstack-dev/devstack/blob/master/files/apts/marconi-server | 18:44 |
*** oz_akan_ has quit IRC | 18:47 | |
*** amitgandhi has quit IRC | 18:52 | |
*** amitgandhi has joined #openstack-marconi | 18:57 | |
*** jcru has quit IRC | 19:01 | |
*** AnastasiosAndron has quit IRC | 19:03 | |
openstackgerrit | Catherine Richardson proposed a change to openstack/marconi: adds docs directory with dev guide https://review.openstack.org/72001 | 19:13 |
*** AAzza has quit IRC | 19:16 | |
*** alcabrera is now known as alcabrera|afk | 19:35 | |
jraim | kgriffs: ping | 19:36 |
kgriffs | jraim: pong | 19:36 |
jraim | have you seen this issue for falcon? https://github.com/racker/falcon/issues/224 | 19:36 |
jraim | support service and barbican got bit by that one due to how repose does things | 19:37 |
kgriffs | hmm, looks like that never got triaged | 19:37 |
*** malini is now known as malini_afk | 19:37 | |
kgriffs | it's a reasonable request | 19:37 |
jraim | okay, just wanted to take your temperature on it | 19:37 |
kgriffs | just, it isn't very common to have multiple header keys | 19:37 |
jraim | yeah | 19:37 |
jraim | it's a repose thing | 19:37 |
jraim | it does that for certain headers | 19:38 |
kgriffs | Let me schedule it for the next milestone | 19:38 |
kgriffs | pull requests welcome. :) | 19:38 |
kgriffs | otherwise, I plan to carve out some time to get 0.2.0 issues cleaned up | 19:38 |
jraim | cool | 19:38 |
*** jcru has joined #openstack-marconi | 19:38 | |
kgriffs | triaged | 19:39 |
jraim | thanks | 19:40 |
*** AAzza has joined #openstack-marconi | 19:42 | |
*** mkoderer has joined #openstack-marconi | 19:47 | |
*** mwagner_lap has joined #openstack-marconi | 20:08 | |
*** alcabrera|afk is now known as alcabrera | 20:12 | |
alcabrera | Good night, all. o/ | 20:12 |
*** alcabrera has quit IRC | 20:14 | |
*** cpallares has quit IRC | 20:15 | |
*** sriram has quit IRC | 20:32 | |
*** AAzza has quit IRC | 21:03 | |
*** rwsu has quit IRC | 21:16 | |
*** mpanetta has quit IRC | 21:22 | |
*** Kuwagata has quit IRC | 21:24 | |
*** rwsu has joined #openstack-marconi | 21:31 | |
*** amitgandhi has quit IRC | 21:36 | |
*** jqiu has joined #openstack-marconi | 21:39 | |
*** AnastasiosAndron has joined #openstack-marconi | 21:42 | |
openstackgerrit | Jon Bernard proposed a change to openstack/marconi: Include full license text https://review.openstack.org/81094 | 21:49 |
*** openstackgerrit has quit IRC | 22:39 | |
*** openstackgerrit has joined #openstack-marconi | 22:40 | |
*** malini_afk is now known as malini | 23:02 | |
*** jcru has quit IRC | 23:16 | |
*** jqiu has quit IRC | 23:23 | |
*** AnastasiosAndron has quit IRC | 23:28 | |
*** jqiu has joined #openstack-marconi | 23:34 | |
*** reed has quit IRC | 23:37 | |
*** balajiiyer has joined #openstack-marconi | 23:42 | |
balajiiyer | kgriffs: ping | 23:42 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!