Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[10:13:43 CDT(-0500)] <skreech_> 71781 ms

[10:13:51 CDT(-0500)] <EricDalquist> on our coolthreads machines (which have terrible single thread performance) tomcat startup for our prod portal takes ~5 minutes

[10:13:55 CDT(-0500)] <EricDalquist> we have over 50 webapps

[10:13:59 CDT(-0500)] <EricDalquist> and tomcat starts each one serially

[10:14:03 CDT(-0500)] <EricDalquist> in one thread

[10:14:08 CDT(-0500)] <EricDalquist> it takes a while (tongue)

[10:14:25 CDT(-0500)] <skreech_> (smile)

[10:14:40 CDT(-0500)] <skreech_> yes which is what I was hoping for originally

[10:15:03 CDT(-0500)] <skreech_> I really should have gone and read some of the old documentation for uportal to see if anything was missing v_V

[10:15:26 CDT(-0500)] <EricDalquist> eh

[10:15:33 CDT(-0500)] <EricDalquist> its good to know that the current manual was missing something

[10:15:37 CDT(-0500)] <skreech_> Alright now I just need to make a copy of the old portal for migration

[11:25:27 CDT(-0500)] <athena> EricDalquist: what's the status for 4.0.7? cutting the release now, or time to pull a few more things in?

[11:25:33 CDT(-0500)] <EricDalquist> you have time

[11:25:38 CDT(-0500)] <EricDalquist> I still have a bit more work on this reporting stuff

[11:25:43 CDT(-0500)] <EricDalquist> I have concurrent user reports working too

[11:25:49 CDT(-0500)] <EricDalquist> and am working to reduce some code duplication

[11:25:57 CDT(-0500)] <EricDalquist> I want it to be in a good spot for actually adding new reports

[11:29:13 CDT(-0500)] <athena> ok

[11:29:19 CDT(-0500)] <athena> i think i'm going to get those log changes merged in

[11:29:32 CDT(-0500)] <EricDalquist> great

[11:29:34 CDT(-0500)] <athena> and reducing code duplication sounds fantastic (smile)

[11:29:39 CDT(-0500)] <athena> anything you need help on w/ the reporting?

[11:30:00 CDT(-0500)] <athena> in the longer term it seems like it's time to start thinking thorugh the UI

[11:30:24 CDT(-0500)] <EricDalquist> yeah cleaing up the UI will be a bit

[11:30:34 CDT(-0500)] <EricDalquist> that was jibberish ...

[11:30:51 CDT(-0500)] <EricDalquist> cleaning up the ui a bit will be helpful

[11:32:02 CDT(-0500)] <athena> yeah

[13:07:33 CDT(-0500)] <jwennmacher> Hi all. I noticed the bamboo builds are failing due to what appears to be a disk space issue. Who can look into this?

[13:15:20 CDT(-0500)] <EricDalquist> ah sure

[13:15:20 CDT(-0500)] <EricDalquist> which builds?

[13:16:53 CDT(-0500)] <jwennmacher> uPortal. https://developer.jasig.org/bamboo/browse/UP-LIVEBUILD-JOB1-408/ and https://developer.jasig.org/bamboo/browse/UP-LIVEBUILD40-JOB1-53/

[13:16:58 CDT(-0500)] <EricDalquist> OH

[13:17:13 CDT(-0500)] <EricDalquist> those are failing due to the quickstart scripts not waiting for tomcat to stop/start

[13:17:19 CDT(-0500)] <EricDalquist> those live on an amazon EC2 instance

[13:17:25 CDT(-0500)] <EricDalquist> with ~120GB of disk

[13:17:46 CDT(-0500)] <EricDalquist> the errors are just ... weird

[13:17:51 CDT(-0500)] <EricDalquist> due to the nature of the EC2 instance

[13:18:10 CDT(-0500)] <EricDalquist> its on my todo list but probably won't get attention for a few days

[13:20:09 CDT(-0500)] <athena> hey eric - have you tried building 4.0.x lately?

[13:21:27 CDT(-0500)] <jwennmacher> NP. Just wanted to check (smile)

[13:21:45 CDT(-0500)] <EricDalquist> not in a week or so

[13:22:02 CDT(-0500)] <EricDalquist> the bamboo build seems happy

[13:22:14 CDT(-0500)] <athena> huh - no idea what's going on with my instance here

[15:28:47 CDT(-0500)] <jwennmacher> Eric: I noticed you had logback.xml configured for uPortal having hourly rollover instead of daily. I'm thinking the portlets could be daily in prod. Is there enough value in configuring uPortal and the portlets for different log file roll-over periods using variables in local.properties? E.g. should I create two rolling logfile date pattern variables; one for uPortal that can be hourly and one for the portlets that can b

[15:29:13 CDT(-0500)] <EricDalquist> no, that was just an oversight

[15:29:18 CDT(-0500)] <EricDalquist> I had copied the config from UW

[15:29:25 CDT(-0500)] <jwennmacher> ok thanks

[15:29:27 CDT(-0500)] <EricDalquist> everything can be on the same daily roll