-
Enhancement
-
Resolution: Fixed
-
P2
-
7
-
b105
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2218588 | 6u32 | Sean Coffey | P3 | Closed | Fixed | b01 |
JDK-2220350 | 6u31-rev | Sean Coffey | P3 | Closed | Fixed | b21 |
JDK-2217578 | 6u30-rev | Sean Coffey | P3 | Closed | Fixed | b22 |
"urgent data" not being supported in NIO is actually a major concern for the JDBC drivers as the Oracle network protocol uses it to cancel a long running RPC (sql execution, AQ dequeue call, XA transaction commit, etc.). Basically it prevents us from using NIO in the JDBC thin driver because the driver has to support cancel.
- backported by
-
JDK-2217578 (so) Socket adapter need to implement sendUrgentData
- Closed
-
JDK-2218588 (so) Socket adapter need to implement sendUrgentData
- Closed
-
JDK-2220350 (so) Socket adapter need to implement sendUrgentData
- Closed