You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/01/22 12:08:18 UTC

[GitHub] zstan commented on a change in pull request #5880: IGNITE-11016 Fixed onMessageWritten(session, message) callback is inv…

zstan commented on a change in pull request #5880: IGNITE-11016 Fixed onMessageWritten(session, message) callback is inv…
URL: https://github.com/apache/ignite/pull/5880#discussion_r249753375
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/ignite/internal/util/nio/GridNioServer.java
 ##########
 @@ -1498,19 +1501,18 @@ private void processWriteSsl(SelectionKey key) throws IOException {
                         }
                     }
 
+                    assert buf.limit() == totalWritten
+                        : "Buffer is not completely written [totalWritten = " + totalWritten +", buf = " + buf +"]";
 
 Review comment:
   add whitespace plz

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services