You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Simon Willnauer (JIRA)" <ji...@apache.org> on 2006/07/23 17:40:13 UTC

[jira] Created: (LUCENE-631) GData Server - Milestone 3 Patch, Bugfixes, Documentation

GData Server - Milestone 3 Patch, Bugfixes, Documentation
---------------------------------------------------------

                 Key: LUCENE-631
                 URL: http://issues.apache.org/jira/browse/LUCENE-631
             Project: Lucene - Java
          Issue Type: New Feature
          Components: Other
            Reporter: Simon Willnauer
         Attachments: gdata_06_07_23.diff

For Milestone 3 added Features:

- Update Delete Concurrency
- Version control
- Second storage impl. based on Db4o. (Distributed Storage)
- moved all configuration in one single config file.
- removed dependencies in testcases.
- added schema validation for and all  xml files in the project (Configuration etc.)
- added JavaDoc
- much better Performance after reusing some resources
- added recovering component to lucene based storage to recover entries after a server crash or OOM Error (very simple)

- solved test case fail on hyperthread / multi core machines (@ hossman: give it a go)

@Yonik && Doug could you get that stuff in the svn please

regards simon



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


Re: [jira] Closed: (LUCENE-631) GData Server - Milestone 3 Patch, Bugfixes, Documentation

Posted by Yonik Seeley <ys...@gmail.com>.
On 7/25/06, Simon Willnauer <si...@googlemail.com> wrote:
> Thanks Yonik,
>
> you missed 2 new packages / dirs.
>
> in src/test and src/java
> org/apache/lucene/gdata/storage/db4o
> org/apache/lucene/gdata/server/registry/configuration

Hmmm, I remember "svn adding" those, but svn status still reported '?' after.
I'm apparently still an svn newbie.
Anyway, it's fixed now.

-Yonik

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


Re: [jira] Closed: (LUCENE-631) GData Server - Milestone 3 Patch, Bugfixes, Documentation

Posted by Simon Willnauer <si...@googlemail.com>.
Thanks Yonik,

you missed 2 new packages / dirs.

in src/test and src/java
org/apache/lucene/gdata/storage/db4o
org/apache/lucene/gdata/server/registry/configuration


What do you think about the idea about the commit per week?

regards Simon
On 7/26/06, Yonik Seeley (JIRA) <ji...@apache.org> wrote:
>      [ http://issues.apache.org/jira/browse/LUCENE-631?page=all ]
>
> Yonik Seeley closed LUCENE-631.
> -------------------------------
>
>     Fix Version/s: 2.0.1
>        Resolution: Fixed
>
> OK, I've committed the changes.
> I see a lot of exceptions in the tests, but ant/junit reports 0 failures.
>
> > GData Server - Milestone 3 Patch, Bugfixes, Documentation
> > ---------------------------------------------------------
> >
> >                 Key: LUCENE-631
> >                 URL: http://issues.apache.org/jira/browse/LUCENE-631
> >             Project: Lucene - Java
> >          Issue Type: New Feature
> >          Components: Other
> >            Reporter: Simon Willnauer
> >             Fix For: 2.0.1
> >
> >         Attachments: common-build.diff, common-build_1.diff, gdata-build_xml.diff, gdata_06_07_23.diff, gdata_06_07_23.diff, gdata_06_07_25.diff, gdata_06_07_25_schema_added.diff, test.out
> >
> >
> > For Milestone 3 added Features:
> > - Update Delete Concurrency
> > - Version control
> > - Second storage impl. based on Db4o. (Distributed Storage)
> > - moved all configuration in one single config file.
> > - removed dependencies in testcases.
> > - added schema validation for and all  xml files in the project (Configuration etc.)
> > - added JavaDoc
> > - much better Performance after reusing some resources
> > - added recovering component to lucene based storage to recover entries after a server crash or OOM Error (very simple)
> > - solved test case fail on hyperthread / multi core machines (@ hossman: give it a go)
> > @Yonik && Doug could you get that stuff in the svn please
> > regards simon
>
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
> -
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org
>
>

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


Re: [jira] Created: (LUCENE-631) GData Server - Milestone 3 Patch, Bugfixes, Documentation

Posted by Simon Willnauer <si...@googlemail.com>.
I did expect this kind of feedback for using db4o.
I did use this product for a couple of times which does a good job. I
was looking for a database storing the object representation easy an
comfortable and this GPL product does provide that. The Gdata server
won't go into production use for at least a while so this dual licence
product will do the job for  non commercial use.
There are no restrictions or differences between the commercial and GPL version.
There are two different storage implementations at the moment db4o and
lucene and db4o can be used on distributed systems.
I was not very keen to use berkley db for some reasons that's why i
used db4o which did not take too long to build the little data access
layer with db4o.

yours Simon

On 7/26/06, Otis Gospodnetic <ot...@yahoo.com> wrote:
> Out of curiosity - why db4o?  Isn't that a commercial product?  I see they have a GPL version now, although I don't see explanation of the dual license reasons/feature differecences/restrictions.
>
> Otis
>
> ----- Original Message ----
> From: Simon Willnauer (JIRA) <ji...@apache.org>
> To: java-dev@lucene.apache.org
> Sent: Sunday, July 23, 2006 11:40:13 AM
> Subject: [jira] Created: (LUCENE-631) GData Server - Milestone 3 Patch, Bugfixes, Documentation
>
> GData Server - Milestone 3 Patch, Bugfixes, Documentation
> ---------------------------------------------------------
>
>                  Key: LUCENE-631
>                  URL: http://issues.apache.org/jira/browse/LUCENE-631
>              Project: Lucene - Java
>           Issue Type: New Feature
>           Components: Other
>             Reporter: Simon Willnauer
>          Attachments: gdata_06_07_23.diff
>
> For Milestone 3 added Features:
>
> - Update Delete Concurrency
> - Version control
> - Second storage impl. based on Db4o. (Distributed Storage)
> - moved all configuration in one single config file.
> - removed dependencies in testcases.
> - added schema validation for and all  xml files in the project (Configuration etc.)
> - added JavaDoc
> - much better Performance after reusing some resources
> - added recovering component to lucene based storage to recover entries after a server crash or OOM Error (very simple)
>
> - solved test case fail on hyperthread / multi core machines (@ hossman: give it a go)
>
> @Yonik && Doug could you get that stuff in the svn please
>
> regards simon
>
>
>
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
> -
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org
>
>

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


[jira] Updated: (LUCENE-631) GData Server - Milestone 3 Patch, Bugfixes, Documentation

Posted by "Simon Willnauer (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/LUCENE-631?page=all ]

Simon Willnauer updated LUCENE-631:
-----------------------------------

    Attachment: gdata_06_07_23.diff

> GData Server - Milestone 3 Patch, Bugfixes, Documentation
> ---------------------------------------------------------
>
>                 Key: LUCENE-631
>                 URL: http://issues.apache.org/jira/browse/LUCENE-631
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Other
>            Reporter: Simon Willnauer
>         Attachments: gdata_06_07_23.diff
>
>
> For Milestone 3 added Features:
> - Update Delete Concurrency
> - Version control
> - Second storage impl. based on Db4o. (Distributed Storage)
> - moved all configuration in one single config file.
> - removed dependencies in testcases.
> - added schema validation for and all  xml files in the project (Configuration etc.)
> - added JavaDoc
> - much better Performance after reusing some resources
> - added recovering component to lucene based storage to recover entries after a server crash or OOM Error (very simple)
> - solved test case fail on hyperthread / multi core machines (@ hossman: give it a go)
> @Yonik && Doug could you get that stuff in the svn please
> regards simon

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Closed: (LUCENE-631) GData Server - Milestone 3 Patch, Bugfixes, Documentation

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/LUCENE-631?page=all ]

Yonik Seeley closed LUCENE-631.
-------------------------------

    Fix Version/s: 2.0.1
       Resolution: Fixed

OK, I've committed the changes.
I see a lot of exceptions in the tests, but ant/junit reports 0 failures.

> GData Server - Milestone 3 Patch, Bugfixes, Documentation
> ---------------------------------------------------------
>
>                 Key: LUCENE-631
>                 URL: http://issues.apache.org/jira/browse/LUCENE-631
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Other
>            Reporter: Simon Willnauer
>             Fix For: 2.0.1
>
>         Attachments: common-build.diff, common-build_1.diff, gdata-build_xml.diff, gdata_06_07_23.diff, gdata_06_07_23.diff, gdata_06_07_25.diff, gdata_06_07_25_schema_added.diff, test.out
>
>
> For Milestone 3 added Features:
> - Update Delete Concurrency
> - Version control
> - Second storage impl. based on Db4o. (Distributed Storage)
> - moved all configuration in one single config file.
> - removed dependencies in testcases.
> - added schema validation for and all  xml files in the project (Configuration etc.)
> - added JavaDoc
> - much better Performance after reusing some resources
> - added recovering component to lucene based storage to recover entries after a server crash or OOM Error (very simple)
> - solved test case fail on hyperthread / multi core machines (@ hossman: give it a go)
> @Yonik && Doug could you get that stuff in the svn please
> regards simon

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


Re: [jira] Created: (LUCENE-631) GData Server - Milestone 3 Patch, Bugfixes, Documentation

Posted by Otis Gospodnetic <ot...@yahoo.com>.
Out of curiosity - why db4o?  Isn't that a commercial product?  I see they have a GPL version now, although I don't see explanation of the dual license reasons/feature differecences/restrictions.

Otis

----- Original Message ----
From: Simon Willnauer (JIRA) <ji...@apache.org>
To: java-dev@lucene.apache.org
Sent: Sunday, July 23, 2006 11:40:13 AM
Subject: [jira] Created: (LUCENE-631) GData Server - Milestone 3 Patch, Bugfixes, Documentation

GData Server - Milestone 3 Patch, Bugfixes, Documentation
---------------------------------------------------------

                 Key: LUCENE-631
                 URL: http://issues.apache.org/jira/browse/LUCENE-631
             Project: Lucene - Java
          Issue Type: New Feature
          Components: Other
            Reporter: Simon Willnauer
         Attachments: gdata_06_07_23.diff

For Milestone 3 added Features:

- Update Delete Concurrency
- Version control
- Second storage impl. based on Db4o. (Distributed Storage)
- moved all configuration in one single config file.
- removed dependencies in testcases.
- added schema validation for and all  xml files in the project (Configuration etc.)
- added JavaDoc
- much better Performance after reusing some resources
- added recovering component to lucene based storage to recover entries after a server crash or OOM Error (very simple)

- solved test case fail on hyperthread / multi core machines (@ hossman: give it a go)

@Yonik && Doug could you get that stuff in the svn please

regards simon



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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





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


[jira] Updated: (LUCENE-631) GData Server - Milestone 3 Patch, Bugfixes, Documentation

Posted by "Simon Willnauer (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/LUCENE-631?page=all ]

Simon Willnauer updated LUCENE-631:
-----------------------------------

    Attachment: gdata_06_07_23.diff

> GData Server - Milestone 3 Patch, Bugfixes, Documentation
> ---------------------------------------------------------
>
>                 Key: LUCENE-631
>                 URL: http://issues.apache.org/jira/browse/LUCENE-631
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Other
>            Reporter: Simon Willnauer
>         Attachments: gdata_06_07_23.diff, gdata_06_07_23.diff
>
>
> For Milestone 3 added Features:
> - Update Delete Concurrency
> - Version control
> - Second storage impl. based on Db4o. (Distributed Storage)
> - moved all configuration in one single config file.
> - removed dependencies in testcases.
> - added schema validation for and all  xml files in the project (Configuration etc.)
> - added JavaDoc
> - much better Performance after reusing some resources
> - added recovering component to lucene based storage to recover entries after a server crash or OOM Error (very simple)
> - solved test case fail on hyperthread / multi core machines (@ hossman: give it a go)
> @Yonik && Doug could you get that stuff in the svn please
> regards simon

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (LUCENE-631) GData Server - Milestone 3 Patch, Bugfixes, Documentation

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/LUCENE-631?page=comments#action_12423407 ] 
            
Yonik Seeley commented on LUCENE-631:
-------------------------------------

I localy applied gdata_06_07_25.diff, but  "ant test" fails for me (WinXP/cygwin).
Here is the first exception:

    [junit] ------------- Standard Error -----------------
    [junit] Jul 25, 2006 2:40:33 PM org.apache.lucene.gdata.server.registry.GDataServerRegistry registerComponent
    [junit] INFO: no configuration for ComponentType: STORAGECONTROLLER
    [junit] org.apache.lucene.gdata.server.registry.RegistryException: component already registered -- STORAGECONTROLLER
    [junit] 	at org.apache.lucene.gdata.server.registry.GDataServerRegistry.registerComponent(GDataServerRegistry.java:297)
    [junit] 	at org.apache.lucene.gdata.server.TestGDataRequest.setUp(TestGDataRequest.java:50)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
    [junit] org.apache.lucene.gdata.server.registry.RegistryException: component already registered -- STORAGECONTROLLER
    [junit] 	at org.apache.lucene.gdata.server.registry.GDataServerRegistry.registerComponent(GDataServerRegistry.java:297)
    [junit] 	at org.apache.lucene.gdata.server.TestGDataRequest.setUp(TestGDataRequest.java:50)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)


> GData Server - Milestone 3 Patch, Bugfixes, Documentation
> ---------------------------------------------------------
>
>                 Key: LUCENE-631
>                 URL: http://issues.apache.org/jira/browse/LUCENE-631
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Other
>            Reporter: Simon Willnauer
>         Attachments: gdata_06_07_23.diff, gdata_06_07_23.diff, gdata_06_07_25.diff
>
>
> For Milestone 3 added Features:
> - Update Delete Concurrency
> - Version control
> - Second storage impl. based on Db4o. (Distributed Storage)
> - moved all configuration in one single config file.
> - removed dependencies in testcases.
> - added schema validation for and all  xml files in the project (Configuration etc.)
> - added JavaDoc
> - much better Performance after reusing some resources
> - added recovering component to lucene based storage to recover entries after a server crash or OOM Error (very simple)
> - solved test case fail on hyperthread / multi core machines (@ hossman: give it a go)
> @Yonik && Doug could you get that stuff in the svn please
> regards simon

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Updated: (LUCENE-631) GData Server - Milestone 3 Patch, Bugfixes, Documentation

Posted by "Simon Willnauer (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/LUCENE-631?page=all ]

Simon Willnauer updated LUCENE-631:
-----------------------------------

    Attachment: gdata_06_07_25_schema_added.diff

Added Missing xml schema file caused ant test fail.


> GData Server - Milestone 3 Patch, Bugfixes, Documentation
> ---------------------------------------------------------
>
>                 Key: LUCENE-631
>                 URL: http://issues.apache.org/jira/browse/LUCENE-631
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Other
>            Reporter: Simon Willnauer
>         Attachments: common-build.diff, gdata-build_xml.diff, gdata_06_07_23.diff, gdata_06_07_23.diff, gdata_06_07_25.diff, gdata_06_07_25_schema_added.diff, test.out
>
>
> For Milestone 3 added Features:
> - Update Delete Concurrency
> - Version control
> - Second storage impl. based on Db4o. (Distributed Storage)
> - moved all configuration in one single config file.
> - removed dependencies in testcases.
> - added schema validation for and all  xml files in the project (Configuration etc.)
> - added JavaDoc
> - much better Performance after reusing some resources
> - added recovering component to lucene based storage to recover entries after a server crash or OOM Error (very simple)
> - solved test case fail on hyperthread / multi core machines (@ hossman: give it a go)
> @Yonik && Doug could you get that stuff in the svn please
> regards simon

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Updated: (LUCENE-631) GData Server - Milestone 3 Patch, Bugfixes, Documentation

Posted by "Simon Willnauer (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/LUCENE-631?page=all ]

Simon Willnauer updated LUCENE-631:
-----------------------------------

    Attachment: gdata_06_07_25.diff

Removed some lines after running a code analysis tool.
Prevent some possible null pointer exc.
Releasing all resources of StorageQueries

> GData Server - Milestone 3 Patch, Bugfixes, Documentation
> ---------------------------------------------------------
>
>                 Key: LUCENE-631
>                 URL: http://issues.apache.org/jira/browse/LUCENE-631
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Other
>            Reporter: Simon Willnauer
>         Attachments: gdata_06_07_23.diff, gdata_06_07_23.diff, gdata_06_07_25.diff
>
>
> For Milestone 3 added Features:
> - Update Delete Concurrency
> - Version control
> - Second storage impl. based on Db4o. (Distributed Storage)
> - moved all configuration in one single config file.
> - removed dependencies in testcases.
> - added schema validation for and all  xml files in the project (Configuration etc.)
> - added JavaDoc
> - much better Performance after reusing some resources
> - added recovering component to lucene based storage to recover entries after a server crash or OOM Error (very simple)
> - solved test case fail on hyperthread / multi core machines (@ hossman: give it a go)
> @Yonik && Doug could you get that stuff in the svn please
> regards simon

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Updated: (LUCENE-631) GData Server - Milestone 3 Patch, Bugfixes, Documentation

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/LUCENE-631?page=all ]

Yonik Seeley updated LUCENE-631:
--------------------------------

    Attachment: test.out

- applied gdata's build.xml patch
- applied common-build.xml patch by hand since patch failed.  I also excuded the following part of the patch:
-  <property name="javacc.home" location="${common.dir}"/>
+  <property name="javacc.home" location="/home/simon/application_private/javacc
-3.2"/>

Things still fail...attaching test.out


> GData Server - Milestone 3 Patch, Bugfixes, Documentation
> ---------------------------------------------------------
>
>                 Key: LUCENE-631
>                 URL: http://issues.apache.org/jira/browse/LUCENE-631
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Other
>            Reporter: Simon Willnauer
>         Attachments: common-build.diff, gdata-build_xml.diff, gdata_06_07_23.diff, gdata_06_07_23.diff, gdata_06_07_25.diff, test.out
>
>
> For Milestone 3 added Features:
> - Update Delete Concurrency
> - Version control
> - Second storage impl. based on Db4o. (Distributed Storage)
> - moved all configuration in one single config file.
> - removed dependencies in testcases.
> - added schema validation for and all  xml files in the project (Configuration etc.)
> - added JavaDoc
> - much better Performance after reusing some resources
> - added recovering component to lucene based storage to recover entries after a server crash or OOM Error (very simple)
> - solved test case fail on hyperthread / multi core machines (@ hossman: give it a go)
> @Yonik && Doug could you get that stuff in the svn please
> regards simon

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (LUCENE-631) GData Server - Milestone 3 Patch, Bugfixes, Documentation

Posted by "Simon Willnauer (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/LUCENE-631?page=comments#action_12423028 ] 
            
Simon Willnauer commented on LUCENE-631:
----------------------------------------

The diff file with the no. 2  is broken.
Use the one with the no. 1

-- simon

> GData Server - Milestone 3 Patch, Bugfixes, Documentation
> ---------------------------------------------------------
>
>                 Key: LUCENE-631
>                 URL: http://issues.apache.org/jira/browse/LUCENE-631
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Other
>            Reporter: Simon Willnauer
>         Attachments: gdata_06_07_23.diff, gdata_06_07_23.diff
>
>
> For Milestone 3 added Features:
> - Update Delete Concurrency
> - Version control
> - Second storage impl. based on Db4o. (Distributed Storage)
> - moved all configuration in one single config file.
> - removed dependencies in testcases.
> - added schema validation for and all  xml files in the project (Configuration etc.)
> - added JavaDoc
> - much better Performance after reusing some resources
> - added recovering component to lucene based storage to recover entries after a server crash or OOM Error (very simple)
> - solved test case fail on hyperthread / multi core machines (@ hossman: give it a go)
> @Yonik && Doug could you get that stuff in the svn please
> regards simon

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Updated: (LUCENE-631) GData Server - Milestone 3 Patch, Bugfixes, Documentation

Posted by "Simon Willnauer (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/LUCENE-631?page=all ]

Simon Willnauer updated LUCENE-631:
-----------------------------------

    Attachment: common-build_1.diff

removed local path in build file

> GData Server - Milestone 3 Patch, Bugfixes, Documentation
> ---------------------------------------------------------
>
>                 Key: LUCENE-631
>                 URL: http://issues.apache.org/jira/browse/LUCENE-631
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Other
>            Reporter: Simon Willnauer
>         Attachments: common-build.diff, common-build_1.diff, gdata-build_xml.diff, gdata_06_07_23.diff, gdata_06_07_23.diff, gdata_06_07_25.diff, gdata_06_07_25_schema_added.diff, test.out
>
>
> For Milestone 3 added Features:
> - Update Delete Concurrency
> - Version control
> - Second storage impl. based on Db4o. (Distributed Storage)
> - moved all configuration in one single config file.
> - removed dependencies in testcases.
> - added schema validation for and all  xml files in the project (Configuration etc.)
> - added JavaDoc
> - much better Performance after reusing some resources
> - added recovering component to lucene based storage to recover entries after a server crash or OOM Error (very simple)
> - solved test case fail on hyperthread / multi core machines (@ hossman: give it a go)
> @Yonik && Doug could you get that stuff in the svn please
> regards simon

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (LUCENE-631) GData Server - Milestone 3 Patch, Bugfixes, Documentation

Posted by "Simon Willnauer (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/LUCENE-631?page=comments#action_12423431 ] 
            
Simon Willnauer commented on LUCENE-631:
----------------------------------------

Hey Yonik,
this exception will be catched and is alright (not nice I will remove it!) but this is not the cause of the test failure.
I guess you don't have db4o jar in your classpath, right?
That might cause the problem. I did alter the build file to omitt the db4o dependent classes but that does not work for junit. Junit seems to look up the classes in the source folder and not from the compiled classes. I couldn't find a way to exclude this. There should be a way to set a ${junit.exclude} property in the top level build file. 
I will attach the build file diffs to the issue.
If the test still fails I would appreciate if you could attach the ant junit output as XML to the issue. I tried it on 4 different machines with is not an excuse ;).

Thanks Simon







> GData Server - Milestone 3 Patch, Bugfixes, Documentation
> ---------------------------------------------------------
>
>                 Key: LUCENE-631
>                 URL: http://issues.apache.org/jira/browse/LUCENE-631
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Other
>            Reporter: Simon Willnauer
>         Attachments: gdata_06_07_23.diff, gdata_06_07_23.diff, gdata_06_07_25.diff
>
>
> For Milestone 3 added Features:
> - Update Delete Concurrency
> - Version control
> - Second storage impl. based on Db4o. (Distributed Storage)
> - moved all configuration in one single config file.
> - removed dependencies in testcases.
> - added schema validation for and all  xml files in the project (Configuration etc.)
> - added JavaDoc
> - much better Performance after reusing some resources
> - added recovering component to lucene based storage to recover entries after a server crash or OOM Error (very simple)
> - solved test case fail on hyperthread / multi core machines (@ hossman: give it a go)
> @Yonik && Doug could you get that stuff in the svn please
> regards simon

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (LUCENE-631) GData Server - Milestone 3 Patch, Bugfixes, Documentation

Posted by "Simon Willnauer (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/LUCENE-631?page=comments#action_12423470 ] 
            
Simon Willnauer commented on LUCENE-631:
----------------------------------------

I found 0 failure  and 2 errors in the test.out this was caused by a missing file in the test classpath / folder.
I added the file to svn there was just a little "+" missing ;).
Well, I do feel not very well with commiting such huge patches this is quiet error-prone isn't it?!
So how could we improve this procedure for me and for you. I guess we can't get a patch every day once a week would be quiet good. I would suggest a fix day for me adding a new patch which gives you a week to commit it. That would make development much easier for me and there will be less patch mistakes.

Btw. thanks for removing my edited line from the common-build.xml patch, I will add the "clean" patch again in a minute.

regards simon

> GData Server - Milestone 3 Patch, Bugfixes, Documentation
> ---------------------------------------------------------
>
>                 Key: LUCENE-631
>                 URL: http://issues.apache.org/jira/browse/LUCENE-631
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Other
>            Reporter: Simon Willnauer
>         Attachments: common-build.diff, gdata-build_xml.diff, gdata_06_07_23.diff, gdata_06_07_23.diff, gdata_06_07_25.diff, gdata_06_07_25_schema_added.diff, test.out
>
>
> For Milestone 3 added Features:
> - Update Delete Concurrency
> - Version control
> - Second storage impl. based on Db4o. (Distributed Storage)
> - moved all configuration in one single config file.
> - removed dependencies in testcases.
> - added schema validation for and all  xml files in the project (Configuration etc.)
> - added JavaDoc
> - much better Performance after reusing some resources
> - added recovering component to lucene based storage to recover entries after a server crash or OOM Error (very simple)
> - solved test case fail on hyperthread / multi core machines (@ hossman: give it a go)
> @Yonik && Doug could you get that stuff in the svn please
> regards simon

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Updated: (LUCENE-631) GData Server - Milestone 3 Patch, Bugfixes, Documentation

Posted by "Simon Willnauer (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/LUCENE-631?page=all ]

Simon Willnauer updated LUCENE-631:
-----------------------------------

    Attachment: gdata-build_xml.diff
                common-build.diff

common-build.diff --> java/trunk/common-build.xml
gdata-build_xml.diff --> java/trunk/contrib/gdata-server/build.xml

> GData Server - Milestone 3 Patch, Bugfixes, Documentation
> ---------------------------------------------------------
>
>                 Key: LUCENE-631
>                 URL: http://issues.apache.org/jira/browse/LUCENE-631
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Other
>            Reporter: Simon Willnauer
>         Attachments: common-build.diff, gdata-build_xml.diff, gdata_06_07_23.diff, gdata_06_07_23.diff, gdata_06_07_25.diff
>
>
> For Milestone 3 added Features:
> - Update Delete Concurrency
> - Version control
> - Second storage impl. based on Db4o. (Distributed Storage)
> - moved all configuration in one single config file.
> - removed dependencies in testcases.
> - added schema validation for and all  xml files in the project (Configuration etc.)
> - added JavaDoc
> - much better Performance after reusing some resources
> - added recovering component to lucene based storage to recover entries after a server crash or OOM Error (very simple)
> - solved test case fail on hyperthread / multi core machines (@ hossman: give it a go)
> @Yonik && Doug could you get that stuff in the svn please
> regards simon

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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