[
https://issues.apache.org/jira/browse/CASSANDRA-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Ellis resolved CASSANDRA-1694.
---------------------------------------
Resolution: Fixed
re-committed v3 with catches changed to look like this instead:
{code}
catch (RuntimeException e)
{
if (!(e instanceof LastErrorException))
throw e;
... handle errno ...
}
{code}
> fix jna errno reporting
> -----------------------
>
> Key: CASSANDRA-1694
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1694
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Affects Versions: 0.6.5
> Reporter: Jonathan Ellis
> Assignee: Jonathan Ellis
> Priority: Minor
> Fix For: 0.6.7, 0.7.0
>
> Attachments: 1694-take-2.txt, 1694-v3.txt, jna-3.2.7.jar, jna.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.