Time |
Nick |
Message |
01:23 |
|
beanjammin joined #evergreen |
07:01 |
|
rjackson_isl joined #evergreen |
07:07 |
|
agoben joined #evergreen |
07:49 |
|
bdljohn joined #evergreen |
08:37 |
|
mmorgan joined #evergreen |
08:50 |
|
bos20k joined #evergreen |
08:57 |
JBoyer |
Re: my frustrations yesterday with icon_format and facets, looks like either something has to be wiped out of memcache and / or the services restarted. After all of that I'm finally seeing what I want. |
09:02 |
|
Dyrcona joined #evergreen |
09:20 |
remingtron |
Dyrcona: does bug 1739606 need an upgrade script because of the new server-side settings? |
09:20 |
pinesol |
Launchpad bug 1739606 in Evergreen "Web client: Column picker configuration fails to save in Billing History" [Medium,Fix committed] https://launchpad.net/bugs/1739606 |
09:20 |
remingtron |
Michele Morgan reminded me of that on bug 1729435. |
09:20 |
pinesol |
Launchpad bug 1729435 in Evergreen "Web Client: Bill Full Details - can't save column configuration" [Undecided,Confirmed] https://launchpad.net/bugs/1729435 |
09:21 |
Dyrcona |
Guess it does. I didn't think of it, either. |
09:22 |
Dyrcona |
I should have tested it with master, too, I suppose. |
09:29 |
|
yboston joined #evergreen |
09:35 |
|
collum joined #evergreen |
09:37 |
Dyrcona |
So, my --run-pending action_trigger_runner seems to be hung up again. |
09:42 |
Dyrcona |
I think those errors I mentioned the last two times are red herrings. I do see that "Invalid predicate structure: null" error even when it is not hung up. |
09:44 |
csharp |
any other clues from the logs? (opensrf or pg) |
09:44 |
csharp |
the select query to gather the events can take a long time for us |
09:44 |
Dyrcona |
Not really, but it seems to be happening more since I set the parallel settings to 3 for the collector and reactor in opensrf.xml. |
09:45 |
csharp |
though I haven't measured that since I implemented the a/t events purge script the other night |
09:45 |
Dyrcona |
We're still looking into implementing the purge, though I did a manual db purge earlier this year. |
09:45 |
csharp |
deleted about 58 million events |
09:45 |
remingtron |
Dyrcona: do you want me to open a new bug for the missing upgrade script I mentioned, or do you want to handle it on the same bug? |
09:46 |
csharp |
yeah, my approach was based on the aged billing/payment script - move the ones I want to keep into a temp table, truncate, restore |
09:46 |
Dyrcona |
remingtron: Whichever you think is better. |
09:47 |
remingtron |
okay, I'll open a new bug. |
09:48 |
csharp |
for the logs, this is the script I used: http://git.evergreen-ils.org/?p=contrib/pines.git;a=blob;f=sql/big_at_deletion.sql |
09:50 |
Dyrcona |
I did something similar, but didn't read the release notes very well so old, passive events came back. |
09:58 |
remingtron |
Anybody want an easy bug to fix? bug 1806709 |
09:58 |
pinesol |
Launchpad bug 1806709 in Evergreen "Add Billing History grid persist-key to server-side db settings" [High,Confirmed] https://launchpad.net/bugs/1806709 |
10:47 |
|
khuckins joined #evergreen |
11:13 |
|
sandbergja joined #evergreen |
11:23 |
berick |
csharp: let me know if my latest comments to bug 1793802 don't make sense. |
11:23 |
pinesol |
Launchpad bug 1793802 in Evergreen "Wishlist: Age billing/payment data with circs" [Wishlist,Confirmed] https://launchpad.net/bugs/1793802 |
11:27 |
|
sandbergja joined #evergreen |
11:30 |
|
jvwoolf joined #evergreen |
12:05 |
|
beanjammin joined #evergreen |
12:09 |
csharp |
berick: 10-4 |
12:10 |
csharp |
I'll have to look into what's necessary for 3.1 (I applied this to our 3.0 prod server) |
12:11 |
csharp |
on another topic, a library is reporting whitescreens and this error in the console: http://google.github.io/lovefield/error_lookup/src/error_lookup.html?c=201&p0=Setting.pkSetting&p1=%22ui.admin.patron_log.max_entries%22 |
12:11 |
csharp |
my first thought was multiple tabs, but I'm not seeing where that would get set in the offline DB to begin with |
12:15 |
|
jihpringle joined #evergreen |
12:15 |
berick |
csharp: we're running it in prod too. I left money.aged_billing.create_date NULL-able and have not back-filled any of the new data to money.age_billing. It's easy enough to do in the future if I need it. |
12:16 |
csharp |
cool |
12:18 |
berick |
csharp: re: indexeddb issues, the code does cache org unit settings in indexeddb |
12:18 |
berick |
so that part's not surprising (in org.js) |
12:20 |
* csharp |
wonders if there's a way to make lovefield see the existing value and be ok with that |
12:21 |
berick |
csharp: you're running the code from bug 1775719, I assume? |
12:21 |
pinesol |
Launchpad bug 1775719 in Evergreen 3.0 "Multiple IndexedDB connections (via tabs) can result in data inconsistency" [High,Fix released] https://launchpad.net/bugs/1775719 |
12:23 |
csharp |
oooh - probably not |
12:25 |
|
bdljohn1 joined #evergreen |
12:25 |
csharp |
does that require rebuilding the JS stuff to apply or can it be hot-patched? |
12:27 |
|
bdljohn joined #evergreen |
12:27 |
* Dyrcona |
finds that hot-patching usually requires a cache clear and hard reload...Well, rebuilding does, too, usually. |
12:28 |
berick |
csharp: requires a rebuild |
12:28 |
berick |
since it modifies a core file |
12:28 |
* csharp |
is tempted to ask the library to just wait until MLK when we upgrade |
12:28 |
csharp |
yeah, thought so |
12:29 |
csharp |
apparently something they're doing is causing the problem though - only one library is complaining at present |
12:29 |
Dyrcona |
Might fix it if they clear the indexeddb and start over fresh. |
12:29 |
csharp |
I've asked the admin to see if they can track the workflow |
12:30 |
csharp |
yeah, apparently they're doing that and it whitescreens again within 10 - 15 mins |
12:30 |
csharp |
which is why I'm thinking a tweak to workflow might be a workaround until the fix is applied |
12:31 |
csharp |
troubleshooting this kind of thing third-hand is nearly impossible |
12:35 |
Dyrcona |
So, I'm getting this egweb: Context Loader error: Can't use an undefined value as an ARRAY reference at /usr/local/share/perl/5.22.1/OpenILS/WWW/EGCatLoader/Util.pm line 158. on a fresh install of master when I try to visit the OPAC. I'm going to look into later, but thought I'd share that here. |
12:39 |
Dyrcona |
Ah..... |
12:40 |
Dyrcona |
Well, hey! Postgres appears to be dead. |
12:48 |
Bmagic |
Dyrcona: that'll do it every time |
12:52 |
Dyrcona |
Hmm. Looks like the postgresql server install tried to run debconf: debconf: unable to initialize frontend: Dialog |
12:58 |
Dyrcona |
Nope. Doesn't look like that's the one. |
13:01 |
* Dyrcona |
adds code to the build script to make sure that postgresql is started. |
13:28 |
Dyrcona |
Interesting.... This time memcached was not running. I've usually not had to start services manually like this before. |
13:29 |
|
mcgriff joined #evergreen |
13:30 |
|
mcgriff joined #evergreen |
13:34 |
|
sandbergja joined #evergreen |
13:47 |
jeff |
er. |
13:47 |
jeff |
hrm. |
13:48 |
jeff |
there we go. |
15:14 |
|
Dyrcona joined #evergreen |
15:17 |
|
mmorgan joined #evergreen |
15:30 |
Dyrcona |
remingtron: Did you make a branch for bug 1806709? |
15:30 |
pinesol |
Launchpad bug 1806709 in Evergreen "Add Billing History grid persist-key to server-side db settings" [High,Confirmed] https://launchpad.net/bugs/1806709 |
15:31 |
remingtron |
Dyrcona: no, not able to today. |
15:54 |
|
mmorgan1 joined #evergreen |
16:09 |
|
blongwel joined #evergreen |
16:22 |
blongwel |
Is there a way to concatenate the contents of two marc tag subfields in xpath for an index definition? ie 800 subfield t and p? |
17:10 |
|
mmorgan left #evergreen |
17:23 |
|
khuckins joined #evergreen |
18:40 |
|
jvwoolf joined #evergreen |
18:42 |
|
jvwoolf left #evergreen |
23:52 |
|
beanjammin joined #evergreen |