[
https://issues.apache.org/jira/browse/ACCUMULO-3130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14134861#comment-14134861
]
Josh Elser commented on ACCUMULO-3130:
--------------------------------------
Example failure in
{{MultiInstanceReplicationIT#dataReplicatedToCorrectTableWithoutDrain}}
{noformat}
2014-09-15 22:45:01,965 [util.CustomNonBlockingServer] ERROR: run() exiting due
to uncaught error
java.lang.OutOfMemoryError: Java heap space
at java.nio.HeapByteBuffer.<init>(HeapByteBuffer.java:57)
at java.nio.ByteBuffer.allocate(ByteBuffer.java:331)
at
org.apache.thrift.server.AbstractNonblockingServer$FrameBuffer.read(AbstractNonblockingServer.java:371)
at
org.apache.thrift.server.AbstractNonblockingServer$AbstractSelectThread.handleRead(AbstractNonblockingServer.java:203)
at
org.apache.accumulo.server.util.CustomNonBlockingServer$SelectAcceptThread.select(CustomNonBlockingServer.java:227)
at
org.apache.accumulo.server.util.CustomNonBlockingServer$SelectAcceptThread.run(CustomNonBlockingServer.java:183)
{noformat}
> Some replication ITs fail with SSL enabled
> ------------------------------------------
>
> Key: ACCUMULO-3130
> URL: https://issues.apache.org/jira/browse/ACCUMULO-3130
> Project: Accumulo
> Issue Type: Bug
> Components: test
> Reporter: Josh Elser
> Assignee: Josh Elser
> Fix For: 1.7.0
>
>
> Noticing that some of the Replication ITs will fail when SSL is turned on
> ({{-DuseSslForIT=true}}).
> Digging into to the failures, most of them are failing because the Master on
> the peer (the destination for replication) gets an OOME and the Master then
> never responds to the primary's RPCs to replicate data. Eventually, the JUnit
> timeout kicks in and the test fails.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)