[
https://issues.apache.org/jira/browse/DERBY-3842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693452#action_12693452
]
Tiago R. Espinha commented on DERBY-3842:
-----------------------------------------
Wow, you're right on the money.
I added the following line right after that else:
System.out.print("Sorting and defaultSortBufferMax is " + sortBufferMax);
And also added the line:
System.out.println("Sorting is booting and we have: "+defaultSortBufferMax);
to the boot method, right after:
defaultSortBufferMax = PropertyUtil.getSystemInt("derby.storage.sortBufferMax",
0,
Integer.MAX_VALUE, 0);
The output is as follows:
2009-03-28 14:54:10.432 GMT : Apache Derby Network Server - 10.6.0.0 alpha -
(757793M) started and ready to accept connections on port 1527
Sorting is booting and we have: 0
Sorting and defaultSortBufferMax is 6168
Also, I ran this on ij:
values SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTY('derby.storage.sortBufferMax');
and the output is 5 (like I set it to be).
Could this be a bug or are we missing something?
> Convert
> "org.apache.derbyTesting.functionTests.tests.store.holdCursorExternalSortJDBC30.sql"
> to junit.
> ------------------------------------------------------------------------------------------------------
>
> Key: DERBY-3842
> URL: https://issues.apache.org/jira/browse/DERBY-3842
> Project: Derby
> Issue Type: Test
> Components: Test
> Reporter: Junjie Peng
> Assignee: Tiago R. Espinha
> Attachments: derby-3842-1.patch, derby-3842-1.stat,
> derby-3842-tiago.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.