You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Sahil Takiar (JIRA)" <ji...@apache.org> on 2019/06/02 03:15:00 UTC

[jira] [Commented] (IMPALA-8577) Crash during OpenSSLSocket.read

    [ https://issues.apache.org/jira/browse/IMPALA-8577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16853865#comment-16853865 ] 

Sahil Takiar commented on IMPALA-8577:
--------------------------------------

I still can't reproduce the {{SSL_set_session}} bug, I noticed some issues with my environment that I'm trying to fix, so maybe thats what caused it.

wildly-openssl is suppose to work as a drop in replacement for JSSE, although there is the possibility that the bug *does* exist in the AWS SDK and the JSSE implementation is just more defensive.

Am out of town for a bit, but will re-visit this in about two weeks.

> Crash during OpenSSLSocket.read
> -------------------------------
>
>                 Key: IMPALA-8577
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8577
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 3.3.0
>            Reporter: David Rorke
>            Assignee: Sahil Takiar
>            Priority: Major
>         Attachments: 5ca78771-ad78-4a29-31f88aa6-9bfac38c.dmp, hs_err_pid6313.log, impalad.drorke-impala-r5d2xl2-30w-17.vpc.cloudera.com.impala.log.ERROR.20190521-103105.6313, impalad.drorke-impala-r5d2xl2-30w-17.vpc.cloudera.com.impala.log.INFO.20190521-103105.6313
>
>
> Impalad crashed while running a TPC-DS 10 TB run against S3.   Excerpt from the stack trace (hs_err log file attached with more complete stack):
> {noformat}
> Stack: [0x00007f3d095bc000,0x00007f3d09dbc000],  sp=0x00007f3d09db9050,  free space=8180k
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
> C  [impalad+0x2528a33]  tcmalloc::ThreadCache::ReleaseToCentralCache(tcmalloc::ThreadCache::FreeList*, unsigned long, int)+0x133
> C  [impalad+0x2528e0f]  tcmalloc::ThreadCache::Scavenge()+0x3f
> C  [impalad+0x266468a]  operator delete(void*)+0x32a
> C  [libcrypto.so.10+0x6e70d]  CRYPTO_free+0x1d
> J 5709  org.wildfly.openssl.SSLImpl.freeBIO0(J)V (0 bytes) @ 0x00007f3d4dadf9f9 [0x00007f3d4dadf940+0xb9]
> J 5708 C1 org.wildfly.openssl.SSLImpl.freeBIO(J)V (5 bytes) @ 0x00007f3d4dfd0dfc [0x00007f3d4dfd0d80+0x7c]
> J 5158 C1 org.wildfly.openssl.OpenSSLEngine.shutdown()V (78 bytes) @ 0x00007f3d4de4fe2c [0x00007f3d4de4f720+0x70c]
> J 5758 C1 org.wildfly.openssl.OpenSSLEngine.closeInbound()V (51 bytes) @ 0x00007f3d4de419cc [0x00007f3d4de417c0+0x20c]
> J 2994 C2 org.wildfly.openssl.OpenSSLEngine.unwrap(Ljava/nio/ByteBuffer;[Ljava/nio/ByteBuffer;II)Ljavax/net/ssl/SSLEngineResult; (892 bytes) @ 0x00007f3d4db8da34 [0x00007f3d4db8c900+0x1134]
> J 3161 C2 org.wildfly.openssl.OpenSSLSocket.read([BII)I (810 bytes) @ 0x00007f3d4dd64cb0 [0x00007f3d4dd646c0+0x5f0]
> J 5090 C2 com.amazonaws.thirdparty.apache.http.impl.io.SessionInputBufferImpl.fillBuffer()I (97 bytes) @ 0x00007f3d4ddd9ee0 [0x00007f3d4ddd9e40+0xa0]
> J 5846 C1 com.amazonaws.thirdparty.apache.http.impl.BHttpConnectionBase.fillInputBuffer(I)I (48 bytes) @ 0x00007f3d4d7acb24 [0x00007f3d4d7ac7a0+0x384]
> J 5845 C1 com.amazonaws.thirdparty.apache.http.impl.BHttpConnectionBase.isStale()Z (31 bytes) @ 0x00007f3d4d7ad49c [0x00007f3d4d7ad220+0x27c]
> {noformat}
> The crash may not be easy to reproduce.  I've run this test multiple times and only crashed once.   I have a core file if needed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org