You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Grant Ingersoll (JIRA)" <ji...@apache.org> on 2007/08/16 03:05:30 UTC

[jira] Created: (LUCENE-979) Remove Deprecated Benchmarking Utilities from contrib/benchmark

Remove Deprecated Benchmarking Utilities from contrib/benchmark
---------------------------------------------------------------

                 Key: LUCENE-979
                 URL: https://issues.apache.org/jira/browse/LUCENE-979
             Project: Lucene - Java
          Issue Type: Improvement
          Components: contrib/benchmark
            Reporter: Grant Ingersoll
            Priority: Minor


The old Benchmark utilities in contrib/benchmark have been deprecated and should be removed in 2.9 of Lucene.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (LUCENE-979) Remove Deprecated Benchmarking Utilities from contrib/benchmark

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681308#action_12681308 ] 

Grant Ingersoll commented on LUCENE-979:
----------------------------------------

I see no reason why it can't happen w/ any release.  contrib's don't need to have the same back compat, and I seriously doubt anyone is using the old way.

> Remove Deprecated Benchmarking Utilities from contrib/benchmark
> ---------------------------------------------------------------
>
>                 Key: LUCENE-979
>                 URL: https://issues.apache.org/jira/browse/LUCENE-979
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>            Reporter: Grant Ingersoll
>            Priority: Minor
>             Fix For: 3.0
>
>
> The old Benchmark utilities in contrib/benchmark have been deprecated and should be removed in 2.9 of Lucene.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (LUCENE-979) Remove Deprecated Benchmarking Utilities from contrib/benchmark

Posted by "Mark Miller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12719262#action_12719262 ] 

Mark Miller commented on LUCENE-979:
------------------------------------

Hmmm, I'm now getting

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/lucene/benchmark/Driver
     [java] Caused by: java.lang.ClassNotFoundException: org.apache.lucene.benchmark.Driver


when trying to run the standard bench. Looks like the build file still refers to org.apache.lucene.benchmark.Driver.

> Remove Deprecated Benchmarking Utilities from contrib/benchmark
> ---------------------------------------------------------------
>
>                 Key: LUCENE-979
>                 URL: https://issues.apache.org/jira/browse/LUCENE-979
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>            Reporter: Grant Ingersoll
>            Assignee: Michael McCandless
>            Priority: Minor
>             Fix For: 2.9
>
>
> The old Benchmark utilities in contrib/benchmark have been deprecated and should be removed in 2.9 of Lucene.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (LUCENE-979) Remove Deprecated Benchmarking Utilities from contrib/benchmark

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

Michael McCandless updated LUCENE-979:
--------------------------------------

    Fix Version/s:     (was: 3.0)
                   2.9

OK, moving back to 2.9.

> Remove Deprecated Benchmarking Utilities from contrib/benchmark
> ---------------------------------------------------------------
>
>                 Key: LUCENE-979
>                 URL: https://issues.apache.org/jira/browse/LUCENE-979
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>            Reporter: Grant Ingersoll
>            Priority: Minor
>             Fix For: 2.9
>
>
> The old Benchmark utilities in contrib/benchmark have been deprecated and should be removed in 2.9 of Lucene.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (LUCENE-979) Remove Deprecated Benchmarking Utilities from contrib/benchmark

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

Grant Ingersoll updated LUCENE-979:
-----------------------------------

    Fix Version/s: 2.9

> Remove Deprecated Benchmarking Utilities from contrib/benchmark
> ---------------------------------------------------------------
>
>                 Key: LUCENE-979
>                 URL: https://issues.apache.org/jira/browse/LUCENE-979
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>            Reporter: Grant Ingersoll
>            Priority: Minor
>             Fix For: 2.9
>
>
> The old Benchmark utilities in contrib/benchmark have been deprecated and should be removed in 2.9 of Lucene.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (LUCENE-979) Remove Deprecated Benchmarking Utilities from contrib/benchmark

Posted by "Shai Erera (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718442#action_12718442 ] 

Shai Erera commented on LUCENE-979:
-----------------------------------

What are the "old benchmark" utilities?

> Remove Deprecated Benchmarking Utilities from contrib/benchmark
> ---------------------------------------------------------------
>
>                 Key: LUCENE-979
>                 URL: https://issues.apache.org/jira/browse/LUCENE-979
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>            Reporter: Grant Ingersoll
>            Assignee: Michael McCandless
>            Priority: Minor
>             Fix For: 2.9
>
>
> The old Benchmark utilities in contrib/benchmark have been deprecated and should be removed in 2.9 of Lucene.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Assigned: (LUCENE-979) Remove Deprecated Benchmarking Utilities from contrib/benchmark

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

Michael McCandless reassigned LUCENE-979:
-----------------------------------------

    Assignee: Michael McCandless

> Remove Deprecated Benchmarking Utilities from contrib/benchmark
> ---------------------------------------------------------------
>
>                 Key: LUCENE-979
>                 URL: https://issues.apache.org/jira/browse/LUCENE-979
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>            Reporter: Grant Ingersoll
>            Assignee: Michael McCandless
>            Priority: Minor
>             Fix For: 2.9
>
>
> The old Benchmark utilities in contrib/benchmark have been deprecated and should be removed in 2.9 of Lucene.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (LUCENE-979) Remove Deprecated Benchmarking Utilities from contrib/benchmark

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718450#action_12718450 ] 

Grant Ingersoll commented on LUCENE-979:
----------------------------------------

bq. What are the "old benchmark" utilities? 

It's like one class from the pre-Doron Task oriented approach.  I believe it's called Benchmark.java and was only able to do a few benchmarking tasks.

> Remove Deprecated Benchmarking Utilities from contrib/benchmark
> ---------------------------------------------------------------
>
>                 Key: LUCENE-979
>                 URL: https://issues.apache.org/jira/browse/LUCENE-979
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>            Reporter: Grant Ingersoll
>            Assignee: Michael McCandless
>            Priority: Minor
>             Fix For: 2.9
>
>
> The old Benchmark utilities in contrib/benchmark have been deprecated and should be removed in 2.9 of Lucene.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (LUCENE-979) Remove Deprecated Benchmarking Utilities from contrib/benchmark

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

Michael McCandless resolved LUCENE-979.
---------------------------------------

    Resolution: Fixed

I just removed them.

> Remove Deprecated Benchmarking Utilities from contrib/benchmark
> ---------------------------------------------------------------
>
>                 Key: LUCENE-979
>                 URL: https://issues.apache.org/jira/browse/LUCENE-979
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>            Reporter: Grant Ingersoll
>            Assignee: Michael McCandless
>            Priority: Minor
>             Fix For: 2.9
>
>
> The old Benchmark utilities in contrib/benchmark have been deprecated and should be removed in 2.9 of Lucene.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (LUCENE-979) Remove Deprecated Benchmarking Utilities from contrib/benchmark

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718463#action_12718463 ] 

Grant Ingersoll commented on LUCENE-979:
----------------------------------------

Yes.

> Remove Deprecated Benchmarking Utilities from contrib/benchmark
> ---------------------------------------------------------------
>
>                 Key: LUCENE-979
>                 URL: https://issues.apache.org/jira/browse/LUCENE-979
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>            Reporter: Grant Ingersoll
>            Assignee: Michael McCandless
>            Priority: Minor
>             Fix For: 2.9
>
>
> The old Benchmark utilities in contrib/benchmark have been deprecated and should be removed in 2.9 of Lucene.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (LUCENE-979) Remove Deprecated Benchmarking Utilities from contrib/benchmark

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

Michael McCandless resolved LUCENE-979.
---------------------------------------

    Resolution: Fixed

> Remove Deprecated Benchmarking Utilities from contrib/benchmark
> ---------------------------------------------------------------
>
>                 Key: LUCENE-979
>                 URL: https://issues.apache.org/jira/browse/LUCENE-979
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>            Reporter: Grant Ingersoll
>            Assignee: Michael McCandless
>            Priority: Minor
>             Fix For: 2.9
>
>
> The old Benchmark utilities in contrib/benchmark have been deprecated and should be removed in 2.9 of Lucene.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Reopened: (LUCENE-979) Remove Deprecated Benchmarking Utilities from contrib/benchmark

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

Michael McCandless reopened LUCENE-979:
---------------------------------------


Woops, I'll fix the build.xml & remove the old *.xml files from conf.

> Remove Deprecated Benchmarking Utilities from contrib/benchmark
> ---------------------------------------------------------------
>
>                 Key: LUCENE-979
>                 URL: https://issues.apache.org/jira/browse/LUCENE-979
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>            Reporter: Grant Ingersoll
>            Assignee: Michael McCandless
>            Priority: Minor
>             Fix For: 2.9
>
>
> The old Benchmark utilities in contrib/benchmark have been deprecated and should be removed in 2.9 of Lucene.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (LUCENE-979) Remove Deprecated Benchmarking Utilities from contrib/benchmark

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

Michael McCandless updated LUCENE-979:
--------------------------------------

    Fix Version/s:     (was: 2.9)
                   3.0

Shouldn't this happen in 3.0, not 2.9?

> Remove Deprecated Benchmarking Utilities from contrib/benchmark
> ---------------------------------------------------------------
>
>                 Key: LUCENE-979
>                 URL: https://issues.apache.org/jira/browse/LUCENE-979
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>            Reporter: Grant Ingersoll
>            Priority: Minor
>             Fix For: 3.0
>
>
> The old Benchmark utilities in contrib/benchmark have been deprecated and should be removed in 2.9 of Lucene.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (LUCENE-979) Remove Deprecated Benchmarking Utilities from contrib/benchmark

Posted by "Shai Erera (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718452#action_12718452 ] 

Shai Erera commented on LUCENE-979:
-----------------------------------

Oh ok, you mean o.a.l.benchmark.Benchmarker, AbstractBenchmarker and BenchmarkOptions, and retain o.a.l.benchmark.byTask.Benchmark?
They are marked as deprecated, vs. Benchmark which isn't, so I assume you meant those 3?

> Remove Deprecated Benchmarking Utilities from contrib/benchmark
> ---------------------------------------------------------------
>
>                 Key: LUCENE-979
>                 URL: https://issues.apache.org/jira/browse/LUCENE-979
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>            Reporter: Grant Ingersoll
>            Assignee: Michael McCandless
>            Priority: Minor
>             Fix For: 2.9
>
>
> The old Benchmark utilities in contrib/benchmark have been deprecated and should be removed in 2.9 of Lucene.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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