Commit 3179c16
committed
heartbeat: ignore "Connection has been closed" error
It can happen that connection is being closed between `isClosed()` from
userEventTriggered `isClosed()` from `write()`.
Which will result in netty event loop printing warning.
Not a big deal, but it confuses QA in regards of the analyzing if this
is a real error or not.
So, let's just ignore it.1 parent 30852a0 commit 3179c16
File tree
1 file changed
+7
-1
lines changed- driver-core/src/main/java/com/datastax/driver/core
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1592 | 1592 | | |
1593 | 1593 | | |
1594 | 1594 | | |
1595 | | - | |
| 1595 | + | |
| 1596 | + | |
| 1597 | + | |
| 1598 | + | |
| 1599 | + | |
| 1600 | + | |
| 1601 | + | |
1596 | 1602 | | |
1597 | 1603 | | |
1598 | 1604 | | |
| |||
0 commit comments