[ 
https://issues.apache.org/jira/browse/SOLR-13990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16990045#comment-16990045
 ] 

Mike Drob commented on SOLR-13990:
----------------------------------

Yea, this is a Hadoop relying explicitly on woodstock. In Configuration class:

{code}
  /**
   * Specify exact input factory to avoid time finding correct one.
   * Factory is reusable across un-synchronized threads once initialized
   */
  private static final WstxInputFactory XML_INPUT_FACTORY =
      new WstxInputFactory();
{code}

One solution here would be to have both dependencies available? Not sure how 
messy that gets in other places though. Agree that we might need a revert until 
we can sort it out.

> Switch out woodstox-core-asl with aalto-xml and upgrade woodstox stax-2 API
> ---------------------------------------------------------------------------
>
>                 Key: SOLR-13990
>                 URL: https://issues.apache.org/jira/browse/SOLR-13990
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Anshum Gupta
>            Assignee: Anshum Gupta
>            Priority: Major
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Switched out woodstox-core-asl with aalto-xml and upgrade woodstax stax-2 
> API. 
> About aalto-xml:
> Aalto XML processor is an ultra-high performance next generation Stax XML 
> processor implementation, implementing both basic Stax API 
> ({{javax.xml.stream}}) and Stax2 API extension 
> ({{org.codehaus.woodstox.stax2}}). In addition, it also implements SAX2 API.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to