You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Uwe Schindler (Jira)" <ji...@apache.org> on 2020/07/15 21:46:00 UTC

[jira] [Reopened] (SOLR-11262) XML writer does not implement PushWriter

     [ https://issues.apache.org/jira/browse/SOLR-11262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe Schindler reopened SOLR-11262:
----------------------------------

This is one of 2 commits which caused Windows builds to consume all disk space. I tend to think it's not this one, because it does not change I/O anywhere or forgets to close files in almost all Solr tests, but it would be good to verify this.

That's what I found out: Since 8c9c0640cfe558a8c65f2ef50113f38cb7ef66d6 was committed it looks like all windows builds fail to finish and instead consume all disk space of the virtual machine. The master branch starting from that commit, but also the 8.x branch consume all available space and then fail with tons of errors. There was a second commit done on the same day, so I am not which one is the cause, but tons of failed tests and 18 Gigabytes of checkout on Windows is a desaster. I had to stop Jenkins Windows builds.
Would it be possible to revert this as a test? Or maybe you have an idea. Ideally, please test the build on Windows 10 (with ANT).

That's the first build failing in both 8.x and master: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9090/

If it's caused not by this, just close the issue, maybe run a complete Ant-based Windows build to verify!

> XML writer does not implement PushWriter
> ----------------------------------------
>
>                 Key: SOLR-11262
>                 URL: https://issues.apache.org/jira/browse/SOLR-11262
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>            Assignee: Munendra S N
>            Priority: Major
>             Fix For: 8.7
>
>         Attachments: SOLR-11262.patch
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> While implementing points support for the terms component in a streaming manner (via PushWriter/MapWriter) I discovered that the XML response writer does not implement this interface.
> This means that any code using PushWriter (via MapWriter or IteratorWriter) will be broken if one tries to use XML response format.  This may easily go unnoticed if one is not using XML response format in testing (JSON or binary is frequently used).



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

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