Versions Compared

Key

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

[03:21:12 EDT(-0400)] * lfuller (~sparhk@wsip-72-215-204-133.ph.ph.cox.net) has left ##uportal
[08:39:27 EDT(-0400)] * michelled (~michelled@142.150.154.101) has joined ##uportal
[08:41:27 EDT(-0400)] * jessm (~Jess@c-71-232-3-151.hsd1.ma.comcast.net) has joined ##uportal
[10:20:25 EDT(-0400)] * EricDalquist (~dalquist@2607:f388:e:0:221:9bff:fe37:e768) has joined ##uportal
[10:41:01 EDT(-0400)] <athena> hey EricDalquist - there seems to be a weird bug with the portal stats db logging
[10:41:11 EDT(-0400)] <athena> such that initdb doesn't work if you have it turned on
[10:41:18 EDT(-0400)] <EricDalquist> weird
[10:41:27 EDT(-0400)] <athena> it looks like the stats recorder is running during the db import and causing the failure, sort of
[10:41:31 EDT(-0400)] <athena> let me paste the stack trace
[10:42:23 EDT(-0400)] <athena> http://uportal.pastebin.com/acB2UCcJ
[10:42:32 EDT(-0400)] <athena> do you have any suggestions as to what to do about it?
[10:43:19 EDT(-0400)] <EricDalquist> hrm
[10:43:22 EDT(-0400)] <EricDalquist> well it should work
[10:43:32 EDT(-0400)] <EricDalquist> the stats code should be setup to log but swallow exceptions
[10:43:41 EDT(-0400)] <EricDalquist> so that a stats failure doesn't take down the portal
[10:43:46 EDT(-0400)] <athena> gotcha
[10:43:56 EDT(-0400)] <athena> right now it seems to be breaking the build
[10:44:05 EDT(-0400)] <athena> or maybe it's not
[10:44:15 EDT(-0400)] <athena> but it seemed like it was
[10:44:18 EDT(-0400)] <EricDalquist> do you actually end with a build failure?
[10:44:30 EDT(-0400)] <EricDalquist> so it looks like the events are getting queued
[10:44:42 EDT(-0400)] <EricDalquist> but there isn't a flush call before context shutdown
[10:44:46 EDT(-0400)] <athena> yeah let me try it again and see
[10:44:47 EDT(-0400)] <EricDalquist> so destroy tries to do a flush
[10:44:54 EDT(-0400)] <EricDalquist> but not all of the needed beans are available
[10:45:00 EDT(-0400)] <athena> gotcha
[10:45:09 EDT(-0400)] <EricDalquist> due to the terribleness of the static groups code
[10:45:23 EDT(-0400)] <athena> lol
[10:45:31 EDT(-0400)] <athena> the horror (smile)
[10:58:02 EDT(-0400)] * holdorph (~holdorph@wsip-72-215-204-133.ph.ph.cox.net) has joined ##uportal
[11:02:16 EDT(-0400)] * colinclark (~colin@142.150.154.101) has joined ##uportal
[11:34:19 EDT(-0400)] * lfuller (~sparhk@wsip-72-215-204-133.ph.ph.cox.net) has joined ##uportal
[11:47:33 EDT(-0400)] * colinclark (~colin@142.150.154.101) has joined ##uportal
[11:49:22 EDT(-0400)] <athena> yeah, i guess all the channels really did import
[11:49:37 EDT(-0400)] <athena> i guess i can just tell the user that there's nothing really wrong and to ignore the stack trace?
[11:49:50 EDT(-0400)] <EricDalquist> yeah, not optimal
[11:49:57 EDT(-0400)] <EricDalquist> but functionally its fine
[11:55:33 EDT(-0400)] * colinclark (~colin@142.150.154.148) has joined ##uportal
[12:09:34 EDT(-0400)] * awills (~awills@wsip-72-215-204-133.ph.ph.cox.net) has joined ##uportal
[13:03:23 EDT(-0400)] * Sememmon (~Sememmon@unaffiliated/sememmon) has joined ##uportal
[13:25:21 EDT(-0400)] * Sememmon (~Sememmon@unaffiliated/sememmon) has joined ##uportal
[13:46:43 EDT(-0400)] * michelled (~michelled@142.150.154.101) has joined ##uportal
[14:02:31 EDT(-0400)] <awills> is anyone else seeing these? (apologies if this is oft-discussed) http://uportal.pastebin.com/KJimxu95
[14:03:22 EDT(-0400)] * colinclark (~colin@142.150.154.148) has joined ##uportal
[14:04:28 EDT(-0400)] <EricDalquist> awills: that's usually from a timeout
[14:04:38 EDT(-0400)] <EricDalquist> so the portlet thread is still running in the background
[14:04:45 EDT(-0400)] <EricDalquist> but the request & response are no longer valid
[14:05:06 EDT(-0400)] <awills> rendering timeout then? not session timeout
[14:05:11 EDT(-0400)] <EricDalquist> yeah