Time |
Nick |
Message |
01:28 |
pinesol |
News from commits: LP1983991 release notes <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=25409de175a566c5afd7d901ea5ff9aafdcd0fee> |
01:28 |
pinesol |
News from commits: LP1983991 handle when IN list empty <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=c4848427256ecd9b4167fcd897dc934d0059c375> |
01:28 |
pinesol |
News from commits: LP1983991 Allow display of source address and source location on transit slips <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=7c00ef8c0d674ffa29971133b4d44ddc65ead456> |
07:57 |
|
kworstell-isl joined #evergreen |
08:49 |
|
mmorgan joined #evergreen |
08:51 |
|
mantis1 joined #evergreen |
09:03 |
|
Dyrcona joined #evergreen |
09:17 |
Dyrcona |
miker: I got "something new" while loading a file of 100,000 records overnight. This time an error about failing to enqueue a record during the load process. Haven't seen that before. I'll paste the scroll back in a few minutes. |
09:33 |
miker |
Dyrcona: right on, thanks |
09:33 |
|
sandbergja joined #evergreen |
09:35 |
sandbergja |
Good morning! I'm getting test failures when trying to run the angularjs unit tests, in the steps to mock the orgs for the egOrg tests. Anybody else running into that? |
09:37 |
Dyrcona |
miker: https://pastebin.com/4BNh3wG1 # tmux++ |
09:37 |
Dyrcona |
I'm going to run another batch of 100,000. |
09:46 |
miker |
Dyrcona: what are the chances that there are actual dupes (by id) in the file? not knowing what loadrecords (parallel? trigger shenanigans? Dark Magic?), hard to troubleshoot how that might happen. if there were truly conflicting queue entries then the fact that one or the other didn't make it into the queue is immaterial, but even in that case, we can quiet the noise. I would definitely be concerned if, at the end of enqueuing, the ids listed in |
09:46 |
miker |
those errors were /not/ present in the orphan queue -- /that/ would actually be a problem |
09:55 |
Dyrcona |
loaderecords is basically this: https://pastebin.com/g4RGDJLr |
09:56 |
Dyrcona |
It's had some minor changes since I put it on pastebin, but nothing drastic. |
10:00 |
|
jvwoolf joined #evergreen |
10:03 |
berick |
gmcharlt++ |
10:03 |
berick |
sandbergja++ |
11:04 |
Dyrcona |
Hmm.... put 194,580 ids in an IN list or write a little program to read a file of the ids and run the select statement on each one.....? |
11:04 |
Dyrcona |
@decide IN or file |
11:04 |
pinesol |
Dyrcona: go with file |
11:05 |
Dyrcona |
And, that is how the most important implementation decisions are made. :) |
11:17 |
|
jihpringle joined #evergreen |
11:19 |
Dyrcona |
I'm going back to the original metabib.reingest_metabib_field_entries function definition. I think I was getting fewer failures with it. |
11:21 |
|
mantis1 joined #evergreen |
11:29 |
Dyrcona |
Hmmm.. I seem to get more errors on inserts with the old function definition, but that could just be a coincidence. |
11:30 |
Dyrcona |
I guess that makes sense given the difference. |
11:37 |
|
mantis1 joined #evergreen |
11:44 |
Dyrcona |
Looks like that 194,580 bib ids is going to be larger than that. There's not as much overlap between the records as I originally thought. |
11:46 |
berick |
gmcharlt: ping re: bug 1944986 |
11:46 |
pinesol |
Launchpad bug 1944986 in Evergreen "Support Script to Update Patron Penalties Needed" [Wishlist,Confirmed] https://launchpad.net/bugs/1944986 - Assigned to Galen Charlton (gmc) |
11:47 |
gmcharlt |
berick: pong |
11:47 |
berick |
just saw you grabbed it. reminded me i meant to take the pullrequest off. |
11:47 |
berick |
i found an issue that needs discussion |
11:47 |
berick |
updating ticket now |
11:47 |
gmcharlt |
ah, OK. |
11:56 |
Dyrcona |
miker: The duplicates may have come from the orphan ingest catching up with deletes, and I loaded a file that was meant to replace existing records, and yes, there very well could be duplicates in the input file. My program won't insert duplicate records or duplicate URIs. It would update the previously inserted record, however. |
12:02 |
Dyrcona |
By "deletes" I actually mean updates. I've got a script to remove located URIs from the MARC. That gets the MARC into a MARC::Record, removes the matching 856, then updates the bre in the database. |
12:02 |
Dyrcona |
Probably got caught up with an incoming record. This probably would not happen under normal circumstances. |
12:13 |
Dyrcona |
miker: Yeah, that's what happened. I've confirmed that all of those records had a URI removed and then later a new one was added. |
12:18 |
dmoore |
Howdy all, I'm new to Evergreen and will be hanging around for a bit as I learn it. Coming from an Alma/Primo setup, so I'm glad to be part of an open source community now |
12:20 |
jeffdavis |
dmoore: welcome! :) |
12:20 |
berick |
welcome dmoore |
12:23 |
mmorgan |
dmoore: Welcome to Evergreen! |
12:24 |
rhamby |
dmoore - welcome! |
12:25 |
dmoore |
^^ |
12:35 |
jvwoolf |
Anybody have a link to that podcast from years ago about the founding of Evergreen? |
12:35 |
jvwoolf |
I was trying to find it for mantis1 |
12:40 |
jihpringle |
jvwoolf: could it be this? https://twit.tv/shows/floss-weekly/episodes/132 from 2010 |
12:40 |
jvwoolf |
That's it! |
12:40 |
jvwoolf |
jihpringle++ |
12:41 |
jihpringle |
or there's also this one - https://circulatingideas.com/2015/08/25/episode-74-equinox/ |
12:47 |
|
mantis1 joined #evergreen |
12:48 |
* Dyrcona |
has a problem. I want to match lines in a file that match up to a certain point, but they differ after that. Simple RE isn't gonna cut it. |
12:58 |
Dyrcona |
Of course the problem is more complicated than that. |
13:07 |
|
jihpringle joined #evergreen |
13:08 |
|
Guest1 joined #evergreen |
13:10 |
|
mantis1 joined #evergreen |
13:22 |
Dyrcona |
Solveed my problem in the database. |
13:33 |
Dyrcona |
dbs++ |
13:33 |
Dyrcona |
miker's_internet_in_2010-- :) |
13:39 |
Dyrcona |
Ha! Still 11 core committers. It's usually been around that number. |
13:58 |
Dyrcona |
jihpringle++ |
13:59 |
miker |
Dyrcona: ha! omg. so, I was actually at a client site, and they had /very/ locked down wifi. there were firewall pinholes, VPNs, and Dark Incantations involved in that video call, and I just couldn't stay connected |
14:06 |
Dyrcona |
miker++ |
14:15 |
Dyrcona |
gmcharlt++ |
14:17 |
Dyrcona |
phasefx++ |
14:48 |
jeff |
dmoore: greetings, and welcome! |
14:52 |
|
jihpringle joined #evergreen |
14:55 |
jeff |
miker: hah! I'm glad you mentioned that about poor network connectivity. It was a good reminder to turn off the shaky "tunnel back home" setup I was using earlier today before trying to use Zoom for the release-building call. |
14:59 |
gmcharlt |
apologies - something has come up and I will need to postpoine the release webinar |
15:01 |
|
Stompro joined #evergreen |
15:31 |
|
sleary joined #evergreen |
15:43 |
mmorgan |
claiming 1352 |
15:44 |
|
sleary joined #evergreen |
15:54 |
Dyrcona |
mmorgan: Are you sure. We're supposed to be in freeze, aren't we? |
15:54 |
Dyrcona |
Is this one of the things allowed in? |
15:55 |
mmorgan |
Dyrcona: Yes, per convo with release team this morning. |
15:55 |
Dyrcona |
mmorgan++ |
15:55 |
mmorgan |
Dyrcona++ |
15:56 |
* Dyrcona |
has spent too much time dealing with SQL today. |
15:59 |
|
jvwoolf joined #evergreen |
16:30 |
pinesol |
News from commits: LP1859701 - Stamping upgrade script <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=eccc0bae289c215c18af40047b4159bdf595cdfa> |
16:30 |
pinesol |
News from commits: LP1859701: remove unused imports <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=9770187b8e8f78c98dba634adda80ead408aa977> |
16:30 |
pinesol |
News from commits: LP1859701 follow-up fixes for Cash Report <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=5a2f427e02f357b51e61780a2f1668b87b35b116> |
16:30 |
pinesol |
News from commits: LP1859701 Cash reports inline patron info <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=cd312909a9806728d3c9c42701385b2eb8c93a38> |
16:30 |
pinesol |
News from commits: LP1859701 Cash Reports Tidying <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=08ba2092da69fd7870cf751ad4bf4f87426b0ef7> |
16:30 |
pinesol |
News from commits: LP1859701 fix routing from admin page <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=060657b9d2302651da082ce1de0fe74a92a97731> |
16:30 |
pinesol |
News from commits: LP1859701 release note <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=986c197adf75dbea52dca877d48a0995f74afdb4> |
16:30 |
pinesol |
News from commits: LP1859701 replace "totals" row in each grid with a totals section above each grid <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=f5e8ef7a4ba364d4328732b70c52e2e18fc76dfb> |
16:30 |
pinesol |
News from commits: LP1859701 Cash Reports <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=d2ac2c21d51c9b5d2144456962448c2284baa51a> |
16:31 |
Dyrcona |
Heh. That seemed to be in rhythm with the music I'm listening to, and each line popped up with a cymbal crash. |
16:31 |
mmorgan |
:) |
16:46 |
|
jvwoolf left #evergreen |
17:11 |
|
mmorgan left #evergreen |
17:39 |
|
jihpringle joined #evergreen |
18:08 |
|
sleary joined #evergreen |