Skip to content

Commit

Permalink
IGNITE-1924 Incomplete marshaller cache rebalancing causes Grid hangs…
Browse files Browse the repository at this point in the history
… under SSL (HOTFIX)
  • Loading branch information
anton-vinogradov committed Oct 18, 2016
1 parent e6430bd commit a863eee
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,6 @@ private ByteBuffer allocateAppBuff() {
*/
private void readFromNet() throws IgniteCheckedException {
try {
inNetBuf.clear();

int read = ch.read(inNetBuf);

if (read == -1)
Expand Down

0 comments on commit a863eee

Please sign in to comment.