[
https://issues.apache.org/jira/browse/DERBY-6320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13803244#comment-13803244
]
Mike Matrigali edited comment on DERBY-6320 at 10/23/13 11:01 PM:
------------------------------------------------------------------
The backport of this change from trunk to 10.10 did not go cleanly at all due
to usage of new java language features in messages in trunk. Here is the patch
for 10.10 which I assume will backport cleanly to previous releases.
The 2 problems were a new 15 param message and that trunk did not require
Objects in newException() anymore. Also had to hand resolve a merge issue in
StoredPage.java.
I've hand tested the new message so far. Full set of tests pass on this in
10.10.
was (Author: mikem):
The backport of this change from trunk to 10.10 did not go cleanly at all due
to usage of new java language features in messages in trunk. Here is the patch
for 10.10 which I assume will backport cleanly to previous releases.
The 2 problems were a new 15 param message and that trunk did not require
Objects in newException() anymore. Also had to hand resolve a merge issue in
StoredPage.java.
I've hand tested the new message so far. will run tests in 10.10.
> Log a page dump to derby.log if ERROR nospc: nospc.U is returned to the user
> -----------------------------------------------------------------------------
>
> Key: DERBY-6320
> URL: https://issues.apache.org/jira/browse/DERBY-6320
> Project: Derby
> Issue Type: Improvement
> Components: Store
> Affects Versions: 10.8.2.2
> Reporter: Kathey Marsden
> Assignee: Mike Matrigali
> Attachments: DERBY-4923_1010.diff, DERBY-6320.diff
>
>
> ERROR nospc: nospc.U should only be an internal error that is caught and
> handled. If returned to the user, it is likely a bug. It would be useful if
> this occurs to have a page dump printed to derby.log. Care should be taken
> to only do this if the error is returned to the user and not for the internal
> variety.
--
This message was sent by Atlassian JIRA
(v6.1#6144)