[jira] Commented: (DERBY-2549) ArrayIndexOutOfBoundsException in SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE

2007-05-14 Thread Mayuresh Nirhali (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495573 ] Mayuresh Nirhali commented on DERBY-2549: - derbyall and Suites_All did NOT show any new failures for the

[jira] Commented: (DERBY-2549) ArrayIndexOutOfBoundsException in SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE

2007-05-11 Thread Mayuresh Nirhali (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494970 ] Mayuresh Nirhali commented on DERBY-2549: - Thanks Mike for clarifying the behavior. On a second thought,

[jira] Commented: (DERBY-2549) ArrayIndexOutOfBoundsException in SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE

2007-05-11 Thread Kurt Huwig (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495045 ] Kurt Huwig commented on DERBY-2549: --- Mayuresh, the patch is working fine and it compresses the database within

[jira] Commented: (DERBY-2549) ArrayIndexOutOfBoundsException in SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE

2007-04-27 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492301 ] Bryan Pendleton commented on DERBY-2549: Great work Mayuresh! Your test program reproduces the problem for

[jira] Commented: (DERBY-2549) ArrayIndexOutOfBoundsException in SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE

2007-04-27 Thread Kurt Huwig (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492307 ] Kurt Huwig commented on DERBY-2549: --- This explanations sounds reasonable. I tried to find some documentation on

[jira] Commented: (DERBY-2549) ArrayIndexOutOfBoundsException in SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE

2007-04-27 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492312 ] Bryan Pendleton commented on DERBY-2549: It seems to me like there might be two alternate solutions: 1)

[jira] Commented: (DERBY-2549) ArrayIndexOutOfBoundsException in SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE

2007-04-27 Thread Kurt Huwig (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492319 ] Kurt Huwig commented on DERBY-2549: --- Byan, the array check I introduced keeps Derby from crashing. IMHO, a check

[jira] Commented: (DERBY-2549) ArrayIndexOutOfBoundsException in SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE

2007-04-26 Thread Kurt Huwig (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491955 ] Kurt Huwig commented on DERBY-2549: --- I tweaked the code a bit to use arrays of size 1000 instead of 100 and put

[jira] Commented: (DERBY-2549) ArrayIndexOutOfBoundsException in SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE

2007-04-26 Thread Kurt Huwig (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491961 ] Kurt Huwig commented on DERBY-2549: --- My patch does not compress the full database. I will limit the case when

[jira] Commented: (DERBY-2549) ArrayIndexOutOfBoundsException in SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE

2007-04-25 Thread Kurt Huwig (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491558 ] Kurt Huwig commented on DERBY-2549: --- I've prepared a database and a sample application, that reproduces this

[jira] Commented: (DERBY-2549) ArrayIndexOutOfBoundsException in SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE

2007-04-25 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491681 ] Bryan Pendleton commented on DERBY-2549: If your theory about the hard-coded limit of 100 rows to be

[jira] Commented: (DERBY-2549) ArrayIndexOutOfBoundsException in SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE

2007-04-25 Thread Kurt Huwig (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491700 ] Kurt Huwig commented on DERBY-2549: --- Bryan, I tried this, but even after several hours of running time, it was

Re: [jira] Commented: (DERBY-2549) ArrayIndexOutOfBoundsException in SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE

2007-04-25 Thread Kathey Marsden
Kurt Huwig (JIRA) wrote: Does anybody know when there will be a new release? I noticed Myrna our release manager updated the release page with tentative dates this morning. http://wiki.apache.org/db-derby/DerbyTenThreeRelease Kathey

[jira] Commented: (DERBY-2549) ArrayIndexOutOfBoundsException in SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE

2007-04-25 Thread Mayuresh Nirhali (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491873 ] Mayuresh Nirhali commented on DERBY-2549: - You might want to look at Derby-606. The testcases that were

[jira] Commented: (DERBY-2549) ArrayIndexOutOfBoundsException in SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE

2007-04-18 Thread Kurt Huwig (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489716 ] Kurt Huwig commented on DERBY-2549: --- I am able to reproduce it with Sun Java build 1.6.0-b105. I changed the

[jira] Commented: (DERBY-2549) ArrayIndexOutOfBoundsException in SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE

2007-04-18 Thread Kristian Waagan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489772 ] Kristian Waagan commented on DERBY-2549: FYI, a user claimed to have a reproducible example for this on IRC.

[jira] Commented: (DERBY-2549) ArrayIndexOutOfBoundsException in SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE

2007-04-18 Thread Kurt Huwig (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489800 ] Kurt Huwig commented on DERBY-2549: --- Output from the app is Tablename Type ALLOC FREE PSIZE

[jira] Commented: (DERBY-2549) ArrayIndexOutOfBoundsException in SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE

2007-04-18 Thread Kurt Huwig (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489826 ] Kurt Huwig commented on DERBY-2549: --- I digged somehow deeper into this issue: I dropped all other tables and

[jira] Commented: (DERBY-2549) ArrayIndexOutOfBoundsException in SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE

2007-04-18 Thread Kurt Huwig (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489899 ] Kurt Huwig commented on DERBY-2549: --- I just tried the replacement with batches of 2000 rows like this: