[
https://issues.apache.org/jira/browse/DERBY-3365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564553#action_12564553
]
Knut Anders Hatlen commented on DERBY-3365:
-------------------------------------------
Hmm, I guess your IDE or something must have tricked you into replacing (that
is, removing + adding) EmbedBlob.java rather than modifying it. I managed to
restore the file history by this sequence of commands:
$ cd java/engine/org/apache/derby/impl/jdbc
$ cp EmbedBlob.java EmbedBlob.java.old
$ svn remove EmbedBlob.java
$ svn copy -r 617185 EmbedBlob.java .
$ cp EmbedBlob.java.old EmbedBlob.java
$ svn ci
Now "svn annotate" shows the correct information, and not that all lines were
changed by kmarsden in revision 617186. Hope I didn't break anything in the
process...
> Network Server stores a duplicate entry in the lob hash map for every lob
> -------------------------------------------------------------------------
>
> Key: DERBY-3365
> URL: https://issues.apache.org/jira/browse/DERBY-3365
> Project: Derby
> Issue Type: Bug
> Components: Network Server
> Reporter: Kathey Marsden
> Assignee: Kathey Marsden
> Priority: Minor
> Attachments: derby-3365_diff.txt, derby-3365_stat.txt
>
>
> Per discussion in DERBY-3243, Network Server stores a duplicate entry in the
> lob hashmap for every lob. I posted a preliminary patch to DERBY-3243 and
> received comments on the patch in that issue, but it makes more sense to
> separate the issue out from DERBY-3243. So opening up this new issue.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.