Regression Test Report - tinderbox_trunk16 555475 - Sun DBTG

2007-07-12 Thread Ole . Solberg
[Auto-generated mail] *tinderbox_trunk16* 555475/2007-07-12 05:02:48 CEST Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* SunOS-5.10_i86pc-i386 3298295 089.22% derbyall 083868386 0

[jira] Commented: (DERBY-2924) Manual copyright topics need to be updated to current year

2007-07-12 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511993 ] Knut Anders Hatlen commented on DERBY-2924: --- Shouldn't the copyright notice say Copyright 2004, 2006 -

Re: [jira] Commented: (DERBY-2923) Incorrect reading of nullable Blob/Clob columns during soft upgrade with client/server

2007-07-12 Thread Knut Anders Hatlen
Øystein Grøvlen (JIRA) [EMAIL PROTECTED] writes: [ https://issues.apache.org/jira/browse/DERBY-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511808 ] Øystein Grøvlen commented on DERBY-2923: I have not

[jira] Commented: (DERBY-2921) Replication: Add a network service that connects the master and slave Derby instances

2007-07-12 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-2921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512003 ] Jørgen Løland commented on DERBY-2921: -- Hi Narayanan I noticed that the code attached to DERBY-2852 contains a

[jira] Created: (DERBY-2926) Replication: Add a log buffer for log records that should be shipped to the slave

2007-07-12 Thread JIRA
Replication: Add a log buffer for log records that should be shipped to the slave - Key: DERBY-2926 URL: https://issues.apache.org/jira/browse/DERBY-2926 Project: Derby

Re: Optimization test result

2007-07-12 Thread Julius Stroffek
Thanks Manjula. I'll look at that. Julo Manjula Kutty wrote: Hi Julius, yes, the code is already in the derby codeline. It is under derbyTesting/system/optimizer. There is a reaadme file in that directory which will help you on how to run the test and details of the test. Please let me

[jira] Assigned: (DERBY-2926) Replication: Add a log buffer for log records that should be shipped to the slave

2007-07-12 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-2926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jørgen Løland reassigned DERBY-2926: Assignee: Jørgen Løland Replication: Add a log buffer for log records that should be

[jira] Commented: (DERBY-2926) Replication: Add a log buffer for log records that should be shipped to the slave

2007-07-12 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-2926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512012 ] Jørgen Løland commented on DERBY-2926: -- Note the questions below... PLAN: I am planing to write the buffer as

[jira] Created: (DERBY-2927) Procedures can't return values other than ResultSets

2007-07-12 Thread Jacques Coetzee (JIRA)
Procedures can't return values other than ResultSets Key: DERBY-2927 URL: https://issues.apache.org/jira/browse/DERBY-2927 Project: Derby Issue Type: Improvement Components: SQL

[jira] Commented: (DERBY-2212) Add Unique where not null to create index

2007-07-12 Thread Anurag Shekhar (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512020 ] Anurag Shekhar commented on DERBY-2212: --- Description of this issue mentions two issues 1. allowing duplicate

[jira] Commented: (DERBY-2212) Add Unique where not null to create index

2007-07-12 Thread Anurag Shekhar (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512021 ] Anurag Shekhar commented on DERBY-2212: --- There was a mail thread about this issue some time back in developer

Viewing/modifying Derby properties

2007-07-12 Thread Ole Gunnar Borstad
I am working on management and monitoring for Derby, and I need a way to view and modify (get/set) properties for the system and databases. I have tried to access properties through various Property objects in the code, but when Derby runs with default values these are usually empty, so

[jira] Created: (DERBY-2928) Multiple query execution in data base

2007-07-12 Thread Prakash (JIRA)
Multiple query execution in data base - Key: DERBY-2928 URL: https://issues.apache.org/jira/browse/DERBY-2928 Project: Derby Issue Type: Improvement Reporter: Prakash Priority:

[jira] Created: (DERBY-2930) create and call a procedure in derby db

2007-07-12 Thread Prakash (JIRA)
create and call a procedure in derby db --- Key: DERBY-2930 URL: https://issues.apache.org/jira/browse/DERBY-2930 Project: Derby Issue Type: Wish Reporter: Prakash Priority:

[jira] Created: (DERBY-2929) short cut key to block a query

2007-07-12 Thread Prakash (JIRA)
short cut key to block a query -- Key: DERBY-2929 URL: https://issues.apache.org/jira/browse/DERBY-2929 Project: Derby Issue Type: Improvement Components: SQL Affects Versions: 10.2.2.0

[jira] Commented: (DERBY-2930) create and call a procedure in derby db

2007-07-12 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512082 ] V.Narayanan commented on DERBY-2930: Derby has support for java stored procedures. You can find more

[jira] Created: (DERBY-2931) jdbcapi/ConcurrencyTest not able to drop table in soft upgrade mode

2007-07-12 Thread JIRA
jdbcapi/ConcurrencyTest not able to drop table in soft upgrade mode --- Key: DERBY-2931 URL: https://issues.apache.org/jira/browse/DERBY-2931 Project: Derby Issue Type: Bug

Re: questions about querytreenode and optimization

2007-07-12 Thread Anurag Shekhar
QueryTreeNode is constructed while parsing the sql statement. This is the base class of all the node created while parsing the sql statement. Probably you should look at java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj to see how three is generated. You can print the parse tree by

[jira] Commented: (DERBY-2924) Manual copyright topics need to be updated to current year

2007-07-12 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512091 ] Kim Haase commented on DERBY-2924: -- Very good point, Knut -- I was not thinking when I made the change. I believe

[jira] Updated: (DERBY-2924) Manual copyright topics need to be updated to current year

2007-07-12 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim Haase updated DERBY-2924: - Attachment: DERBY-2924-2.diff Attaching a second patch that makes the date changes suggested by Knut and

[jira] Commented: (DERBY-2931) jdbcapi/ConcurrencyTest not able to drop table in soft upgrade mode

2007-07-12 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512099 ] Øystein Grøvlen commented on DERBY-2931: If I boot the database in ij after running the ConcurrencyTest and

[jira] Created: (DERBY-2932) Connection.createClob() and Connection.createBlob() throw a procedure not found exception and do not deswitch to non-locator code upon soft upgra

2007-07-12 Thread V.Narayanan (JIRA)
Connection.createClob() and Connection.createBlob() throw a procedure not found exception and do not deswitch to non-locator code upon soft upgra -

[jira] Commented: (DERBY-2932) Connection.createClob() and Connection.createBlob() throw a procedure not found exception and do not switch to non-locator code upon soft upgrade

2007-07-12 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512102 ] V.Narayanan commented on DERBY-2932: The problem can be reproduced with the following series of steps 1. Create

Re: questions about querytreenode and optimization

2007-07-12 Thread Aakash Bordia
Thanks Anurag, I did look at the documentation and the debug property you mentioned. I wanted to mention that I am in the debugger, and whatever I asked was in context of that (that is while debugging the code, I am not sure where to find the access path in the QTN once the optimize method is

[jira] Resolved: (DERBY-2930) create and call a procedure in derby db

2007-07-12 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton resolved DERBY-2930. Resolution: Invalid Yes, please send your questions to [EMAIL PROTECTED] rather than

[jira] Resolved: (DERBY-2929) short cut key to block a query

2007-07-12 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton resolved DERBY-2929. Resolution: Invalid Please send usage questions to [EMAIL PROTECTED] short cut key to

[jira] Resolved: (DERBY-2928) Multiple query execution in data base

2007-07-12 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton resolved DERBY-2928. Resolution: Invalid Please send usage questions to [EMAIL PROTECTED] Multiple query

[jira] Commented: (DERBY-2928) Multiple query execution in data base

2007-07-12 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512100 ] Bryan Pendleton commented on DERBY-2928: What do you mean as the derby sql execution console? Are you

[jira] Updated: (DERBY-2932) Connection.createClob() and Connection.createBlob() throw a procedure not found exception and do not switch to non-locator code upon soft upgrade

2007-07-12 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] V.Narayanan updated DERBY-2932: --- Summary: Connection.createClob() and Connection.createBlob() throw a procedure not found exception

[jira] Assigned: (DERBY-2932) Connection.createClob() and Connection.createBlob() throw a procedure not found exception and do not switch to non-locator code upon soft upgrade

2007-07-12 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] V.Narayanan reassigned DERBY-2932: -- Assignee: V.Narayanan Connection.createClob() and Connection.createBlob() throw a procedure

[jira] Commented: (DERBY-2924) Manual copyright topics need to be updated to current year

2007-07-12 Thread Jean T. Anderson (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512108 ] Jean T. Anderson commented on DERBY-2924: - I believe 2004, 2006 and 2004- 2006 are the same, both indicating

[jira] Commented: (DERBY-2927) Procedures can't return values other than ResultSets

2007-07-12 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512109 ] Bryan Pendleton commented on DERBY-2927: I'm not sure why the restriction(s) exist, but it would be useful

[jira] Commented: (DERBY-2892) Closing a resultset after retrieving a large 32665 bytes value with Network Server does not release locks

2007-07-12 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512111 ] Bryan Pendleton commented on DERBY-2892: Is there any evidence that you might be getting an exception on the

[jira] Commented: (DERBY-2924) Manual copyright topics need to be updated to current year

2007-07-12 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512112 ] Kim Haase commented on DERBY-2924: -- Thanks very much for that reference, Jean -- it appears to confirm that the

[jira] Commented: (DERBY-2932) Connection.createClob() and Connection.createBlob() throw a procedure not found exception and do not switch to non-locator code upon soft upgrade

2007-07-12 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512113 ] V.Narayanan commented on DERBY-2932: The same problem can be reproduced when a 10.2 server is run with a 10.3

[jira] Updated: (DERBY-2932) Connection.createClob() and Connection.createBlob() throw a procedure not found exception and do not switch to non-locator code upon soft upgrade

2007-07-12 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] V.Narayanan updated DERBY-2932: --- Attachment: SoftUpgrade_createClob_createBlob_v1.stat

[jira] Commented: (DERBY-2931) jdbcapi/ConcurrencyTest not able to drop table in soft upgrade mode

2007-07-12 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512121 ] Knut Anders Hatlen commented on DERBY-2931: --- I found that the bug can be reproduced with these three

[jira] Updated: (DERBY-2923) Incorrect reading of nullable Blob/Clob columns during soft upgrade with client/server

2007-07-12 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Øystein Grøvlen updated DERBY-2923: --- Derby Info: [Patch Available, Regression] (was: [Regression]) I suggest that the current

[jira] Commented: (DERBY-2931) jdbcapi/ConcurrencyTest not able to drop table in soft upgrade mode

2007-07-12 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512123 ] Knut Anders Hatlen commented on DERBY-2931: --- I see the same error when soft upgrading from 10.1.3.1 to

[jira] Commented: (DERBY-2923) Incorrect reading of nullable Blob/Clob columns during soft upgrade with client/server

2007-07-12 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512125 ] V.Narayanan commented on DERBY-2923: I have looked at softupgradefix.diff and it looks good to me. The

[jira] Updated: (DERBY-2932) Connection.createClob() and Connection.createBlob() throw a procedure not found exception and do not switch to non-locator code upon soft upgrade

2007-07-12 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] V.Narayanan updated DERBY-2932: --- Derby Info: [Patch Available, Regression] Connection.createClob() and Connection.createBlob() throw

[jira] Commented: (DERBY-2896) DatabaseMetaData.getTables() fails in TERRORITY_BASED collation database with SQLState 42818: Comparisions between CHAR and CHAR not allowed.

2007-07-12 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512132 ] Daniel John Debrunner commented on DERBY-2896: -- I don't think the second option leads to the correct

[jira] Updated: (DERBY-2931) jdbcapi/ConcurrencyTest not able to drop table in soft upgrade mode

2007-07-12 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-2931: -- Priority: Blocker (was: Major) Increasing priority to 'Blocker' since this seems like

Re: [VOTE] 10.3.1.1

2007-07-12 Thread Knut Anders Hatlen
Myrna van Lunteren [EMAIL PROTECTED] writes: Dear all, You may have noticed that 2 blockers have shown up - DERBY-2923 and DERBY-2924. I'll wait for these to be fixed, adjust the release notes, patch for DERBY-2915, and generate a new candidate thereafter. I'll update the wiki when things

[jira] Subscription: Derby: JIRA issues with patch available

2007-07-12 Thread jira
Issue Subscription Filter: Derby: JIRA issues with patch available (10 issues) Subscriber: derby-dev Key Summary DERBY-2932 Connection.createClob() and Connection.createBlob() throw a procedure not found exception and do not switch to non-locator code upon soft upgrade

[jira] Updated: (DERBY-2924) Manual copyright topics need to be updated to current year

2007-07-12 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim Haase updated DERBY-2924: - Derby Info: [Patch Available] Manual copyright topics need to be updated to current year

[jira] Commented: (DERBY-2932) Connection.createClob() and Connection.createBlob() throw a procedure not found exception and do not switch to non-locator code upon soft upgrade

2007-07-12 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512146 ] Øystein Grøvlen commented on DERBY-2932: Patch looks good. Without the patch I saw the errors reported here

Re: questions about querytreenode and optimization

2007-07-12 Thread Anurag shekhar
After determining the best path (based on cost) a java class is generated for the query. You can dump this class file on by setting DumpClassFile to true. anurag Aakash Bordia wrote: Thanks Anurag, I did look at the documentation and the debug property you mentioned. I wanted to mention that

Regression Test Report - Daily 555316 - Sun DBTG

2007-07-12 Thread Henri . Vandescheur
[Auto-generated mail] *Daily* 555316/2007-07-11 18:00:10 CEST Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* lin 3301298 072.79% derbyall 083768376 0 829.26% suitesAll sles NA

[jira] Commented: (DERBY-2896) DatabaseMetaData.getTables() fails in TERRORITY_BASED collation database with SQLState 42818: Comparisions between CHAR and CHAR not allowed.

2007-07-12 Thread Mamta A. Satoor (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512159 ] Mamta A. Satoor commented on DERBY-2896: I am starting to derbug to see what is happening with compilation

Re: [jira] Commented: (DERBY-2923) Incorrect reading of nullable Blob/Clob columns during soft upgrade with client/server

2007-07-12 Thread Oystein Grovlen - Sun Norway
For ad hoc testing, you could perhaps try to create a system/wombat database manually with 10.2, and then run the JUnit tests against that database with the allowPreReleaseUpgrade flag. Not sure if it works, but it's worth a try. This was a very excellent idea, Knut Anders. It seems to work

[jira] Updated: (DERBY-2926) Replication: Add a log buffer for log records that should be shipped to the slave

2007-07-12 Thread Mike Matrigali (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Matrigali updated DERBY-2926: -- Do you have a writeup on the architecture for replication you are implementing other than what is

[jira] Updated: (DERBY-2932) Connection.createClob() and Connection.createBlob() throw a procedure not found exception and do not switch to non-locator code upon soft upgrade

2007-07-12 Thread Myrna van Lunteren (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren updated DERBY-2932: -- Derby Info: [Patch Available, Regression] (was: [Regression, Patch Available])

[jira] Updated: (DERBY-2923) Incorrect reading of nullable Blob/Clob columns during soft upgrade with client/server

2007-07-12 Thread Myrna van Lunteren (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren updated DERBY-2923: -- Derby Info: [Patch Available, Regression] (was: [Regression, Patch Available])

[jira] Commented: (DERBY-2896) DatabaseMetaData.getTables() fails in TERRORITY_BASED collation database with SQLState 42818: Comparisions between CHAR and CHAR not allowed.

2007-07-12 Thread Mamta A. Satoor (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512168 ] Mamta A. Satoor commented on DERBY-2896: getUDTs is implemented the same way as getTables, ie we bypass

[jira] Updated: (DERBY-2656) Run suites.All against a collated database

2007-07-12 Thread Myrna van Lunteren (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren updated DERBY-2656: -- Fix Version/s: (was: 10.3.0.0) 10.3.1.2 Run suites.All against

[jira] Commented: (DERBY-2892) Closing a resultset after retrieving a large 32665 bytes value with Network Server does not release locks

2007-07-12 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512174 ] Kathey Marsden commented on DERBY-2892: --- Is there any evidence that you might be getting an exception on the

[jira] Resolved: (DERBY-2915) upgrade test fixture noConnnectionAfterHardUpgrade fails with 10.3.1.1

2007-07-12 Thread Myrna van Lunteren (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren resolved DERBY-2915. --- Resolution: Fixed Fix Version/s: 10.3.1.2 fixed by accepting both errors

[jira] Assigned: (DERBY-2931) jdbcapi/ConcurrencyTest not able to drop table in soft upgrade mode

2007-07-12 Thread Mike Matrigali (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Matrigali reassigned DERBY-2931: - Assignee: Mike Matrigali jdbcapi/ConcurrencyTest not able to drop table in soft upgrade

[jira] Updated: (DERBY-2931) jdbcapi/ConcurrencyTest not able to drop table in soft upgrade mode

2007-07-12 Thread Mike Matrigali (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Matrigali updated DERBY-2931: -- I'm looking at it now. The stack indicates readExternal is looking for collation information,

[jira] Resolved: (DERBY-2924) Manual copyright topics need to be updated to current year

2007-07-12 Thread Myrna van Lunteren (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren resolved DERBY-2924. --- Resolution: Fixed Fix Version/s: 10.3.1.2 Derby Info: (was: [Patch

[jira] Commented: (DERBY-2212) Add Unique where not null to create index

2007-07-12 Thread Anurag Shekhar (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512186 ] Anurag Shekhar commented on DERBY-2212: --- One of the approach suggested in the previous discussion was to

Re: [VOTE] 10.3.1.1

2007-07-12 Thread Mike Matrigali
I agree this 2931 should be a blocker, it a bad soft upgrade issue. As I said in the issue I am actively working on it. I have a fix coded and am running upgrade tests now. Knut Anders Hatlen wrote: Myrna van Lunteren [EMAIL PROTECTED] writes: Dear all, You may have noticed that 2 blockers

[jira] Updated: (DERBY-2212) Add Unique where not null to create index

2007-07-12 Thread Mike Matrigali (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Matrigali updated DERBY-2212: -- From your last comment I can't tell what you plan on changing to implement this. Are you

[jira] Commented: (DERBY-2212) Add Unique where not null to create index

2007-07-12 Thread Oleksandr Alesinskyy (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512198 ] Oleksandr Alesinskyy commented on DERBY-2212: - Just for your information - Oracle implements this

[jira] Updated: (DERBY-2931) jdbcapi/ConcurrencyTest not able to drop table in soft upgrade mode

2007-07-12 Thread Mike Matrigali (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Matrigali updated DERBY-2931: -- Attachment: derby2931.diff derby2931.diff is proposed fix for derby2931 for the trunk. Mostly

Re: questions about querytreenode and optimization

2007-07-12 Thread Army
Aakash Bordia wrote: I wanted to mention that I am in the debugger, and whatever I asked was in context of that (that is while debugging the code, I am not sure where to find the access path in the QTN once the optimize method is done with. Same for the second question). snip 1) I am not

[jira] Commented: (DERBY-2892) Closing a resultset after retrieving a large 32665 bytes value with Network Server does not release locks

2007-07-12 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512215 ] Bryan Pendleton commented on DERBY-2892: Hi Kathey! Just to be clear, to reproduce your results, I should:

[jira] Commented: (DERBY-2896) DatabaseMetaData.getTables() fails in TERRORITY_BASED collation database with SQLState 42818: Comparisions between CHAR and CHAR not allowed.

2007-07-12 Thread Mamta A. Satoor (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512216 ] Mamta A. Satoor commented on DERBY-2896: Well some more progress on this Jira entry. Here are my findings I

[jira] Commented: (DERBY-2892) Closing a resultset after retrieving a large 32665 bytes value with Network Server does not release locks

2007-07-12 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512217 ] Kathey Marsden commented on DERBY-2892: --- That is right Bryan except running the test java program one time

[jira] Updated: (DERBY-2212) Add Unique where not null to create index

2007-07-12 Thread Mike Matrigali (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Matrigali updated DERBY-2212: -- What is the standard with respect to multi-column keys and the null uniqueness semantics for this

can I check in fix for DERBY-2931 to 10.3 when it is ready?

2007-07-12 Thread Mike Matrigali
Myrna, I assume it is ok to check in a fix into 10.3 branch for this when it is ready? My plan is to run a subset of the tests including upgrade, hopefully reproduce the bug in upgrade tests and then check into trunk and branch. Mamta will be available tommorow if there are any problems that

existing upgrade test suite - question about soft upgrade test path

2007-07-12 Thread Mike Matrigali
Is there an existing mode in the upgrade tests that would allow one to plug in a test that setup in soft upgrade in 10.3 and then verify something based on that setup in 10.2?

[jira] Commented: (DERBY-2212) Add Unique where not null to create index

2007-07-12 Thread Anurag Shekhar (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512231 ] Anurag Shekhar commented on DERBY-2212: --- Thanks Mike and Oleksandr for showing interest and inputs. From your

Re: can I check in fix for DERBY-2931 to 10.3 when it is ready?

2007-07-12 Thread Myrna van Lunteren
On 7/12/07, Mike Matrigali [EMAIL PROTECTED] wrote: Myrna, I assume it is ok to check in a fix into 10.3 branch for this when it is ready? My plan is to run a subset of the tests including upgrade, hopefully reproduce the bug in upgrade tests and then check into trunk and branch. Mamta will be

Re: questions about querytreenode and optimization

2007-07-12 Thread Aakash Bordia
Hello, Thanks for your response. You asked me about: 2) Also it seems we hang the Level2OptimizerImpl objects off of the base table FromBaseTable, but I dont see it up in the tree anywhere. Is there a reason for this? What I meant is , after the modifyAccessPaths() has returned, I would

Re: JMX-management and monitoring

2007-07-12 Thread David Van Couvering
This sounds good, Ole, I look forward to seeing your work. It would be nice to integrate the JMX support into NetBeans after it becomes available. I like the idea of creating an MBean for NetworkServerControl. I saw your query about default properties, BTW, but remained silent because I don't

[jira] Commented: (DERBY-2212) Add Unique where not null to create index

2007-07-12 Thread Anurag Shekhar (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512238 ] Anurag Shekhar commented on DERBY-2212: --- SQL 2003 doesn't specifically talks about unique index but if we use

[jira] Commented: (DERBY-2212) Add Unique where not null to create index

2007-07-12 Thread Anurag Shekhar (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512239 ] Anurag Shekhar commented on DERBY-2212: --- I tried the scenario you mentioned in postgresql here is the result

[jira] Commented: (DERBY-827) Performance can be improved by re-using language ResultSets across Activation executions.

2007-07-12 Thread Myrna van Lunteren (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512245 ] Myrna van Lunteren commented on DERBY-827: -- should this issue be marked fixed? Or is there more work?

Re: existing upgrade test suite - question about soft upgrade test path

2007-07-12 Thread Daniel John Debrunner
Mike Matrigali wrote: Is there an existing mode in the upgrade tests that would allow one to plug in a test that setup in soft upgrade in 10.3 and then verify something based on that setup in 10.2? Each test is run in 4 phases init (old release) soft upgrade (new release) post-soft

[jira] Updated: (DERBY-2892) Closing a resultset after retrieving a large 32665 bytes value with Network Server does not release locks

2007-07-12 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-2892: -- Attachment: DERBY-2931_test_case_diff.txt Here is a test added to the upgrade test which tests

[jira] Updated: (DERBY-2931) jdbcapi/ConcurrencyTest not able to drop table in soft upgrade mode

2007-07-12 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-2931: -- Attachment: DERBY-2931_test_case_diff.txt This is a test case for this issue. I accidentally

[jira] Updated: (DERBY-2892) Closing a resultset after retrieving a large 32665 bytes value with Network Server does not release locks

2007-07-12 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-2892: -- Attachment: (was: DERBY-2931_test_case_diff.txt) Closing a resultset after retrieving a

[jira] Updated: (DERBY-2892) Closing a resultset after retrieving a large 32665 bytes value with Network Server does not release locks

2007-07-12 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-2892: -- Comment: was deleted Closing a resultset after retrieving a large 32665 bytes value with

[jira] Commented: (DERBY-2376) Patch available to make .classpath entries portable - relative to ECLIPSE_HOME

2007-07-12 Thread Myrna van Lunteren (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512257 ] Myrna van Lunteren commented on DERBY-2376: --- I wonder, should we have updated the plugin version from

[jira] Commented: (DERBY-2892) Closing a resultset after retrieving a large 32665 bytes value with Network Server does not release locks

2007-07-12 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512261 ] Bryan Pendleton commented on DERBY-2892: Hi Kathey. I can definitely reproduce the problem you're seeing.

[jira] Commented: (DERBY-2931) jdbcapi/ConcurrencyTest not able to drop table in soft upgrade mode

2007-07-12 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512273 ] Knut Anders Hatlen commented on DERBY-2931: --- Thanks for writing the test case, Kathey. It looks good, but

[jira] Commented: (DERBY-2892) Closing a resultset after retrieving a large 32665 bytes value with Network Server does not release locks

2007-07-12 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512285 ] Kathey Marsden commented on DERBY-2892: --- Bryan asked: Is there any evidence that you might be getting an

[jira] Created: (DERBY-2933) When network server disconnects due to an I/O Exception it does not always log the exception that caused the error

2007-07-12 Thread Kathey Marsden (JIRA)
When network server disconnects due to an I/O Exception it does not always log the exception that caused the error --- Key: DERBY-2933 URL:

[jira] Issue Comment Edited: (DERBY-2892) Closing a resultset after retrieving a large 32665 bytes value with Network Server does not release locks

2007-07-12 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512285 ] Kathey Marsden edited comment on DERBY-2892 at 7/12/07 4:07 PM: Bryan asked: Is

[jira] Updated: (DERBY-2931) jdbcapi/ConcurrencyTest not able to drop table in soft upgrade mode

2007-07-12 Thread Mike Matrigali (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Matrigali updated DERBY-2931: -- I've checked in fixes and updates to the upgrade test for both trunk and branch. I not going to

[jira] Updated: (DERBY-2350) Use of XML values in the action statement of a trigger throw exceptions.

2007-07-12 Thread Mike Matrigali (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Matrigali updated DERBY-2350: -- Attachment: derby-2350.diff This patch is not ready for commit, it shows some intial work I

[jira] Commented: (DERBY-2892) Closing a resultset after retrieving a large 32665 bytes value with Network Server does not release locks

2007-07-12 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512305 ] Bryan Pendleton commented on DERBY-2892: Line 97 of UTF8Reader.java is this: public int read(char[]

[jira] Updated: (DERBY-2350) Use of XML values in the action statement of a trigger throw exceptions.

2007-07-12 Thread Mike Matrigali (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Matrigali updated DERBY-2350: -- I took a look at this issue. I agree with the suggestion on the mentioned wiki that a good

[jira] Assigned: (DERBY-2925) Prevent export from overwriting existing files

2007-07-12 Thread Ramin Moazeni (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramin Moazeni reassigned DERBY-2925: Assignee: Ramin Moazeni Prevent export from overwriting existing files

[jira] Commented: (DERBY-2892) Closing a resultset after retrieving a large 32665 bytes value with Network Server does not release locks

2007-07-12 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512331 ] Bryan Pendleton commented on DERBY-2892: By not successful, I mean that I didn't hit the breakpoint.

[jira] Commented: (DERBY-2925) Prevent export from overwriting existing files

2007-07-12 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512321 ] Kathey Marsden commented on DERBY-2925: --- I think it is fine to reproduce with IJ and update

[jira] Commented: (DERBY-2892) Closing a resultset after retrieving a large 32665 bytes value with Network Server does not release locks

2007-07-12 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512329 ] Bryan Pendleton commented on DERBY-2892: My first attempt to set a breakpoint on line 97 of UTF8Reader was

Regression Test Report - tinderbox_trunk16 555782 - Sun DBTG

2007-07-12 Thread Ole . Solberg
[Auto-generated mail] *tinderbox_trunk16* 555782/2007-07-12 23:42:14 CEST Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* SunOS-5.10_i86pc-i386 3298295 089.42% derbyall 084588458 0

  1   2   >