[ 
https://issues.apache.org/jira/browse/IGNITE-11299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ilya Kasnacheev updated IGNITE-11299:
-------------------------------------
    Description: 
Causes busy looping in processSelectionKeyOptimized()

This also causes problems on Windows/Java 11 since if key is always ready for 
writing it will never be shown as ready for reading.

The reason for this behavior that during handshake we never un-listen OP_WRITE

  was:
Causes busy looping in processSelectionKeyOptimized()

This also causes problems on Windows/Java 11 since if key is always ready for 
writing it will never be shown as ready for reading.


> During SSL Handshake GridNioServer.processWrite is invoked constantly
> ---------------------------------------------------------------------
>
>                 Key: IGNITE-11299
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11299
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 2.7
>            Reporter: Ilya Kasnacheev
>            Assignee: Ilya Kasnacheev
>            Priority: Major
>              Labels: ssl
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Causes busy looping in processSelectionKeyOptimized()
> This also causes problems on Windows/Java 11 since if key is always ready for 
> writing it will never be shown as ready for reading.
> The reason for this behavior that during handshake we never un-listen OP_WRITE



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

Reply via email to