Wednesday, 2016-08-31

*** baoli has joined #openstack-sprint00:04
*** baoli_ has joined #openstack-sprint00:05
*** baoli has quit IRC00:09
*** rfolco has joined #openstack-sprint00:33
*** delattec has quit IRC00:56
*** baoli_ has quit IRC01:24
*** rfolco has quit IRC01:28
*** baoli has joined #openstack-sprint02:34
*** baoli has quit IRC02:40
*** crinkle_ has joined #openstack-sprint04:16
*** crinkle has quit IRC04:17
*** hashar has joined #openstack-sprint07:44
*** mestery has quit IRC10:46
*** baoli has joined #openstack-sprint11:37
*** baoli_ has joined #openstack-sprint11:46
*** rfolco has joined #openstack-sprint11:47
*** baoli has quit IRC11:49
*** larainema has quit IRC11:58
*** larainema has joined #openstack-sprint12:02
*** hashar has quit IRC12:25
*** hashar has joined #openstack-sprint12:26
*** mestery has joined #openstack-sprint12:52
*** rfolco has quit IRC14:03
*** rfolco has joined #openstack-sprint14:04
*** rfolco has quit IRC14:11
*** rfolco has joined #openstack-sprint14:12
*** hashar has quit IRC16:09
*** ianw has quit IRC16:13
*** ianw has joined #openstack-sprint16:43
zaroonline reindex testing is going on now https://etherpad.openstack.org/p/gerrit-online-index-testing17:01
zarojust started the online index and it should run for about 1.5 hrs.  most projects are small and one really large project "kdc/C".  please push changes to kdc/C since reindex will be running against that the longest.17:03
Zaraokay, can probably give 5 mins or so17:05
Zarait's taking a long time to load, idk if that's expected or not17:08
zarodo you mean review-dev?17:09
Zarayeah17:09
zarois it only slow on first load or is it continously slow?17:10
zaroUI is not slow for me. how about you pleia2 ?17:12
pleia2not so far, but it's saying "Working ..." at the top always17:13
pleia2(on a call, just fiddling until I have to talk)17:13
Zarayeah, same here re: 'working'. it was continuously slow for a bit, now it's not; not sure if it's my connection17:14
zaroCPU utilization is 250%17:16
zarobut no errors in logs or anything.17:17
pleia2pushed a couple patchsets without trouble, edited my user info, added comments and votes17:19
pleia2I'll queue up and push a few at once after this call17:19
Zarapushed a patchset and published edit to it on the ui without a problem17:20
Zarawell, a patch, not a patchset17:20
pleia2Zara: hahaha, I did patch about cats17:21
Zara:D17:22
Zarathough hm, the only patches that show up in that project for me list zaro or me as owner17:23
ZaraI wonder if that's an issue or if I'm missing something. would guess it's the latter.17:23
pleia2on https://review-dev.openstack.org/#/q/status:open ?17:23
pleia2oh, I picked a different project17:23
pleia2gtest-org/gtest17:23
Zaraoh, aha17:23
ZaraI approve and have +1'd it.17:24
zaroyou can use git review on kdc/C project17:26
pleia2zaro: do you know what "Working..." in the UI means? Just an indication that things are a bit slow?17:26
pleia2it's been coming and going as I wander through the UI17:26
pleia2oh, I should pay attention to this call now, sec17:26
zaroyes, i believe it's the CPU is loaded and is trying to catch up.17:28
zaroi'm guessing http threads can use a little tweeking but luckly we've already done that on review.o.o17:28
Zarahah, related changes only just showed up for a patch I sent17:29
Zaraso I think that's something that's affected.17:30
zarogood eye, i didn't notice that.17:30
zaroi don't see related changes at all.  when do you get it?17:31
Zarait took a while, maybe a minute or more17:32
Zarait's gone again, maybe because I uploaded a new patch on that topic17:33
zaroi saw an error on query for topic:frogs.  did that work?17:33
Zarathe topic was frog17:33
Zaraaha just appeared17:33
zaroohh that's super slow17:33
zarothat makes sense i guess it's indexing while changes are getting added17:35
Zarahm, just tried rebasing something and pushing again and it failed, not yet sure whether it was an issue on my end17:38
zarodid you do that from UI? or command line?17:38
Zaracommand line17:39
Zarawill paste error in a sec17:39
Zarahttp://paste.openstack.org/show/565258/17:40
Zarathat's make change, add, commit, git review, then make another change, add, commit, git rebase -i, squash so it's all one commit, git review17:40
Zara`git pull` also seems to take longer, though I don't have any useful measurements for that17:43
zaroyeah, it's slow.  reindex is overtaking the CPU17:43
zarobut the rebase should work.  let me try17:43
Zaratried again, same thing17:46
zaroit works for me17:46
zarowhich change are you rebasing?17:47
Zara107941 and 10793717:47
Zara(not at the same time, haha)17:47
Zarait's the same workflow I use for storyboard things so I'm fairly confident I'm not doing anything too strange.17:48
zaro107941 does not require a rebase. it's the same as master17:50
zaroi mean it's up to date with master17:50
zaroactually what i mean is that there's no conflict with master17:51
Zarayeah, I mean rebase to upload a new version of the patchset rather than to fix a merge conflict17:51
Zarahttp://paste.openstack.org/show/565263/ is in more detail, though it doesn't show the actual rebase step (which is just squash on the second change and then commenting out everything in it)17:52
pleia2I am definitely noticing slowness here and there, but nothing untolerable, especially since an alert from the bot will exist during this time when we do it in production17:52
zaroZara: so the rebase then push new patchset works for me with 10794117:53
zaroZara: let me try your scenario17:54
zaroZara: hmm, just tried your scenario and it works for me17:58
Zaragah17:58
zarogit review should ask you to upload a series. did it do that?17:59
Zarano, but this should just be one commit17:59
Zarain this case I want it to put another file into the same commit18:00
zaroyou do that with squash not a rebase.18:00
Zarayeah, I do an interactive rebase and then choose to squash it18:01
zaroahh, i did not do that18:01
zaroyou paste just said rebase -i master but hid what you actually did in the rebase18:01
Zarayeah, sorry, I mentioned it here but it wasn't too clear18:02
Zarathis workflow definitely works for me in production but I don't know if this is reindex-specific or a more general difference with review-dev18:03
Zarawill experiment a bit more18:04
Zarahm, okay. it seems it doesn't like it if you leave the original file untouched and squash in a new file. but if you edit the original file, and then squash that change, it's fine with it.18:07
*** larainema has quit IRC18:08
ZaraI did that test after reading about the error here: http://stackoverflow.com/questions/16586642/git-unpack-error-on-push-to-gerrit/20329880#2032988018:08
zarouse the scenario you described of squashing inside the rebase and it worked for me as well.18:09
Zarawas it a squash where the original files weren't edited?18:10
zaroyes18:10
zarohttps://review-dev.openstack.org/#/c/107948/18:10
zarobut i used blank files though18:10
zaromaybe that's the difference18:10
Zarathat only lists one patch set for me.18:11
Zarait worked for me here: https://review-dev.openstack.org/#/c/107946/18:11
Zarabut yeah, editing the same file18:11
*** larainema has joined #openstack-sprint18:11
Zarawell this is weird but I'm doubting it's reindex specific18:12
pleia2running out of things to test18:12
zaroZara: yeah, doesn't seem to be due to reindexing18:13
zaropleia2: have you done more complicated queries?18:13
pleia2zaro: such as?18:14
zaronothing in logs about indexing errors anyays18:14
pleia2I did the things in the etherpad18:15
zaropleia2: good question.  let me take a look at gerrit-dash-creator for ideas :)18:15
pleia2oh, queries like search queries18:15
pleia2on it18:15
zaroohh yeah tons of examples in https://github.com/openstack/gerrit-dash-creator/tree/master/dashboards18:16
zarooops times up i guess.  about 15 minutes less than i anticipated.18:17
Zaraheh18:19
zaroi think that went well.18:19
zarothanks for your help.  now i'm looking at logs18:19
zarosome errors concerning draft changes, which we don't support.18:19
Zara(fwiw I just tried my failing rebase workflow on sandbox and it worked fine so it's defo a difference between dev and prod.)18:20
zarofor some reason got a db disconnect which seems kinda unexpected due to our activity.  not sure what caused that.18:20
zarobut good to see gerrit continue to soldier on though.18:20
zaroZara: try on review-dev again? reindex is no longer running now18:21
Zaraokay18:21
zaro[2016-08-31 18:16:17,300] INFO  com.google.gerrit.lucene.OnlineReindexer : Reindex to version 14 complete18:22
zaro[2016-08-31 18:16:17,300] INFO  com.google.gerrit.lucene.OnlineReindexer : Using schema version 1418:22
pleia2:D18:22
zaropleia2: ^ this is what to watch for18:22
pleia2zaro: which log?18:22
zaroerror_log18:22
pleia2okie18:22
Zaraokay, still not working, defo not reindex-specific :)18:23
zarocool.18:23
zaro[2016-08-31 18:23:08,482] ERROR com.google.gerrit.sshd.BaseCommand : Internal server error (user Zara account 5421) during git-receive-pack '/kdc/C.git'18:26
zarocom.google.gerrit.sshd.BaseCommand$Failure: fatal: Unpack error, check server log18:26
zaroat com.google.gerrit.sshd.commands.Receive.runImpl(Receive.java:176)18:26
zaroat com.google.gerrit.sshd.AbstractGitCommand.service(AbstractGitCommand.java:101)18:26
zaroat com.google.gerrit.sshd.AbstractGitCommand.access$000(AbstractGitCommand.java:32)18:26
zaroat com.google.gerrit.sshd.AbstractGitCommand$1.run(AbstractGitCommand.java:70)18:26
zaroat com.google.gerrit.sshd.BaseCommand$TaskThunk.run(BaseCommand.java:445)18:26
*** zaro has quit IRC18:26
pleia2bye zaro18:27
*** zaro has joined #openstack-sprint18:27
pleia2zaro: paste bin? :)18:27
zaroopps. didn't mean to do that.18:27
pleia2hehe18:27
zaroZara: http://paste.openstack.org/show/565276/18:27
zarothat's the error for your push18:28
Zarahaha18:28
zaroit has nothing to do with online reindex18:28
pleia2breaking other things, go Zara :D18:29
Zarathis is why SotK hates me.18:29
pleia2lol18:29
zarocould be that we updated gerrit.war on review.o.o without updating the plugins18:29
pleia2zaro: so is there something we should have looked at to make sure the reindex did what we wanted? like a change of a project name, updating anything, or anything?18:29
zarobecause i think that's the hooks plugin work18:29
Zarait seems like a strange edge-case that doesn't affect the production gerrit.18:30
pleia2zaro: also, will you be around on Friday?18:30
zarowould need to investigate further but might be a bug in the hook.18:31
zaroironically, i think the plugins on review-dev are definately more correct than the ones on review.o.o18:31
zaropleia2: yes18:31
zaropleia2: the reindex will reindex projects in i think alpha order18:32
Zarahaha, I guess now we know it might bite us later.18:32
zaroso if the project we've changed the name to gets reindexed before the indexer finished you'll see the new project on gerrit even before the index finishes18:32
pleia2zaro: ok, noted18:33
zarojust depends on when the project gets reindexed18:33
zaronice work guys and thanks a bunch for volunteering!18:33
Zaranp :)18:34
* pleia2 considers loading up colornicks if she has to work with zaro and Zara a ot18:35
pleia2a lot18:35
pleia2my poor brain18:35
Zarabwahaha18:38
Zarathat's how I'll justify my capital letter18:38
zaroi thought everyone does colored nicks? i would go crazy if i didn't have it18:40
Zarahah, I don't use them either18:43
Zarathough most of my lines go ':) :) :) hi !!!' so they're fairly easy to spot18:44
*** rfolco has quit IRC19:22
*** rfolco has joined #openstack-sprint19:23
*** rfolco has quit IRC19:43
*** rfolco has joined #openstack-sprint19:44
*** rfolco has quit IRC20:04
*** rfolco has joined #openstack-sprint20:05
*** rfolco has quit IRC21:00
*** baoli_ has quit IRC21:02
*** baoli has joined #openstack-sprint21:03
*** hieulq has quit IRC23:59

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