Re: Testing implementation of private classes

2007-01-15 Thread Kristian Waagan
Daniel John Debrunner wrote: Julius.Stroffek wrote: Hi All, I'll try to divide the problem into two parts: 1.) Writing tests. I think that nobody argued that we should use something really different than the parallel source tree. 2.) Executing tests. There are more possibilities on this.

Re: DERBY-2226: Bizarre "describe" behavior in ij?

2007-01-17 Thread Kristian Waagan
Army skrev: If I run ij with the latest trunk and try to use the "describe" command on a database that was created in the 10.3 trunk prior to svn #496645, I get an error (NoSuchMethodError). Revision 496645 was part of DERBY-2226. My questions are: 1) Does anyone else see this peculiar beh

Re: Testing implementation of private classes

2007-01-18 Thread Kristian Waagan
Kristian Waagan wrote: Daniel John Debrunner wrote: Julius.Stroffek wrote: [ snip - suggestion about using non-standard option -Xbootclasspath ] Does anyone see any showstoppers for this approach? I tested a small sample with Sun VMs. Does it work for VMs from other vendors? FYI, I tested

Trunk broken with revision 497615

2007-01-18 Thread Kristian Waagan
Hello, Trunk didn't build for me, not even with a clean checkout. I have not seen any messages on derby-dev regarding things we have to do so make patch X work, so I assumed it was a glitch. I backed out revision 497615 with revision 497644, using the following merge command from trunk: svn

Re: Testing implementation of private classes

2007-01-19 Thread Kristian Waagan
Daniel John Debrunner wrote: Kristian Waagan wrote: Kristian Waagan wrote: Daniel John Debrunner wrote: Julius.Stroffek wrote: [ snip - suggestion about using non-standard option -Xbootclasspath ] Does anyone see any showstoppers for this approach? I tested a small sample with Sun VMs

Re: problems writing to JIRA

2007-01-22 Thread Kristian Waagan
Rick Hillegas skrev: I've just started having problems attaching comments and files to JIRAs. I'm getting an ugly little stack trace when I try to add a comment or file. Is this just me or are other people seeing this problem? Hi Rick, Maybe you have already seen it yourself by now: "JIRA is c

Re: [jira] Commented: (DERBY-2244) DatabaseMetaData.supportsExpressionsInOrderBy() returns false

2007-01-24 Thread Kristian Waagan
Saurabh Vyas (JIRA) wrote: [ https://issues.apache.org/jira/browse/DERBY-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466953 ] Saurabh Vyas commented on DERBY-2244: - This issue is addressed by the patch for DERBY-2

Re: [jira] Resolved: (DERBY-3038) SYSCS_IMPORT_TABLE FAILS : 10.3.1.4 regression ?

2007-09-07 Thread Kristian Waagan
Kathey Marsden (JIRA) skrev: [ https://issues.apache.org/jira/browse/DERBY-3038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden resolved DERBY-3038. --- Resolution: Cannot Reproduce Closing this issue Cannot Reproduc

Re: [VOTE] Dyre Tjeldvoll as a committer

2007-09-11 Thread Kristian Waagan
Rick Hillegas wrote: Please vote on whether we should make Dyre Tjeldvoll a committer. The vote will close at 5:00 pm San Francisco time on Monday September 17. +1 -- Kristian

Re: [jira] Updated: (DERBY-3079) Database name is printed twice in derby.log on rollbacks when logStatementText is enabled

2007-10-04 Thread Kristian Waagan
Myrna van Lunteren wrote: On 9/19/07, Kristian Waagan (JIRA) <[EMAIL PROTECTED]> wrote: The only problem I can think about is people parsing the log for some reason, but it should be easy enough for them to fix their parsers/scripts. Then maybe this issue should get flagged as ex

Re: [jira] Updated: (DERBY-2824) Improve error reporting, fix whitespace/formatting issues and replace tabs in UTF8Reader

2007-10-08 Thread Kristian Waagan
Kathey Marsden wrote: Kristian Waagan (JIRA) wrote: Improve error reporting, fix whitespace/formatting issues and replace tabs in UTF8Reader I think ideally it is good to keep whitespace/formatting diffs as a separate checkin. It makes it clearer which are code changes and which are

Re: advice sought: introduction of new system table on trunk

2007-11-09 Thread Kristian Waagan
Dag H. Wanvik wrote: In the roles work I am introducing a new catalog, SYS.SYSROLES. I am considering impacts of committing new the code to trunk and would appreciate some advice. - In the event that the roles feature is not ready for 10.4, it would need to be backed out, which could cause som

Re: question about java/testing/org/apache/derby/build.xml file

2007-11-20 Thread Kristian Waagan
Kathey Marsden wrote: Kathey Marsden wrote: but it uses java16compile.classpath. I found that this causes my build to fail using IBM 1.6 jdk. Thanks all for responding. I think that this may be a bug with the jdk as it works ok on Windows and the sun 1.6 jdk.

Re: database chunking

2007-12-17 Thread Kristian Waagan
Oystein Grovlen - Sun Norway wrote: yonestar wrote: Hi, I have a large table (1 million rows). I want to write its contents to a file, in a specified csv format. Have you tried to use Derby's built-in stored procedure for export, SYSCS_UTIL.SYSCS_EXPORT_TABLE() ? If i try to get all

Bug, or can the code be deleted/commented? (SQLChar)

2008-01-08 Thread Kristian Waagan
Hello, While fiddling around in the source code, I came across the following piece of code in iapi.types.SQLChar: protected void copyState(SQLChar other) { this.value = other.value; this.rawData = other.rawData; this.rawLength = other.ra

Re: [jira] Commented: (DERBY-3117) Adjust master build script to require the Java 5 compiler to build Derby

2008-01-09 Thread Kristian Waagan
Myrna van Lunteren wrote: Just to make sure I can continue to work as I have been; I have no desire to let my environment be set to a standard setup. I have been using my own name and directory locations for the (ibm *and* sun) jvms, much shorter than the default names, and I like/need to be able

DerbyDevActivities on the Derby wiki is outdated

2008-01-14 Thread Kristian Waagan
Hello, Today I browsed around a little in the Derby wiki. I found this page: http://wiki.apache.org/db-derby/DerbyDevActivities The page was "last edited 2006-08-19 21:52:27 by FrancoisOrsini", and is outdated. Shall we make an effort to bring it up to date, or are there other mechanisms users

Reason for errors in the tinderbox test? (Re: svn commit: r612525 [1/2])

2008-01-16 Thread Kristian Waagan
Hello, I haven't looked much into this, but I suspect this commit broke several tests. Based on a *very* quick look at the diff only, I think the removal of national character code was a little too broad. For instance, the JDBC layer needs to know about these types to be able to throw not-supp

Re: Blockers and 10.4

2008-01-17 Thread Kristian Waagan
[EMAIL PROTECTED] wrote: Kathey Marsden <[EMAIL PROTECTED]> writes: Myrna van Lunteren wrote: On 1/16/08, Army <[EMAIL PROTECTED]> wrote: Rick Hillegas wrote: If I were to categorize issues according to the severity of their impact, it would look something like this (in declining or

Re: Getting the LangaugeConnectionContext

2008-01-22 Thread Kristian Waagan
Jazarine Jamal wrote: Hi Dan.. What I actually am trying to do is to get an object's type..i.e. is it a table, view or synonym.. Hello, I'm still a little bit confused. Are you in JDBC-code, or are you modifying Derby's source code? If you are using JDBC to access a database and need to

Re: Use of 'Existing Application Impact'

2008-01-25 Thread Kristian Waagan
Dag H. Wanvik wrote: [EMAIL PROTECTED] writes: I'm looking through issues that are marked with 'Exiting Application Impact', and there seems to be conflicting interpretations of what this attribute actually means. I have always assumed that it meant: "The fix for this issue, when implemented

Re: Expected behavior of WHERE clause referencing expressions in a MaterializedResultSet?

2008-01-25 Thread Kristian Waagan
Thomas Nielsen wrote: Hi, I've run across (yet) a(nother) issue in my work with DERBY-2998. This time about the expected behaviour of a WHERE clause referencing an expression in a MaterializedResultSet. Given the sql query shaped like: SELECT ... FROM ( SELECT , ... FROM ... ) A

Patch available checkbox on the attach file page?

2008-01-31 Thread Kristian Waagan
Hello, When I upload new files to Jira issues, I'm often a bit annoyed by the fact that I have to first upload the file(s) and then go edit the issue to tic the patch available checkbox. It also generates two mails. Would it make sense to include the patch available checkbox on the attach fi

Re: Derby Testing

2008-01-31 Thread Kristian Waagan
Jazarine Jamal wrote: Also can anyone help with performing derby tests using netbeans...? Hi, I'm not sure what kind of support/features you are looking for, but I don't think the Derby build/test structure is following the "NetBeans conventions" for testing (if there are any). I played ar

Re: Derby Testing

2008-01-31 Thread Kristian Waagan
Jazarine Jamal wrote: I've just fixed a source bug on derby but don't quite know how to test it.. The wiki has been telling me that I need to write my own tests to test derby.. And do I have to run all the tests: Functional,performance etc..? Please give me an insight into Derby Testing...

Re: [jira] Updated: (DERBY-2559) recreating a datasource using javax.naming.Reference from a ClientDataSource40 fails

2008-01-31 Thread Kristian Waagan
tBeanProperties(ds, ref); return ds; CODE -- Kristian Kristian Waagan (JIRA) wrote: [ https://issues.apache.org/jira/browse/DERBY-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-2559: ---

Re: [jira] Updated: (DERBY-2559) recreating a datasource using javax.naming.Reference from a ClientDataSource40 fails

2008-01-31 Thread Kristian Waagan
Kristian Waagan wrote: if (ref.getClassName().startsWith("org.apache.derby")) { // <-- Even more restrictive?? There's a missing ! (not) in the if above... -- Kristian

Re: Patch available checkbox on the attach file page?

2008-02-04 Thread Kristian Waagan
Hello, I have some questions regarding implementing the proposed change. Only positive feedback has been given so far, and I plan to move forward with it. 1) Do we need a vote for this? 2) Would any of those with Jira super-powers volunteer to have a look at implementing the change? Th

Should EmbeddedSimpleDataSource be serializable?

2008-02-04 Thread Kristian Waagan
Hello, I was working on a test for serializing and deserializing data sources, when I found out that EmbeddedSimpleDataSource can't be serialized. Should it be possible to serialize EmbeddedSimpleDataSource? The @serial tags suggest so, and (at least some of) the intended platforms/JVMs incl

JavaDoc errors ([Fwd: svn commit: r618292 - in /db/derby/code/trunk/java: client/org/apache/derby/client/ engine/org/apache/derby/iapi/types/ engine/org/apache/derby/impl/jdbc/ testing/org/apache/derb

2008-02-04 Thread Kristian Waagan
Hello, I just fixed a few JavaDoc errors, but note that there are still seven or so left for the testing docs. These are related to my work on DERBY-3313 (client side JDBC statement cache), and won't go away until I commit some more patches. I think the reason is that the classes I refer to in

Re: Bug fixes in trunk that are not in 10.3 branch

2008-02-04 Thread Kristian Waagan
Kathey Marsden skrev: I used a slightly modified version of Rick's Jira VTI demo (Thanks Rick!) to take a report of the bugs affecting 10.3 that are fixed in the trunk but not 10.3 and thought it might be of general interest to the community. In general I think we have done a good job of back

Re: Should EmbeddedSimpleDataSource be serializable?

2008-02-05 Thread Kristian Waagan
Daniel John Debrunner wrote: Kristian Waagan wrote: Hello, I was working on a test for serializing and deserializing data sources, when I found out that EmbeddedSimpleDataSource can't be serialized. Should it be possible to serialize EmbeddedSimpleDataSource? When I

Re: [jira] Commented: (DERBY-3289) Bracketed comments should be documented in the Derby Tools and Utilities Guide

2008-02-06 Thread Kristian Waagan
Kim Haase (JIRA) wrote: [ https://issues.apache.org/jira/browse/DERBY-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565887#action_12565887 ] Kim Haase commented on DERBY-3289: -- I'd like to document this issue

Re: Patch available checkbox on the attach file page?

2008-02-06 Thread Kristian Waagan
rby Jira super-users have enough karma. It would be helpful for me to know if that is not the case, because then the issue have to be handled through ASF infra anyway. You need to be able to modify screen layouts / configurations. -- Kristian Kristian Waagan wrote: Hello, When I upload new

Re: Patch available checkbox on the attach file page?

2008-02-06 Thread Kristian Waagan
Andrew McIntyre skrev: On Feb 6, 2008 7:36 AM, Kristian Waagan <[EMAIL PROTECTED]> wrote: Are there any Jira super-users that are up for this task? I would check it out myself, but I don't have the required karma to even see the administration menus etc. If I don't get a re

Re: Patch available checkbox on the attach file page?

2008-02-12 Thread Kristian Waagan
Andrew McIntyre wrote: On Feb 6, 2008 12:50 PM, Rick Hillegas <[EMAIL PROTECTED]> wrote: Kristian Waagan wrote: Andrew McIntyre skrev: On Feb 6, 2008 7:36 AM, Kristian Waagan <[EMAIL PROTECTED]> wrote: Are there any Jira super-users that are up for this task? I would check i

Re: Trouble getting jvm options to work with suites

2008-02-13 Thread Kristian Waagan
Kathey Marsden wrote: I am trying to run the whole suite with jit forced on with IBM JDK 1.6. To do this I use the -Xjit:count=0 option, but I am having trouble getting it to work when I run a suite. If I run a single test jdbcapi.DatabaseMetaDataTest with the -Xjit:count=0, all works as expec

Re: Junit test problem

2008-02-13 Thread Kristian Waagan
Jazarine Jamal wrote: I made a code change and then when i run the junit test: org.apache.derbyTesting.functionTests.suites.All some 5 tests get passed and then some E occurs and then the test never gets further. No error message comes out too... This is the same state for 12 hours.. What

Broken target 'ant javadoc'

2008-02-13 Thread Kristian Waagan
Hello, My commit for DERBY-1318 broke the target 'javadoc', more specifically 'testing-javadoc'. The reason seems to be that the directory 'serialized-data-sources' is not a valid Java package name. My question is, which solution should I choose to fix the problem: a) Renamed the directory (

Re: Broken target 'ant javadoc'

2008-02-15 Thread Kristian Waagan
Kristian Waagan wrote: Hello, My commit for DERBY-1318 broke the target 'javadoc', more specifically 'testing-javadoc'. The reason seems to be that the directory 'serialized-data-sources' is not a valid Java package name. My question is, which solution should I

Re: a couple of javadoc warnings on trunk

2008-02-17 Thread Kristian Waagan
Hi Kathey, These warnings were my work, and I hope I have fixed them with revision 628482 (patch attached to DERBY-1318). Thanks for letting me know. While fixing the problems, I noticed a few other things: * When I run "java -jar derbyTesting.jar", Java reports that the jar is invalid or cor

Missing descriptions for the license radio buttons in JIRA logged

2008-02-18 Thread Kristian Waagan
Hello, FYI, I have logged an issue with infra regarding the missing descriptions for the license radio buttons in the "Attach File" screen in JIRA: https://issues.apache.org/jira/browse/INFRA-1527 As you can see, they read "attach.notlicensed.description" and "attach.licensed.description" a

Re: JIRA developer access request

2008-02-20 Thread Kristian Waagan
Serge Tsaregorodtsev wrote: Hello! I'm new to the Derby development. I've just started working on the https://issues.apache.org/jira/browse/DERBY-3378 issue. I was instructed that I'll need a developer access in JIRA in order to assign myself to the issue. Could I be assigned a corresponding

Enabling the statement pooling feature early

2008-02-21 Thread Kristian Waagan
Hello all, I just want some opinions on whether it would be acceptable to enable the JDBC statement pooling feature (DERBY-3313) already now, by committing the patch for DERBY-3329. This makes it easier for me to continue the development, and shouldn't cause any problems for other people. Yo

Re: svn commit: r630301 - in /db/derby/code/trunk: build.xml java/testing/org/apache/derbyTesting/system/oe/test/OETest.java

2008-02-23 Thread Kristian Waagan
I can't see a JIRA for this commit, so I'm commenting on the commit mail. Would you mind replacing the mix of tabs and spaces with spaces only in the newly introduced code, as I believe this is our current guidelines for the indentation issue? thanks, -- Kristian [EMAIL PROTECTED] wrote: A

Re: 10.4 Feature Freeze

2008-02-26 Thread Kristian Waagan
Bryan Pendleton wrote: [EMAIL PROTECTED] wrote: Here is the current status (based on what I know): Hi Dyre, thanks for all the great work on the 10.4 release! I think we should remove the OLAP item from the list, as we haven't made much progress on it and there won't be much done for OLAP in

Re: 10.4 Feature Freeze

2008-02-26 Thread Kristian Waagan
[EMAIL PROTECTED] wrote: ... is fast approaching (2008-02-29) Is this still a reasonable date, or should we consider delaying it? [snip - other work going on] Client stm cache On track I'm still working hard to get this done. In my last run of suites.All with connections obtained

ConnectionPoolDataSource properties

2008-02-28 Thread Kristian Waagan
Hello, From looking at the client driver, I get the impression the following expectation is valid: // Initial data source creation and configuration ... // Get physical connection PooledConnection pc = cpDs.getPooledConnection(); // Get logical connection Connection con = pc.getConnection(); .

Re: ConnectionPoolDataSource properties

2008-02-28 Thread Kristian Waagan
Daniel John Debrunner wrote: Kristian Waagan wrote: Hello, From looking at the client driver, I get the impression the following expectation is valid: // Initial data source creation and configuration ... // Get physical connection PooledConnection pc = cpDs.getPooledConnection(); // Get

Re: ConnectionPoolDataSource properties

2008-02-28 Thread Kristian Waagan
Daniel John Debrunner wrote: Kristian Waagan wrote: Daniel John Debrunner wrote: A pooling implementation is holding onto PooledConnection objects and has some rules for how a logical connection request map to a given pool (e.g. database TEST to pool A). If when the PooledConnection was

Testing of the JDBC statement pooling feature

2008-02-29 Thread Kristian Waagan
Hello all, The JDBC statement pooling feature has now been enabled in trunk. I appreciate any and all testing of it, but unfortunately there are some existing bugs that makes it fail in some situations. Some are severe, others are just annoying but shouldn't affect any real applications. The s

Re: {VOTE] Kim Haase as a committer

2008-03-10 Thread Kristian Waagan
Rick Hillegas wrote: Please vote on whether we should make Kim Haase a committer. +1 -- Kristian

Re: Junit hang

2008-03-10 Thread Kristian Waagan
Rick Hillegas wrote: I would appreciate people's advice about how to track down a hang in the Junit tests. I have added a new test case to TableFunctionTest. When I execute the test standalone, it runs fine. When I execute the surrounding suite, everything succeeds also. However, when I run the

Re: [VOTE] John H Embretsen as a Derby committer

2008-03-26 Thread Kristian Waagan
Daniel John Debrunner wrote: John is actively involved on both the derby-dev and derby-user lists and fully engages in open development. He has had a number of patches committed, most recently taking the stalled JMX work and getting it into a shape where it could be committed to allow others to

Re: [VOTE] Thomas Nielsen as a Derby committer

2008-03-28 Thread Kristian Waagan
Bryan Pendleton wrote: I propose that Thomas Nielsen shall be a Derby committer. +1 -- Kristian

Re: ConnectionPoolDataSource properties

2008-03-30 Thread Kristian Waagan
Kristian Waagan wrote: Daniel John Debrunner wrote: Kristian Waagan wrote: Daniel John Debrunner wrote: [ snip - issue description ] Thanks for checking. I'll log a JIRA issue tomorrow, maybe I gain some more insight until then. I have logged DERBY-3581 for this.

Handling of client pooled connections on the server

2008-04-02 Thread Kristian Waagan
Hello, Sorry for the lack of information and focus in this mail, but I just want to see if anyone has some information for me :) Is there a reason why we don't use an EmbedPooledConnection to "map" a ClientPooledConnection? As far as I can understand, we are now creating a new EmbedConnecti

Re: [VOTE] V. Narayanan as a committer

2008-04-03 Thread Kristian Waagan
Rick Hillegas wrote: Please vote on whether we should make V. Narayanan a Derby committer. +1 -- Kristian

Re: [VOTE] Jørgen Løland as a committ er

2008-04-03 Thread Kristian Waagan
Rick Hillegas wrote: Please vote on whether we should make Jørgen Løland a Derby committer. +1 -- Kristian

Re: Jira versions

2008-04-06 Thread Kristian Waagan
[EMAIL PROTECTED] skrev: I seem to have lost the Jira admin karma I got earlier, beacuse I can no longer add new versions to Jira (or I just can't find the correct link). So I would appreciate it if someone else could add 10.4.1.1 and 10.4.1.2 Dyre, I added versions 10.4.1.1 and 10.4.1.

Re: [VOTE] 10.4.1.1 release candidate

2008-04-07 Thread Kristian Waagan
[EMAIL PROTECTED] wrote: Please test and vote on the 10.4.1.1 release candidate, available at: FYI, I forgot to backport DERBY-3571 to the 10.4 branch before the release candidate was produced. This is the patch fixing an out of memory error on the server when using the client driver. The bu

Newcomer issue

2008-04-09 Thread Kristian Waagan
Hello, If anyone new wants to get "their hands dirty", DERBY-3601 would be a candicate. It requires understanding a small part of the client driver. A proper patch would go into trunk and the 10.4 branch, maybe also into 10.3. There are also possibilities for more complex follow-up work, for

Re: "ant all" does not pick up modifications in engine/org/apache/derby/iapi/util

2008-04-14 Thread Kristian Waagan
Dag H. Wanvik wrote: I changed a file (IdUtil.java) in that directory and noticed it did not get compiled by "ant all" unless I did a clobber first. Is this a known weakness? Hi Dag, I would say yes. DERBY-2741 is about this issue, but not much information there. -- Kristian Dag

Re: Help ranking applications and last call for Mentors

2008-04-14 Thread Kristian Waagan
Kathey Marsden wrote: It would great if some committers could help us rank Google SOC applications. We have a lot of qualified applicants and it is hard to decide. Also having more people ranking will help ensure a higher cumulative score for our students, making it more likely that our pr

Re: Is this a bug in the document "db-derby-10.3.2.1-bin\docs\html\getstart\rgslib46043-old.html"

2008-04-16 Thread Kristian Waagan
Junjie Peng wrote: Hello, everyone. When I study the tutorial of "getstart" in "db-derby-10.3.2.1-bin\docs\html\getstart\rgslib46043-old.html", I'm puzzled by the paragraph below: - The Network Server library Library Name

Re: Derby crash (urgent)

2008-04-17 Thread Kristian Waagan
Bassel_kh skrev: Guys, I'm still waiting for any reply.. You wrote that removing c3p0 reduced the frequency of the corruption. Is it just reduced, or has it gone away completely? If it still happens, are you getting the same stack trace? Is the corruption still on page 0? If you have have

Re: Version numbers in JIRA

2008-04-18 Thread Kristian Waagan
Rick Hillegas wrote: Knut Anders Hatlen wrote: Could one of the JIRA admins add 10.4.1.3 and 10.4.1.4? Thanks, Done. FYI, I moved the two newly added versions "below" 10.5. -- Kristian

Re: Request to be added to the developer group in Jira

2008-04-23 Thread Kristian Waagan
Svein Erik Reknes Løvland wrote: Hi, I would like to be added to the developer group in Jira. Hello Svein Erik, I added you to the developer group (using account 'sveinelo'). Below are some links you might find useful (blatantly stolen from a mail Rick sent earlier). Welcome! Top level com

Re: Jira question

2008-04-24 Thread Kristian Waagan
Bryan Pendleton wrote: What is the "FishEye" link on the JIRA issue supposed to do? I tried clicking on it for a few random Derby issues, but got "no commits found". Does anyone know what this link is supposed to do, and when I should be using it? Hi Bryan, It's a tool developed by Atlassian

Re: Request to be added to the developer list

2008-04-28 Thread Kristian Waagan
Henrik Holum wrote: My username on the JIRA issue tracker is: henrik.holum Hello Henrik, I have added you to the developer group with user name 'henrik.holum'. A few pages that might be helpful: Contributer checklist: http://wiki.apache.org/db-derby/DerbyContributorChecklist Top level c

Re: DB gets corrupts in 10.3.1.2!!

2008-04-28 Thread Kristian Waagan
Binoy Thomas wrote: We have not used 10.4.x to access the corrupted DB. It was tested by building the application again with the latest derby jars. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, April 28, 2008 2:43 PM To: Derby Discussion Cc: 'Derby

Re: Enabling automatic calculation of index statistics

2011-02-10 Thread Kristian Waagan
I think DERBY-4771 is the issue that contains most information about the feature. Regards, -- Kristian On 1/26/11 12:11 PM, Kristian Waagan wrote: Hello, I plan to enable automatic calculation of index cardinality statistics by committing DERBY-4938 and DERBY-4939 (I have broken up th

Re: question about istats thresholds

2011-02-11 Thread Kristian Waagan
On 11.02.11 20:11, Mike Matrigali wrote: From DERBY-4934 i see there are the following thresholds: a) derby.storage.indexStats.debug.createThreshold (100) b) derby.storage.indexStats.debug.absdiffThreshold (1000) c) derby.storage.indexStats.debug.lndiffThreshold (1.0) d) derby.storage.indexSt

Re: question about istats thresholds

2011-02-15 Thread Kristian Waagan
one: then queries are run from ij If the stat updater is running for case one, where there are no indexes, that's certainly a bug! Regards, -- Kristian case two: an index is created on the table, and then queries are run from ij Kristian Waagan wrote: On 11.02.11 20:11, Mike Matrigali

Re: question about istats thresholds

2011-02-16 Thread Kristian Waagan
r may come up with may not be that much more expensive to execute for a small table with less than 1000 rows either? -- Kristian Kristian Waagan wrote: On 11.02.2011 23:29, Mike Matrigali wrote: Thanks, could you take a look at DERBY-4211. It looks like the stat updater is running, but I don&

Re: question about istats thresholds

2011-02-17 Thread Kristian Waagan
are run from ij case two: an index is created on the table, and then queries are run from ij Kristian Waagan wrote: On 11.02.11 20:11, Mike Matrigali wrote: From DERBY-4934 i see there are the following thresholds: a) derby.storage.indexStats.debug.createThr

Re: istat-related problems seen in the regression tests

2011-02-18 Thread Kristian Waagan
On 18.02.2011 20:31, Rick Hillegas wrote: On 2/18/11 11:16 AM, Lily Wei wrote: Hi Rick: On Fri, Feb 18, 2011 at 7:17 AM, Rick Hillegas mailto:rick.hille...@oracle.com>> wrote: I have logged DERBY-5057 to track an out-of-memory error seen in the istat tests on 1.5 during the nightly ru

Automatic index cardinality statistics update - changes for 10.8

2011-03-02 Thread Kristian Waagan
Hi, The 10.8 release candidate will soon be created, and there are a few remaining decisions to make regarding the new "istat feature" (automatic update/creation of index cardinality statistics): a) Documentation, see DERBY-5083 and comments under DERBY-5051. b) Whether or not to enable lo

Re: Build failed in Jenkins: Derby-trunk #798

2011-03-08 Thread Kristian Waagan
As far as I know, this is a problem with Jenkins. Hopefully it will soon be resolved, if not we should probably disable the Jenkins job and let only the tinderbox do the build-check for now. I'm starting a build manually to see if it happens again. -- Kristian On 08.03.11 20:01, Apache Hudson

Re: buddy testing for JDBC 4.1

2011-03-15 Thread Kristian Waagan
Den 14.03.2011 19:25, skrev Lily Wei: Hi: I have a question about JDBC 4.1 CallableStatement.getObject(String.Classas). Does this already implement for org.apache.derby.client.am.CallableStatement40? I was testing against CallableStatement40.getObject(string colName, Date.class) an

Re: Build failed in Jenkins: Derby-branch-10.7 #31

2011-03-16 Thread Kristian Waagan
Den 16.03.2011 17:55, skrev Kathey Marsden: On 3/15/2011 7:46 PM, Kathey Marsden wrote: On 3/15/2011 7:09 PM, Apache Hudson Server wrote: buildjars: BUILD SUCCESSFUL Total time: 1 minute 31 seconds [WARNINGS] Parsing warnings in console log... [WARNINGS] JavaDoc : Found 0 warnings. ERROR: Publ

Re: Could someone please remove my e-mail from this distribution list?

2011-03-30 Thread Kristian Waagan
On 30.03.11 20:02, William Eimer wrote: Please unsubscribe me too. Will and Adam, Can you forward a message you have received from the list (feel free to send it to me directly)? Please forward the complete message, including headers. I need it to verify which address you are subscribed with

Re: 10.8 branch created, need a Hudson job for it now

2011-04-04 Thread Kristian Waagan
On 04.04.11 14:53, Rick Hillegas wrote: I have created the 10.8 branch and am now requesting a Hudson build job for it, per our release instructions: http://wiki.apache.org/db-derby/CreatingDerbyBranch Done: https://builds.apache.org/hudson/view/A-F/view/Derby/job/Derby-branch-10.8/ I have a

Re: junit failures

2011-04-19 Thread Kristian Waagan
On 19.04.11 23:51, Dave Brosius wrote: On 04/19/2011 02:39 PM, Kathey Marsden wrote: On 4/19/2011 8:37 AM, Lily Wei wrote: Hi David: I tried with an empty directory for the same test with your fix. It also failed for me with the patch. So it sounds specifically related to the patch. I w

Refactoring ant junit target to automatically set classpath

2011-06-09 Thread Kristian Waagan
Hi all, I just uploaded patch with a possible solution for the issue DERBY-4089 [1], where it is suggested that it should be possible to run the junit targets without manually setting the classpath after 'ant all' has been run. This suggestion got some pushback by a claim that it would be more

Re: Refactoring ant junit target to automatically set classpath

2011-06-10 Thread Kristian Waagan
the work-flow for ppl). Regards, -- Kristian Thanks, -Rick On 6/9/11 5:30 AM, Kristian Waagan wrote: Hi all, I just uploaded patch with a possible solution for the issue DERBY-4089 [1], where it is suggested that it should be possible to run the junit targets without manually setting the classpath

Re: Refactoring ant junit target to automatically set classpath

2011-06-15 Thread Kristian Waagan
On 09.06.11 14:30, Kristian Waagan wrote: Hi all, I just uploaded patch with a possible solution for the issue DERBY-4089 [1], where it is suggested that it should be possible to run the junit targets without manually setting the classpath after 'ant all' has been run. This suggestio

Re: backports for 10.8.2...

2011-06-20 Thread Kristian Waagan
On 20.06.11 21:19, Rick Hillegas wrote: On 6/20/11 11:48 AM, Myrna van Lunteren wrote: Hi, < snip> Myrna revision bug# backport ok committer --- http://svn.apache.org/viewvc?view=revision&revision=1131030 https://issues.ap

Re: can someone add 10.8.2.0

2011-06-21 Thread Kristian Waagan
On 21.06.11 14:44, Rick Hillegas wrote: On 6/20/11 1:04 PM, Myrna van Lunteren wrote: On Mon, Jun 20, 2011 at 12:23 PM, Rick Hillegas wrote: On 6/20/11 11:52 AM, Myrna van Lunteren wrote: Hi, Can one of those with sufficient karma add 10.8.2.0 to the list of releases in JIRA? Thanks, Myrna

Re: Build failed in Jenkins: Derby-branch-10.5 #185

2011-07-04 Thread Kristian Waagan
On 02.07.11 04:15, Kathey Marsden wrote: On 7/1/2011 4:03 PM, Apache Jenkins Server wrote: [Derby-branch-10.5] $ /bin/bash -xe /tmp/hudson7028987186621438167.sh + '[' '!' -e ']' + cp

Re: [VOTE] Sunsetting support for JVM 1.4

2011-07-06 Thread Kristian Waagan
On 05.07.11 15:05, Rick Hillegas wrote: Please vote on the following proposed policy for supported platforms. The polls close at 5:00 pm San Francisco time on Tuesday July 19. o The 10.8 family of releases will be the last family supporting JVM 1.4. o Starting with 10.9, Derby will no longer s

Re: Build failed in Jenkins: Derby-branch-10.5 #185

2011-07-06 Thread Kristian Waagan
On 05.07.11 23:26, Kathey Marsden wrote: On 7/4/2011 12:38 AM, Kristian Waagan wrote: I tried to log into builds.apache.org but got permission denied. I am not sure what else to do to follow up on the Jenkins issue. Infra is limiting shell access to the Jenkins slaves as much as possible for

Re: svn propchange: r538072 - svn:log

2007-05-15 Thread Kristian Waagan
[EMAIL PROTECTED] wrote: Sorry for the noise, I messed up a bit with locales and encodings when trying to correct a spelling error... Seems svn did not want UTF-8 when I did a propedit, but my settings were sufficient for "normal commits". I solved it by using LANG and LC_ALL, but according t

Re: ClobStreamControl issues (Embedded) - any experts?

2007-05-15 Thread Kristian Waagan
Daniel John Debrunner wrote: I think the class ClobStreamControl has a number of issues related to DERBY-2618. I'd appreciate it if any one who knows the code well could look at the patch & comments in DERBY-2618. It seems to me that there are a number of code bugs that cause the problems in DE

Re: [jira] Commented: (DERBY-2124) Incorrect method name in error message for Connection.setTransactionIsolation method

2007-05-15 Thread Kristian Waagan
Ramin Moazeni wrote: Hi Kathey, All went fine except for 9 errors after running suites.All. The errors are related to testInvalidRestoreFrom, testRestoreFrom and testCreateDbFromBackup. This seems to be similar to DERBY-2555 which is still open. Do we have to wait for DERBY-2555 to get fixed?

Modified UTF-8 or UTF-16 for temporary Clobs?

2007-05-22 Thread Kristian Waagan
Hello, In my work on DERBY-2646, I have stumbled upon some issues that can greatly affect the performance of accessing Clobs, especially updating them. Currently Clobs are stored on disk in the modified UTF-8 encoding. This uses one to three bytes to represent a single character. Since the n

Re: Modified UTF-8 or UTF-16 for temporary Clobs?

2007-05-22 Thread Kristian Waagan
Knut Anders Hatlen wrote: Kristian Waagan <[EMAIL PROTECTED]> writes: Hello, In my work on DERBY-2646, I have stumbled upon some issues that can greatly affect the performance of accessing Clobs, especially updating them. [] To summarize my view on this... Pros, UTF-8 : more

Re: Modified UTF-8 or UTF-16 for temporary Clobs?

2007-05-22 Thread Kristian Waagan
Kristian Waagan wrote: Knut Anders Hatlen wrote: Kristian Waagan <[EMAIL PROTECTED]> writes: Hello, In my work on DERBY-2646, I have stumbled upon some issues that can greatly affect the performance of accessing Clobs, especially updating them. [] To summarize my view o

Re: Modified UTF-8 or UTF-16 for temporary Clobs?

2007-05-23 Thread Kristian Waagan
Mike Matrigali wrote: Kristian Waagan wrote: Hello, In my work on DERBY-2646, I have stumbled upon some issues that can greatly affect the performance of accessing Clobs, especially updating them. Currently Clobs are stored on disk in the modified UTF-8 encoding. This uses one to three

Re: svn commit: r542016 - in /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4: BlobTest.java CallableStatementTest.java ClobTest.java DataSourceTest.java PreparedSta

2007-05-27 Thread Kristian Waagan
[EMAIL PROTECTED] wrote: Author: kahatlen Date: Sun May 27 11:30:45 2007 New Revision: 542016 URL: http://svn.apache.org/viewvc?view=rev&rev=542016 Log: DERBY-2707: Inadequate clean-up in many jdbc4 tests Fixed the tearDown() methods in many of the jdbc4 tests. Modified: db/derby/code/tru

<    1   2   3   4   5   6   7   8   9   10   >