Re: lucene-solr:master: SOLR-10272: Fixing precommit

2017-06-27 Thread Ishan Chattopadhyaya
ek 19, D-28357 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > -Original Message----- > > From: Uwe Schindler [mailto:u...@thetaphi.de] > > Sent: Tuesday, June 27, 2017 2:39 PM > > To: dev@lucene.apache.org > > Subject: RE: lucene-solr:m

RE: lucene-solr:master: SOLR-10272: Fixing precommit

2017-06-27 Thread Uwe Schindler
u...@thetaphi.de > -Original Message- > From: Uwe Schindler [mailto:u...@thetaphi.de] > Sent: Tuesday, June 27, 2017 2:39 PM > To: dev@lucene.apache.org > Subject: RE: lucene-solr:master: SOLR-10272: Fixing precommit > > Sorry, > > Why do you need the context

RE: lucene-solr:master: SOLR-10272: Fixing precommit

2017-06-27 Thread Uwe Schindler
Sorry, Why do you need the context classloader here - just adding a suppressforbidden is not "the right fix". You can replace this with as simple ZKController.class.getClassLoader() and all is fine. There is really no need to use context classloader! Please change this. See also the issue from