You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2014/12/17 02:21:13 UTC

[jira] [Created] (LUCENE-6117) infostream is currently unusable out of box

Robert Muir created LUCENE-6117:
-----------------------------------

             Summary: infostream is currently unusable out of box
                 Key: LUCENE-6117
                 URL: https://issues.apache.org/jira/browse/LUCENE-6117
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Robert Muir


testpoints used to only be emitted by assertions (still sketchy), but now are emitted always. I assume this is due to the change to support running tests with assertions disabled.

we should try to clean this up, simple stuff like this is now useless:
{code}
indexWriterConfig.setInfoStream(System.out);
// causes massive flooding like this:
// TP 0 [Tue Dec 16 20:19:37 EST 2014; Thread-0]: DocumentsWriterPerThread addDocument start
// TP 0 [Tue Dec 16 20:19:37 EST 2014; Thread-0]: DocumentsWriterPerThread addDocument start
// TP 0 [Tue Dec 16 20:19:37 EST 2014; Thread-0]: DocumentsWriterPerThread addDocument start
{code}

I hit this several times today just trying to do benchmarks and debugging.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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