[jira] [Commented] (MESOS-6789) SSL socket's 'shutdown()' method is broken
[ https://issues.apache.org/jira/browse/MESOS-6789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15810915#comment-15810915 ] Adam B commented on MESOS-6789: --- Seems important enough to try to get into 1.2. [~greggomann], [~kaysoky] Can we revisit this ticket this sprint? Should we upgrade to Critical/Blocker? > SSL socket's 'shutdown()' method is broken > -- > > Key: MESOS-6789 > URL: https://issues.apache.org/jira/browse/MESOS-6789 > Project: Mesos > Issue Type: Bug > Components: libprocess >Reporter: Greg Mann >Assignee: Greg Mann > Labels: encryption, libprocess, ssl > > We recently uncovered two issues with the {{LibeventSSLSocketImpl::shutdown}} > method: > * The introduction of a shutdown method parameter with [this > commit|https://reviews.apache.org/r/54113/] means that the implementation's > method is no longer overriding the default implementation. In addition to > fixing the implementation method's signature, we should add the {{override}} > specifier to all of our socket implementations' methods to ensure that this > doesn't happen in the future. > * The {{LibeventSSLSocketImpl::shutdown}} function does not actually shutdown > the SSL socket. The proper function to shutdown an SSL socket is > {{SSL_shutdown}}, which is called in the implementation's destructor. We > should move this into {{shutdown()}} so that by the time that method returns, > the socket has actually been shutdown. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (MESOS-6789) SSL socket's 'shutdown()' method is broken
[ https://issues.apache.org/jira/browse/MESOS-6789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam B updated MESOS-6789: -- Target Version/s: 1.2.0 > SSL socket's 'shutdown()' method is broken > -- > > Key: MESOS-6789 > URL: https://issues.apache.org/jira/browse/MESOS-6789 > Project: Mesos > Issue Type: Bug > Components: libprocess >Reporter: Greg Mann >Assignee: Greg Mann > Labels: encryption, libprocess, ssl > > We recently uncovered two issues with the {{LibeventSSLSocketImpl::shutdown}} > method: > * The introduction of a shutdown method parameter with [this > commit|https://reviews.apache.org/r/54113/] means that the implementation's > method is no longer overriding the default implementation. In addition to > fixing the implementation method's signature, we should add the {{override}} > specifier to all of our socket implementations' methods to ensure that this > doesn't happen in the future. > * The {{LibeventSSLSocketImpl::shutdown}} function does not actually shutdown > the SSL socket. The proper function to shutdown an SSL socket is > {{SSL_shutdown}}, which is called in the implementation's destructor. We > should move this into {{shutdown()}} so that by the time that method returns, > the socket has actually been shutdown. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (MESOS-5227) Implement HTTP Docker Executor that uses the Executor Library
[ https://issues.apache.org/jira/browse/MESOS-5227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15810591#comment-15810591 ] Yong Tang commented on MESOS-5227: -- [~anandmazumdar] I haven't had much time to work on this issue recently. Will try to see if I could spend some time after I am back from traveling. In the meantime, don't wait for me if any one is interested in taking over. > Implement HTTP Docker Executor that uses the Executor Library > - > > Key: MESOS-5227 > URL: https://issues.apache.org/jira/browse/MESOS-5227 > Project: Mesos > Issue Type: Bug >Reporter: Vinod Kone >Assignee: Yong Tang > > Similar to what we did with the HTTP command executor in MESOS-3558 we should > have a HTTP docker executor that can speak the v1 Executor API. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (MESOS-6894) Track ContainerInfo for containers
Zhitao Li created MESOS-6894: Summary: Track ContainerInfo for containers Key: MESOS-6894 URL: https://issues.apache.org/jira/browse/MESOS-6894 Project: Mesos Issue Type: Task Components: containerization Reporter: Zhitao Li Assignee: Zhitao Li This information can be used ford image GC in Mesos Containerizer, as well as other purposes. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (MESOS-6893) Track docker layer size and access time
Zhitao Li created MESOS-6893: Summary: Track docker layer size and access time Key: MESOS-6893 URL: https://issues.apache.org/jira/browse/MESOS-6893 Project: Mesos Issue Type: Task Reporter: Zhitao Li Assignee: Zhitao Li -- This message was sent by Atlassian JIRA (v6.3.4#6332)