[jira] Commented: (DERBY-1326) Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

2006-09-15 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1326?page=comments#action_12434908 ] Knut Anders Hatlen commented on DERBY-1326: --- Committed derby-1326-cleanup_exceptions.diff with revision 446538. Network server may abandon sessions

[jira] Commented: (DERBY-801) Allow parallel access to data files.

2006-09-15 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-801?page=comments#action_12434965 ] Knut Anders Hatlen commented on DERBY-801: -- I will hold the commit until Anders has responded to the questions from Suresh. 1, 2 and 3 seem like trivial

[jira] Updated: (DERBY-1326) Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

2006-09-15 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1326?page=all ] Knut Anders Hatlen updated DERBY-1326: -- Attachment: derby-1326-skipThreads.diff Attaching patch (derby-1326-skipThreads.diff) which modifies NetworkServerControlImpl the same way as

[jira] Updated: (DERBY-1326) Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

2006-09-15 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1326?page=all ] Knut Anders Hatlen updated DERBY-1326: -- Derby Info: [Patch Available] Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

[jira] Commented: (DERBY-1326) Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

2006-09-15 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1326?page=comments#action_12434985 ] Knut Anders Hatlen commented on DERBY-1326: --- Deepa wrote: I still cannot wrap my head around old sessions hanging around in the server. They hang

[jira] Updated: (DERBY-1326) Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

2006-09-18 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1326?page=all ] Knut Anders Hatlen updated DERBY-1326: -- Derby Info: (was: [Patch Available]) Thanks for the suggestions, Deepa. I committed skipThreads with revision 447375. Will post a new patch with

[jira] Commented: (DERBY-1314) Differences between client and embedded when invoking stored procedures using Statement.executeUpdate()

2006-09-18 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1314?page=comments#action_12435498 ] Knut Anders Hatlen commented on DERBY-1314: --- PROBLEM The behaviour of executeQuery() and executeUpdate() did not match the JDBC specification when

[jira] Updated: (DERBY-1326) Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

2006-09-18 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1326?page=all ] Knut Anders Hatlen updated DERBY-1326: -- Attachment: derby-1326-checkds.diff derby-1326-checkds.diff re-enables the shutdown in checkDataSource. Without the skipThreads patch,

[jira] Closed: (DERBY-1832) sysinfo test fails with access denied (java.util.PropertyPermission java.class.path read) when derbyclient.jar is first in classpath

2006-09-19 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1832?page=all ] Knut Anders Hatlen closed DERBY-1832. - sysinfo test fails with access denied (java.util.PropertyPermission java.class.path read) when derbyclient.jar is first in classpath

[jira] Closed: (DERBY-1817) Race condition in network server's thread pool

2006-09-19 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1817?page=all ] Knut Anders Hatlen closed DERBY-1817. - Resolution: Fixed Race condition in network server's thread pool -- Key: DERBY-1817

[jira] Resolved: (DERBY-803) derbynet/DerbyNetAutoStart.java test fails intermittently with org.apache.derby.iapi.services.context.ShutdownException

2006-09-19 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-803?page=all ] Knut Anders Hatlen resolved DERBY-803. -- Resolution: Fixed Merged to 10.2 in Rick's mega-merge. derbynet/DerbyNetAutoStart.java test fails intermittently with

[jira] Commented: (DERBY-801) Allow parallel access to data files.

2006-09-19 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-801?page=comments#action_12435752 ] Knut Anders Hatlen commented on DERBY-801: -- Committed v4 into trunk with revision 447815. Fixed Suresh's comments 1-3 in RAFContainer4 before committing.

[jira] Commented: (DERBY-801) Allow parallel access to data files.

2006-09-19 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-801?page=comments#action_12435798 ] Knut Anders Hatlen commented on DERBY-801: -- Backed out the changes for DERBY-733 with the following commands: svn merge -r 357275:357274 . svn merge -r

[jira] Commented: (DERBY-1610) Resolve difference of type compatibility between Embedded and NetworkServer/NetworkDriver

2006-09-20 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1610?page=comments#action_12436122 ] Knut Anders Hatlen commented on DERBY-1610: --- Although embedded throws XCL12 in some cases, I don't think the client driver needs to do the same. From

[jira] Created: (DERBY-1869) lang/timestampArith.java fails if it starts right before midnight

2006-09-20 Thread Knut Anders Hatlen (JIRA)
lang/timestampArith.java fails if it starts right before midnight - Key: DERBY-1869 URL: http://issues.apache.org/jira/browse/DERBY-1869 Project: Derby Issue Type: Bug

[jira] Updated: (DERBY-1869) lang/timestampArith.java fails if it starts right before midnight

2006-09-20 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1869?page=all ] Knut Anders Hatlen updated DERBY-1869: -- Attachment: 1869.diff The test already has code to prevent it from being run too close to midnight. The code checks whether the time is 23:58, and

[jira] Closed: (DERBY-1869) lang/timestampArith.java fails if it starts right before midnight

2006-09-20 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1869?page=all ] Knut Anders Hatlen closed DERBY-1869. - Fix Version/s: 10.3.0.0 Resolution: Fixed Committed revision 448133. lang/timestampArith.java fails if it starts right before midnight

[jira] Resolved: (DERBY-1757) checkDataSource30 produces no output, most likely hangs

2006-09-20 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1757?page=all ] Knut Anders Hatlen resolved DERBY-1757. --- Fix Version/s: 10.2.1.0 (was: 10.2.2.0) Resolution: Fixed Marking the issue as resolved since the hang has not been

[jira] Commented: (DERBY-1610) Resolve difference of type compatibility between Embedded and NetworkServer/NetworkDriver

2006-09-21 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1610?page=comments#action_12436543 ] Knut Anders Hatlen commented on DERBY-1610: --- I'm not sure the test should be changed. The test intentionally calls setNull() with another type and

[jira] Commented: (DERBY-1751) derbynet/testSecMec.java fails with ShutdownException in DerbyNetClient framework

2006-09-21 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1751?page=comments#action_12436616 ] Knut Anders Hatlen commented on DERBY-1751: --- Hi Fernanda, Derbyall passed on JVM 1.5, but the jdbc40 suite (DerbyNetClient, JVM 1.6 b99) failed:

[jira] Commented: (DERBY-1834) Correct message SQL State 01006 to reflect that is being revoked - user and update the Ref Manual

2006-09-22 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1834?page=comments#action_12436750 ] Knut Anders Hatlen commented on DERBY-1834: --- grantRevokeDDL2.out also has a jdk16 master. Updated and committed to trunk with revision 448833. Correct

[jira] Commented: (DERBY-1610) Resolve difference of type compatibility between Embedded and NetworkServer/NetworkDriver

2006-09-22 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1610?page=comments#action_12436793 ] Knut Anders Hatlen commented on DERBY-1610: --- I'm sorry, I didn't notice the FOR BIT DATA part. I agree with your first comment, that csPrepStmt should

[jira] Commented: (DERBY-1876) Investigate overhead of JDBC layer and compiled activation code for simple embedded read-only, forward ResultSets

2006-09-22 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1876?page=comments#action_12436809 ] Knut Anders Hatlen commented on DERBY-1876: --- Moving one level down in the code and looking at the internal ResultSet hierarchy (not java.sql.ResultSet)

[jira] Commented: (DERBY-1826) Add JUnit utility methods for database/server shutdown

2006-09-22 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1826?page=comments#action_12436836 ] Knut Anders Hatlen commented on DERBY-1826: --- Committed revision 448900. I'm leaving the issue open until it has been committed to the 10.2 branch. Add

[jira] Commented: (DERBY-1876) Investigate overhead of JDBC layer and compiled activation code for simple embedded read-only, forward ResultSets

2006-09-22 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1876?page=comments#action_12437015 ] Knut Anders Hatlen commented on DERBY-1876: --- To get an impression of the allocation/gc cost for the statistics, I made all the runtime statistics fields

[jira] Created: (DERBY-1883) I18N tests fail on Linux/JVM 1.4.2 when derbyclient.jar is the first element of the classpath

2006-09-23 Thread Knut Anders Hatlen (JIRA)
I18N tests fail on Linux/JVM 1.4.2 when derbyclient.jar is the first element of the classpath - Key: DERBY-1883 URL: http://issues.apache.org/jira/browse/DERBY-1883

[jira] Updated: (DERBY-1883) I18N tests fail on Linux/JVM 1.4.2 when derbyclient.jar is the first element of the classpath

2006-09-23 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1883?page=all ] Knut Anders Hatlen updated DERBY-1883: -- Attachment: 1883.diff Seems like a security manager issue. At least, the attached patch (1883.diff), which grants derbyclient.jar permission to

[jira] Updated: (DERBY-1326) Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

2006-09-25 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1326?page=all ] Knut Anders Hatlen updated DERBY-1326: -- Attachment: derby-1326-restartTest.diff Attaching a patch which makes derbynet/ShutDownDBWhenNSShutsDownTest.junit run the repro (Restart.java) as

[jira] Resolved: (DERBY-1326) Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

2006-09-25 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1326?page=all ] Knut Anders Hatlen resolved DERBY-1326. --- Fix Version/s: 10.2.1.5 10.3.0.0 Resolution: Fixed Committed derby-1326-restartTest.diff with revision 449616. Marking

[jira] Resolved: (DERBY-1751) derbynet/testSecMec.java fails with ShutdownException in DerbyNetClient framework

2006-09-25 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1751?page=all ] Knut Anders Hatlen resolved DERBY-1751. --- Fix Version/s: 10.3.0.0 Resolution: Fixed Derby Info: (was: [Patch Available]) Thanks to Fernanda for fixing the problem and to

[jira] Closed: (DERBY-1883) I18N tests fail on Linux/JVM 1.4.2 when derbyclient.jar is the first element of the classpath

2006-09-26 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1883?page=all ] Knut Anders Hatlen closed DERBY-1883. - Fix Version/s: 10.3.0.0 Resolution: Fixed Assignee: Knut Anders Hatlen Committed revision 449930. I18N tests fail on Linux/JVM

[jira] Resolved: (DERBY-1430) Test parameterMapping.java often fails with DerbyNetClient on Solarisx86

2006-09-27 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1430?page=all ] Knut Anders Hatlen resolved DERBY-1430. --- Fix Version/s: (was: 10.2.2.0) Resolution: Invalid Marking as invalid since the logs indicate that multiple network tests were

[jira] Commented: (DERBY-790) SQLException used by the networked interface to Derby is not serializable

2006-09-27 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-790?page=comments#action_12438128 ] Knut Anders Hatlen commented on DERBY-790: -- Hi Francois, I think the patch might be a little too simple. When sqlca_ is made transient (and thereby null

[jira] Commented: (DERBY-1610) Resolve difference of type compatibility between Embedded and NetworkServer/NetworkDriver

2006-09-29 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1610?page=comments#action_12438657 ] Knut Anders Hatlen commented on DERBY-1610: --- Hi Tomohito, I tried to test all type combinations on setNull(). Seems like most of the combinations are

[jira] Resolved: (DERBY-1889) Convert jdbcapi/lobStreams.java to Junit

2006-09-29 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1889?page=all ] Knut Anders Hatlen resolved DERBY-1889. --- Fix Version/s: 10.3.0.0 Resolution: Fixed Derby Info: (was: [Patch Available]) The name of the test was misspelt in

[jira] Created: (DERBY-1913) storetests/st_reclaim_longcol.java fails intermittently

2006-10-02 Thread Knut Anders Hatlen (JIRA)
storetests/st_reclaim_longcol.java fails intermittently --- Key: DERBY-1913 URL: http://issues.apache.org/jira/browse/DERBY-1913 Project: Derby Issue Type: Bug Components:

[jira] Commented: (DERBY-1610) Resolve difference of type compatibility between Embedded and NetworkServer/NetworkDriver

2006-10-03 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1610?page=comments#action_12439477 ] Knut Anders Hatlen commented on DERBY-1610: --- I have run tests of setNull() and setObject() on most type combinations, and I didn't find any

[jira] Resolved: (DERBY-1910) OutOfMemoryError happens when jdbcapi/_Suite.junit was executed as DerbyNetClient (in jvm1.4.2)

2006-10-04 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1910?page=all ] Knut Anders Hatlen resolved DERBY-1910. --- Fix Version/s: 10.3.0.0 Resolution: Fixed Derby Info: (was: [Patch Available]) Thanks, Fernanda. Committed revision 452832.

[jira] Commented: (DERBY-1889) Convert jdbcapi/lobStreams.java to Junit

2006-10-04 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1889?page=comments#action_12439863 ] Knut Anders Hatlen commented on DERBY-1889: --- A patch is not needed just to delete a file. I'll do that manually. I noticed that java/testing/README.htm

[jira] Commented: (DERBY-1889) Convert jdbcapi/lobStreams.java to Junit

2006-10-04 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1889?page=comments#action_12439944 ] Knut Anders Hatlen commented on DERBY-1889: --- Removed lobStreams.out and committed revision 452983. Convert jdbcapi/lobStreams.java to Junit

[jira] Resolved: (DERBY-1494) PreparedStatement.setNull(int, int) checks type compatibility on embedded, but not on the client

2006-10-08 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1494?page=all ] Knut Anders Hatlen resolved DERBY-1494. --- Fix Version/s: 10.3.0.0 Resolution: Fixed After the check-in of DERBY-1610, both embedded and client check type compatibility.

[jira] Resolved: (DERBY-1501) PreparedStatement#setNull(int parameterIndex, int sqlType) throws SQL Exception if given sqlType is LONGVARBINARY in embedded mode

2006-10-08 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1501?page=all ] Knut Anders Hatlen resolved DERBY-1501. --- Fix Version/s: 10.3.0.0 Resolution: Fixed With the check-in of DERBY-1610, embedded and client behave consistently.

[jira] Updated: (DERBY-1910) OutOfMemoryError happens when jdbcapi/_Suite.junit was executed as DerbyNetClient (in jvm1.4.2)

2006-10-09 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1910?page=all ] Knut Anders Hatlen updated DERBY-1910: -- Fix Version/s: 10.2.2.0 Merged the fix into the 10.2 branch (revision 454325). OutOfMemoryError happens when jdbcapi/_Suite.junit was executed as

[jira] Commented: (DERBY-1845) OutOfMemoryError when running All suite directly using JUnit

2006-10-09 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1845?page=comments#action_12440846 ] Knut Anders Hatlen commented on DERBY-1845: --- Is this still a problem after DERBY-1910? OutOfMemoryError when running All suite directly using JUnit

[jira] Updated: (DERBY-790) SQLException used by the networked interface to Derby is not serializable

2006-10-09 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-790?page=all ] Knut Anders Hatlen updated DERBY-790: - Attachment: Serialize.java Thanks, the test changes look great. The attached repro (Serialize.java) shows the problem with getMessage(). Note that I

[jira] Commented: (DERBY-1610) Resolve difference of type compatibility between Embedded and NetworkServer/NetworkDriver

2006-10-10 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1610?page=comments#action_12441109 ] Knut Anders Hatlen commented on DERBY-1610: --- There are some failures in the jdbc40 suite caused by these changes. I'll post a patch for it. Resolve

[jira] Updated: (DERBY-1610) Resolve difference of type compatibility between Embedded and NetworkServer/NetworkDriver

2006-10-10 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1610?page=all ] Knut Anders Hatlen updated DERBY-1610: -- Attachment: derby-1610-jdk16.diff Attaching a patch which fixes the failures in the jdbc40 suite (see

[jira] Commented: (DERBY-1610) Resolve difference of type compatibility between Embedded and NetworkServer/NetworkDriver

2006-10-11 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1610?page=comments#action_12441374 ] Knut Anders Hatlen commented on DERBY-1610: --- Thanks Tomohito. If the methods are static, each setter method must call getColumnMetaDataX(),

[jira] Created: (DERBY-1956) Remove stale code from the statement classes in the client driver

2006-10-12 Thread Knut Anders Hatlen (JIRA)
Remove stale code from the statement classes in the client driver - Key: DERBY-1956 URL: http://issues.apache.org/jira/browse/DERBY-1956 Project: Derby Issue Type: Improvement

[jira] Updated: (DERBY-1956) Remove stale code from the statement classes in the client driver

2006-10-12 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1956?page=all ] Knut Anders Hatlen updated DERBY-1956: -- Attachment: 1956.diff 1956.stat Attaching a patch which removes escapedProcedureCallWithResult_ and all code that is only executed

[jira] Updated: (DERBY-1956) Remove stale code from the statement classes in the client driver

2006-10-12 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1956?page=all ] Knut Anders Hatlen updated DERBY-1956: -- Derby Info: [Patch Available] Remove stale code from the statement classes in the client driver

[jira] Created: (DERBY-1957) Factor out run-time statistics information from language ResultSet classes

2006-10-12 Thread Knut Anders Hatlen (JIRA)
Factor out run-time statistics information from language ResultSet classes -- Key: DERBY-1957 URL: http://issues.apache.org/jira/browse/DERBY-1957 Project: Derby Issue

[jira] Commented: (DERBY-1956) Remove stale code from the statement classes in the client driver

2006-10-12 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1956?page=comments#action_12441775 ] Knut Anders Hatlen commented on DERBY-1956: --- It seems to be there to support a different parameter mapping for statements of this kind:

[jira] Closed: (DERBY-1956) Remove stale code from the statement classes in the client driver

2006-10-12 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1956?page=all ] Knut Anders Hatlen closed DERBY-1956. - Resolution: Fixed Derby Info: (was: [Patch Available]) Thanks Bryan and Dan for the comments. Committed revision 463565. Remove stale code

[jira] Reopened: (DERBY-989) unit/daemonService.unit fails intermittently: 'ran out of time'

2006-10-14 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-989?page=all ] Knut Anders Hatlen reopened DERBY-989: -- unit/daemonService.unit fails intermittently: 'ran out of time' ---

[jira] Closed: (DERBY-989) unit/daemonService.unit fails intermittently: 'ran out of time'

2006-10-14 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-989?page=all ] Knut Anders Hatlen closed DERBY-989. Fix Version/s: 10.1.3.2 Resolution: Fixed Patch merged cleanly from trunk. Test passes. Committed into 10.1 with revision 463899.

[jira] Commented: (DERBY-1895) Convert jdbcapi/blobclob4BLOB.java to Junit

2006-10-16 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1895?page=comments#action_12442521 ] Knut Anders Hatlen commented on DERBY-1895: --- Hi Fernanda. Thank you for rewriting the test! I had a quick look at your patch and the description of it.

[jira] Created: (DERBY-1961) Investigate resource usage for different types of load on an in-memory database

2006-10-16 Thread Knut Anders Hatlen (JIRA)
Investigate resource usage for different types of load on an in-memory database --- Key: DERBY-1961 URL: http://issues.apache.org/jira/browse/DERBY-1961 Project: Derby

[jira] Reopened: (DERBY-1883) I18N tests fail on Linux/JVM 1.4.2 when derbyclient.jar is the first element of the classpath

2006-10-16 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1883?page=all ] Knut Anders Hatlen reopened DERBY-1883: --- I18N tests fail on Linux/JVM 1.4.2 when derbyclient.jar is the first element of the classpath

[jira] Updated: (DERBY-1961) Investigate resource usage for different types of load on an in-memory database

2006-10-16 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1961?page=all ] Knut Anders Hatlen updated DERBY-1961: -- Attachment: TestClient.java Uploaded a test client which can be used to investigate the resource usage for three different loads: -

[jira] Commented: (DERBY-1961) Investigate resource usage for different types of load on an in-memory database

2006-10-16 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1961?page=comments#action_12442566 ] Knut Anders Hatlen commented on DERBY-1961: --- Created wiki page where results could be posted: http://wiki.apache.org/db-derby/Derby1961ResourceUsage

[jira] Commented: (DERBY-1893) Convert largedata/lobLengthTests.java to junit

2006-10-16 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1893?page=comments#action_12442681 ] Knut Anders Hatlen commented on DERBY-1893: --- I have two comments to the patch (sorry I didn't notice before it was committed): - the suite method

[jira] Commented: (DERBY-1962) Convert jdbcapi/resultsetJdbc30.java to junit

2006-10-17 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1962?page=comments#action_12442815 ] Knut Anders Hatlen commented on DERBY-1962: --- I think the patch looks good, but it seems the preferred way to make an embedded-only suite has changed to

[jira] Commented: (DERBY-801) Allow parallel access to data files.

2006-10-17 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-801?page=comments#action_12443040 ] Knut Anders Hatlen commented on DERBY-801: -- I'm wondering whether we should change the DEBUG_PRINT calls to ASSERT/THROWASSERT. Falling back to the old

[jira] Commented: (DERBY-1965) NetworkServerControlImpl never closes the socket or streams it opens in setUpSocket.

2006-10-17 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1965?page=comments#action_12443046 ] Knut Anders Hatlen commented on DERBY-1965: --- I'm not sure that's the best use of try/finally. Take this code for example: try { setUpSocket();

[jira] Commented: (DERBY-801) Allow parallel access to data files.

2006-10-18 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-801?page=comments#action_12443179 ] Knut Anders Hatlen commented on DERBY-801: -- Army Brown reported an intermittent assert failure in a comment to DERBY-1976. It is probably related to this

[jira] Resolved: (DERBY-1895) Convert jdbcapi/blobclob4BLOB.java to Junit

2006-10-19 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1895?page=all ] Knut Anders Hatlen resolved DERBY-1895. --- Fix Version/s: 10.3.0.0 Resolution: Fixed Derby Info: (was: [Patch Available]) Thanks Fernanda. Committed revision 465601.

[jira] Resolved: (DERBY-1918) INCREMENT of IDENTITY column described as allowing a value of zero in reference manual

2006-10-19 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1918?page=all ] Knut Anders Hatlen resolved DERBY-1918. --- Resolution: Fixed Derby Info: (was: [Patch Available]) Committed revision 465615. INCREMENT of IDENTITY column described as allowing a

[jira] Resolved: (DERBY-1962) Convert jdbcapi/resultsetJdbc30.java to junit

2006-10-19 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1962?page=all ] Knut Anders Hatlen resolved DERBY-1962. --- Fix Version/s: 10.3.0.0 Resolution: Fixed Derby Info: (was: [Patch Available]) Committed revision 465694. Convert

[jira] Commented: (DERBY-1978) OutOfMemory error still happens in 10.2.1.6

2006-10-19 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1978?page=comments#action_12443627 ] Knut Anders Hatlen commented on DERBY-1978: --- Is this the same as DERBY-912? OutOfMemory error still happens in 10.2.1.6

[jira] Commented: (DERBY-912) OutOfMemory error on continuous execution of SQL statement

2006-10-19 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-912?page=comments#action_12443644 ] Knut Anders Hatlen commented on DERBY-912: -- The problem seems to be that RAMTransaction.sorts is only cleared when the connection is closed, not when the

[jira] Commented: (DERBY-912) OutOfMemory error on continuous execution of SQL statement

2006-10-19 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-912?page=comments#action_12443651 ] Knut Anders Hatlen commented on DERBY-912: -- One simple solution is to remove all trailing null elements from the sorts vector on commit. That should leave

[jira] Assigned: (DERBY-912) OutOfMemory error on continuous execution of SQL statement

2006-10-20 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-912?page=all ] Knut Anders Hatlen reassigned DERBY-912: Assignee: Knut Anders Hatlen OutOfMemory error on continuous execution of SQL statement

[jira] Commented: (DERBY-1912) derbynet/ShutDownDBWhenNSShutsDownTest.junit fails with ibm131, hangs with jdk131

2006-10-20 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1912?page=comments#action_12443917 ] Knut Anders Hatlen commented on DERBY-1912: --- This issue sounds similar to DERBY-300. DERBY-300 reports hangs on 1.3 JVMs when the client and the server

[jira] Updated: (DERBY-912) OutOfMemory error on continuous execution of SQL statement

2006-10-20 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-912?page=all ] Knut Anders Hatlen updated DERBY-912: - Attachment: derby-912.diff Attaching a patch which implements reuse of sort identifiers, as suggested by Mike. I have successfully run the repro for

[jira] Updated: (DERBY-912) OutOfMemory error on continuous execution of SQL statement

2006-10-20 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-912?page=all ] Knut Anders Hatlen updated DERBY-912: - Derby Info: [Patch Available] OutOfMemory error on continuous execution of SQL statement --

[jira] Created: (DERBY-1988) Convert jdbc4/TestJDBC40Exception.java to JUnit

2006-10-21 Thread Knut Anders Hatlen (JIRA)
Convert jdbc4/TestJDBC40Exception.java to JUnit --- Key: DERBY-1988 URL: http://issues.apache.org/jira/browse/DERBY-1988 Project: Derby Issue Type: Improvement Components: Test

[jira] Updated: (DERBY-1988) Convert jdbc4/TestJDBC40Exception.java to JUnit

2006-10-21 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1988?page=all ] Knut Anders Hatlen updated DERBY-1988: -- Attachment: exceptiontest.diff exceptiontest.stat The attached exceptiontest.diff converts TestJDBC40Exception to JUnit. Since one

[jira] Updated: (DERBY-1988) Convert jdbc4/TestJDBC40Exception.java to JUnit

2006-10-21 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1988?page=all ] Knut Anders Hatlen updated DERBY-1988: -- Derby Info: [Patch Available] Convert jdbc4/TestJDBC40Exception.java to JUnit ---

[jira] Created: (DERBY-1989) Convert jdbc4/TestDbMetaData.java to JUnit

2006-10-21 Thread Knut Anders Hatlen (JIRA)
Convert jdbc4/TestDbMetaData.java to JUnit -- Key: DERBY-1989 URL: http://issues.apache.org/jira/browse/DERBY-1989 Project: Derby Issue Type: Improvement Components: Test Affects

[jira] Resolved: (DERBY-1979) convert jdbcapi/characterStreams.java to Junit

2006-10-30 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1979?page=all ] Knut Anders Hatlen resolved DERBY-1979. --- Fix Version/s: 10.3.0.0 Resolution: Fixed Derby Info: (was: [Patch Available]) I was curious about why the test only ran in

[jira] Commented: (DERBY-2017) Client driver can insert and commit partial data when a LOB stream throws IOException or does not match the specified length

2006-10-30 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2017?page=comments#action_12445568 ] Knut Anders Hatlen commented on DERBY-2017: --- When this issue has been fixed, jdbcapi/CharacterStreamsTest should be updated so that it runs with the

[jira] Closed: (DERBY-1991) Misleading stack traces for exceptions raised by the JDBC 4.0 embedded driver

2006-10-31 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1991?page=all ] Knut Anders Hatlen closed DERBY-1991. - Fix Version/s: 10.2.1.8 10.3.0.0 Resolution: Fixed Derby Info: (was: [Patch Available]) Committed to trunk with

[jira] Updated: (DERBY-1868) Merge argument descriptors into SQLState strings so that SQLState documentation can be generated by a program

2006-11-01 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1868?page=all ] Knut Anders Hatlen updated DERBY-1868: -- Attachment: antlib.diff I'm not able to build Derby after these changes, probably because my ant installation doesn't have ant.jar under

[jira] Resolved: (DERBY-2027) JUnit suite All crashes with OutOfMemoryError when running LobLengthTest

2006-11-02 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2027?page=all ] Knut Anders Hatlen resolved DERBY-2027. --- Fix Version/s: 10.3.0.0 Resolution: Fixed Derby Info: (was: [Patch Available]) Thanks Kristian. Committed revision 470294.

[jira] Commented: (DERBY-1961) Investigate resource usage for different types of load on an in-memory database

2006-11-02 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1961?page=comments#action_12446601 ] Knut Anders Hatlen commented on DERBY-1961: --- The wiki page disappeared and I was unable to restore it with the same name. New location for the results:

[jira] Commented: (DERBY-801) Allow parallel access to data files.

2006-11-02 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-801?page=comments#action_12446607 ] Knut Anders Hatlen commented on DERBY-801: -- I couldn't build the jar files with this patch because the build system expected

[jira] Commented: (DERBY-801) Allow parallel access to data files.

2006-11-02 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-801?page=comments#action_12446609 ] Knut Anders Hatlen commented on DERBY-801: -- if we agree that closing a container that is being dropped while IO is still active on it is sane, it

[jira] Created: (DERBY-2031) Convert derbynet/testProtocol.java to JUnit

2006-11-02 Thread Knut Anders Hatlen (JIRA)
Convert derbynet/testProtocol.java to JUnit --- Key: DERBY-2031 URL: http://issues.apache.org/jira/browse/DERBY-2031 Project: Derby Issue Type: Improvement Components: Network Server, Test

[jira] Commented: (DERBY-801) Allow parallel access to data files.

2006-11-02 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-801?page=comments#action_12446767 ] Knut Anders Hatlen commented on DERBY-801: -- Thanks Anders. I committed DERBY-801-6.patch with revision 470573. I'm not sure checking for the committed

[jira] Created: (DERBY-2038) lang/releaseCompileLocks.sql and lang/closed.java fail under JDK 1.6 in insane mode

2006-11-02 Thread Knut Anders Hatlen (JIRA)
lang/releaseCompileLocks.sql and lang/closed.java fail under JDK 1.6 in insane mode --- Key: DERBY-2038 URL: http://issues.apache.org/jira/browse/DERBY-2038 Project:

[jira] Updated: (DERBY-801) Allow parallel access to data files.

2006-11-02 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-801?page=all ] Knut Anders Hatlen updated DERBY-801: - Derby Info: (was: [Patch Available]) Allow parallel access to data files. Key: DERBY-801

[jira] Created: (DERBY-2046) Make class org.apache.derby.iapi.store.raw.PageKey final

2006-11-04 Thread Knut Anders Hatlen (JIRA)
Make class org.apache.derby.iapi.store.raw.PageKey final Key: DERBY-2046 URL: http://issues.apache.org/jira/browse/DERBY-2046 Project: Derby Issue Type: Improvement

[jira] Created: (DERBY-2047) TestDataSourceFactory doesn't work correctly outside the old harness

2006-11-04 Thread Knut Anders Hatlen (JIRA)
TestDataSourceFactory doesn't work correctly outside the old harness Key: DERBY-2047 URL: http://issues.apache.org/jira/browse/DERBY-2047 Project: Derby Issue Type: Bug

[jira] Assigned: (DERBY-2047) TestDataSourceFactory doesn't work correctly outside the old harness

2006-11-04 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2047?page=all ] Knut Anders Hatlen reassigned DERBY-2047: - Assignee: Knut Anders Hatlen TestDataSourceFactory doesn't work correctly outside the old harness

[jira] Updated: (DERBY-2047) TestDataSourceFactory doesn't work correctly outside the old harness

2006-11-04 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2047?page=all ] Knut Anders Hatlen updated DERBY-2047: -- Attachment: derby-2047.diff derby-2047.stat The attached patch (derby-2047.diff) makes TestDataSourceFactory independent of

[jira] Assigned: (DERBY-2023) Ensure all tests called by jdbc40._Suite run in embedded and client as required.

2006-11-04 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2023?page=all ] Knut Anders Hatlen reassigned DERBY-2023: - Assignee: Knut Anders Hatlen Ensure all tests called by jdbc40._Suite run in embedded and client as required.

[jira] Updated: (DERBY-2023) Ensure all tests called by jdbc40._Suite run in embedded and client as required.

2006-11-04 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2023?page=all ] Knut Anders Hatlen updated DERBY-2023: -- Attachment: derby-2023.diff derby-2023.stat The attached patch (derby-2023.diff) makes most of the tests in jdbc4._Suite run in

[jira] Updated: (DERBY-2023) Ensure all tests called by jdbc40._Suite run in embedded and client as required.

2006-11-05 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2023?page=all ] Knut Anders Hatlen updated DERBY-2023: -- Derby Info: [Patch Available] Ensure all tests called by jdbc40._Suite run in embedded and client as required.

[jira] Commented: (DERBY-2047) TestDataSourceFactory doesn't work correctly outside the old harness

2006-11-06 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2047?page=comments#action_12447484 ] Knut Anders Hatlen commented on DERBY-2047: --- Thanks Dan, I hadn't noticed your comment about this problem under DERBY-2043. Your approach sounds cleaner

<    5   6   7   8   9   10   11   12   13   14   >