If there was enough time, I'd like to fix the Cloud tab in the angular
admin UI, which I discovered is broken after the release went out.

Upayavira

On Mon, Jun 8, 2015, at 06:52 PM, Uwe Schindler wrote:
> I am ready to commit the backport of the classloader deadlock to 5.2.1
> branch.... Just running tests!
> 
> Uwe
> 
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: u...@thetaphi.de
> 
> 
> > -----Original Message-----
> > From: Uwe Schindler [mailto:u...@thetaphi.de]
> > Sent: Monday, June 08, 2015 7:34 PM
> > To: dev@lucene.apache.org
> > Subject: RE: Looks like I broke Solr 5.2.0 - do we need a 5.2.1?
> > 
> > Hi,
> > 
> > If we do a bugfix relaese I would like to get the LUCENE-6482 (classloading
> > deadlock) in. This is not a new bug, but it is very nasty and affects
> > Elasticsearch. Solr is no affected because the Codec API is initialized in 
> > single-
> > threaded mode. It is not high priority, but this one is easy to backport and
> > does not affect any public APIs. There is a workaround available (executing
> > Codecs.availableCodecs() on startup of your server), but this is really 
> > nasty
> > because your JVM just hangs. You don't even see any locked/blocked
> > threads, just threads lingering before a method call - without a lock.
> > 
> > Uwe
> > 
> > -----
> > Uwe Schindler
> > H.-H.-Meier-Allee 63, D-28213 Bremen
> > http://www.thetaphi.de
> > eMail: u...@thetaphi.de
> > 
> > > -----Original Message-----
> > > From: Shawn Heisey [mailto:apa...@elyograg.org]
> > > Sent: Monday, June 08, 2015 7:06 PM
> > > To: dev@lucene.apache.org
> > > Subject: Looks like I broke Solr 5.2.0 - do we need a 5.2.1?
> > >
> > > I broke it.  SOLR-7588 fixes it.  It hasn't been committed yet.
> > >
> > > The dataimport section of the admin UI doesn't work because I
> > > apparently put coffeescript into the admin UI instead of javascript.
> > > Is this a bad enough problem to warrant a bugfix release?
> > >
> > > Thanks,
> > > Shawn
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For
> > > additional commands, e-mail: dev-h...@lucene.apache.org
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional
> > commands, e-mail: dev-h...@lucene.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to