0:01 AM
akashgp09 has quit
0:33 AM
HenryG has quit
0:35 AM
HenryG joined the channel
1:36 AM
wargreen has quit
1:43 AM
wargreen joined the channel
2:31 AM
MRiddickW joined the channel
4:30 AM
yyoung
yvanzo: Good morning
4:31 AM
yvanzo
mo’’in’
4:31 AM
yyoung
Have you read my PR? :)
4:35 AM
yvanzo
Yes and also tested it, it works nicely.
4:36 AM
yyoung
Thanks! Do you mean #2151 or #2114 ?
4:37 AM
yvanzo
2151
4:39 AM
yyoung
I see, any suggestions on the code?
4:42 AM
yvanzo
yyoung: yes, the "raw url" and "clean url" labels refer to the code and will probably not be explicit enough to editors.
4:44 AM
yyoung
Maybe change it to "URL" and "Cleaned up to" ?
4:44 AM
yvanzo
That looks better indeed.
4:45 AM
yyoung
OK, and the variable names remain unchanged in the code, right?
4:45 AM
yvanzo
yes
4:45 AM
yyoung
OK
4:48 AM
Any other suggestion? :)
4:50 AM
yvanzo
It lacks tests.
4:51 AM
yyoung
I know, just want to have your review first, to ensure I'm on the right way :)
4:51 AM
If so I'll start working on the tests
5:06 AM
5:07 AM
yvanzo
Probably not, the full URL text must be shown for editors to visually check.
5:07 AM
yyoung
Alright.
5:08 AM
yvanzo
When in doubt, ask bitmap and reosarevok too :)
5:08 AM
yyoung
Then should I disable text wrap?
5:08 AM
OK :)
5:09 AM
yvanzo
Do not hesitate to ask MB editors for feedback from UI changes, either on #musicbrainz channel or on community forums.
5:11 AM
(They will be able to test it in beta, but if you want earlier feedback send them screenshots/screencasts.)
5:12 AM
yyoung
Roger.
5:12 AM
yvanzo
yyoung: Anything else before I go?
5:14 AM
yyoung
5:14 AM
It occurs to me that the error targets still need to be enhanced
5:15 AM
yvanzo
Yes
5:15 AM
yyoung
This is the default message for ERROR_TARGETS.URL
5:16 AM
And the corresponding URLCleanup rule is indeed a regexp check for URL
5:16 AM
But in this case it shouldn't target URL
5:18 AM
I haven't figure out a reasonable solution though, so maybe deal with it later
5:18 AM
yvanzo: That's all for now, thanks!
5:19 AM
yvanzo
It should target the discography entry.
5:19 AM
yyoung
Yes but the problem is URLCleanup did not provide enough information
5:20 AM
yvanzo
Right, the 'validate' function for 'amazon' should be enhanced.
5:21 AM
Not only the URLCleanup stuff actually.
5:21 AM
When it validates one relationship and not the other for the same URL, the target should probably be the second relationship.
5:22 AM
yyoung
Hmmm maybe we can check whether there're multiple relationships under this URL and react accordingly
5:22 AM
yvanzo
Yes
5:22 AM
yyoung
My current mechanism is to display URL-targeted message under the input box
5:23 AM
But the validation is carried out for each relationship
5:23 AM
OK then, I'll try to fix it later
5:24 AM
I'll start working on the tests, and ask editors for their opinions on the UI change the other day
5:27 AM
yvanzo
yyoung: OK, keep up the good work! :)
5:35 AM
zas: Some search index updates from Monday were missing, I resent them.
5:36 AM
But a full rebuild of search indexes will probably be needed for earlier missing items.
6:03 AM
If search.index queue is messing up again, just stop sir-prod on pink to stop it writing unneeded large logs.
6:16 AM
akashgp09 joined the channel
6:47 AM
lucifer
zas: hi! ssh connections to bono are timing out. can you please help?
6:48 AM
7:02 AM
MRiddickW has quit
7:12 AM
zas
timeout for me too
7:13 AM
it doesn't answer to ping either, I reset it
7:16 AM
lucifer: server is back
7:24 AM
lucifer
zas: thanks! able to login now.
7:55 AM
okno_ joined the channel
7:56 AM
BrainzGit
8:28 AM
lucifer
8:28 AM
alastairp: ^ trying to train dataset on bono raises the above exception
8:53 AM
alastairp
lucifer: yeah, it can be temperamental. how big is the dataset you were evaluating?
8:54 AM
lucifer
2 classes, ~150 recordings each.
8:55 AM
alastairp
that _should_ be enough to prevent the usual errors
8:55 AM
at a guess from the error message, one of the preprocessing tries to delete the ['metadata'] block from the ll json, but maybe AB has filtered that out before?
8:56 AM
8:56 AM
maybe this failOnUnmatched could help?
8:56 AM
9:06 AM
lucifer
i see makes sense.
9:11 AM
9:12 AM
so passing failOnUnmatched=False here should be enough?
9:13 AM
alastairp
unsure - I don't know if our project template file allows this parameter to be changed
9:14 AM
loujine
9:18 AM
lucifer
9:22 AM
alastairp
lucifer: yes, that's probably better. however - 1) double-check the git tag that we check out when compiling gaia, that feature may not be present in the version that we're using
9:23 AM
and 2) this process did work, so I'm a bit interested in working out why we're running into problems with it - I suspect that there's a solution to this problem that means we don't need to make such a drastic change
9:24 AM
BrainzGit
9:26 AM
lucifer
yeah, you're right, we're checking out 2.4.5. the failOnUnmatched is only present in latest master.
9:27 AM
2 makes sense as well.
9:28 AM
alastairp
unfortunately we may have to dig into the gaia code, but I'm a bit surprised that it's buggy
9:28 AM
which branch are you running this on?
9:28 AM
lucifer
9:29 AM
lucifer is scared of diagnosing c++ code
9:30 AM
on the bright side, sklearn eval completed successfully
9:31 AM
9:32 AM
alastairp
ok great, nice to confirm that the end-to-end works there
9:32 AM
I wonder if there's some changed code that accidentally runs during the gaia flow that shouldn't
9:33 AM
lucifer
yeah, i would want to try out the dataset on AB prod and see if it works there.
9:33 AM
should we do a release first?
9:33 AM
alastairp
yeah, sure!
9:34 AM
lucifer
nice! :D
9:34 AM
any PRs ready to merge or should I create the release?
9:35 AM
alastairp
no, everything merged for now
9:35 AM
lucifer
👍
9:36 AM
BrainzGit
9:43 AM
outsidecontext
loujine: thanks for sharing that link
9:53 AM
lucifer
updating AB prod.
9:55 AM
loujine
outsidecontext: np
9:55 AM
lucifer
alastairp: AB didn't start as expected.
9:56 AM
alastairp
looking
9:56 AM
lucifer
i have reverted to previous image.
9:57 AM
9:57 AM
this was the log before i shut down container from today's image.
9:57 AM
uwsgi didn't start up or exited with some errors proabably?
9:58 AM
alastairp
there was nothing after the enabling syslog message?
9:58 AM
lucifer
oh my bad 🤦
9:58 AM
alastairp
seems like consul was waiting for config items that don't exist?
9:58 AM
lucifer
9:58 AM
yes right
9:58 AM
this is not merged yet
9:58 AM
alastairp
sure
9:58 AM
go ahead with that one
9:58 AM
lucifer
👍
10:00 AM
up now.
10:03 AM
alastairp
nice
10:05 AM
lucifer
all AB containers updated.
10:08 AM
10:10 AM
did something related to AB volumes change recently?
10:13 AM
alastairp
we moved servers
10:14 AM
I guess we didn't copy the contents/permission of that volume
10:14 AM
lucifer
but that should be in the docker-server-configs scripts?
10:15 AM
alastairp
what should be? the definition of the volume, yes
10:15 AM
but given the problems we've had with permissions on dumps on LB, I'm not surprised that AB volumes don't start up properly either :)
10:17 AM
lucifer
ah right the definitions are there.
10:17 AM
yeah, indedd.
10:18 AM
well, good thing boingo isn't decommissioned yet :)
10:18 AM
alastairp
so we can fix the definitions of the volumes in the Dockerfile, but we should also copy the contents of the volume from boingo
10:18 AM
yeah. I'll do that now
10:18 AM
we should set up backup to create backups from clash too
10:19 AM
(and disable boingo)
10:19 AM
lucifer
+1
10:21 AM
alastairp
lol, suddenly my list for today got really big
10:22 AM
lucifer
lol XD
10:24 AM
let me if I can help with some of it? :)
10:24 AM
*let me know
10:25 AM
alastairp
thanks, but I think I'm good
10:25 AM
10:26 AM
something to keep in mind in a possible future
10:27 AM
lucifer
yes indeed. might be useful to us.
10:29 AM
BrainzGit
11:17 AM
12:07 PM
lucifer
rdswift: should i merge 1536?
12:07 PM
ah, sorry. ruaok ^