You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shai Erera (JIRA)" <ji...@apache.org> on 2012/05/17 08:11:04 UTC

[jira] [Created] (LUCENE-4064) Move ContentSource to PerfRunData out of DocMaker

Shai Erera created LUCENE-4064:
----------------------------------

             Summary: Move ContentSource to PerfRunData out of DocMaker
                 Key: LUCENE-4064
                 URL: https://issues.apache.org/jira/browse/LUCENE-4064
             Project: Lucene - Java
          Issue Type: Improvement
          Components: modules/benchmark
            Reporter: Shai Erera
            Assignee: Shai Erera
            Priority: Minor
             Fix For: 4.0


ContentSource is currently private to DocMaker, however if someone wants to write an AddDocTask that does not use DocMaker, he needs to initialize ContentSource by himself.

It would be better if ContentSource is a shared resource on PerfRunData that is used by DocMaker, rather than owned by it.

I'll post a patch shortly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Resolved] (LUCENE-4064) Move ContentSource to PerfRunData out of DocMaker

Posted by "Shai Erera (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-4064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shai Erera resolved LUCENE-4064.
--------------------------------

    Resolution: Fixed

Committed revision 1339555.
                
> Move ContentSource to PerfRunData out of DocMaker
> -------------------------------------------------
>
>                 Key: LUCENE-4064
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4064
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: modules/benchmark
>            Reporter: Shai Erera
>            Assignee: Shai Erera
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: LUCENE-4064.patch
>
>
> ContentSource is currently private to DocMaker, however if someone wants to write an AddDocTask that does not use DocMaker, he needs to initialize ContentSource by himself.
> It would be better if ContentSource is a shared resource on PerfRunData that is used by DocMaker, rather than owned by it.
> I'll post a patch shortly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (LUCENE-4064) Move ContentSource to PerfRunData out of DocMaker

Posted by "Shai Erera (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-4064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shai Erera updated LUCENE-4064:
-------------------------------

    Attachment: LUCENE-4064.patch

Patch:

* Moves ContentSource outside of DocMaker to PerfRunData
* Fixes ConsumeContentSourceTask to behave well in a multi-threaded benchmark

I think this is ready to commit.
                
> Move ContentSource to PerfRunData out of DocMaker
> -------------------------------------------------
>
>                 Key: LUCENE-4064
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4064
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: modules/benchmark
>            Reporter: Shai Erera
>            Assignee: Shai Erera
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: LUCENE-4064.patch
>
>
> ContentSource is currently private to DocMaker, however if someone wants to write an AddDocTask that does not use DocMaker, he needs to initialize ContentSource by himself.
> It would be better if ContentSource is a shared resource on PerfRunData that is used by DocMaker, rather than owned by it.
> I'll post a patch shortly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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