[
https://issues.apache.org/jira/browse/DERBY-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729738#action_12729738
]
Kathey Marsden commented on DERBY-4053:
---------------------------------------
Thank you Mamta for your continued work on this issue. I didn't apply the patch
but just looked at the diff and have the following comments. In EmbedConnection
we have:
import org.apache.derby.iapi.jdbc.BrokeredConnectionControl;
which I don't think is needed.
and a small typo in the test "why" instead of "while"
bring the server down why the local xa transaction is still active
I wonder if it would be cleaner instead of:
ClientXADataSource ds = new ClientXADataSource();
+ ds.setPortNumber(TestConfiguration.getCurrent().getPort());
+ ds.setDatabaseName("wombat");
+ ds.setCreateDatabase("create");
to use J2EEDataSource.getXADataSource()
Do you think you can check this into 10.5 on Monday so we get a nightly run
before I make the RC on Tuesday?
> suites.All hang with message java.net.BindException: Address already in use:
> NET_Bind in derby.log
> ---------------------------------------------------------------------------------------------------
>
> Key: DERBY-4053
> URL: https://issues.apache.org/jira/browse/DERBY-4053
> Project: Derby
> Issue Type: Bug
> Components: Network Server, Test
> Affects Versions: 10.5.1.1
> Reporter: Kathey Marsden
> Assignee: Mamta A. Satoor
> Attachments: derby-4053_repro_dont_commit_diff.txt, derby.log,
> DERBY4053_patch1_diff_July092009.txt, DERBY4053_patch2_diff_July102009.txt,
> DERBY4053_patch2_stat_July102009.txt, javacore-20090420-1735.txt,
> javacore.20090211.123031.4000.0001.txt, mamtaDerby4053.java, suites.All.out
>
>
> Running suites.All with IBM 1.5 on 10.5.0.0 alpha - (743198) I got a hang
> in the test run. The last test to run successfully was
> xtestNestedSavepoints, but I am not sure exactly what test caused the hang.
> I took a thread dump which I will attach, which showed network server up and
> running but no ClientThread and a ping attempt blocked.
> This hang is very similar to the hang that was seen after the fix attempts
> for DERBY-1465 but that change was backed out so it is not related to that
> change. It could be that the change for DERBY-1465 just made this highly
> intermittent problem more likely.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.