Commit 8061ec6
committed
docs(client): drop phantom NACK-placeholder enqueue from durable-ack javadoc
enqueuePendingOk has a single call site -- the OK-frame branch. NACK
frames route to handleServerRejection, which either latches a terminal
or recycles the connection; neither enqueues a pending entry. Remove the
stale 'NACK frames enqueue as trivially-durable empty placeholders'
sentences from enqueuePendingOk and drainPendingDurable javadoc.1 parent 6b58a8c commit 8061ec6
1 file changed
Lines changed: 6 additions & 5 deletions
File tree
- core/src/main/java/io/questdb/client/cutlass/qwp/client/sf/cursor
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1321 | 1321 | | |
1322 | 1322 | | |
1323 | 1323 | | |
1324 | | - | |
| 1324 | + | |
1325 | 1325 | | |
1326 | 1326 | | |
1327 | 1327 | | |
| |||
1343 | 1343 | | |
1344 | 1344 | | |
1345 | 1345 | | |
1346 | | - | |
1347 | | - | |
1348 | | - | |
1349 | | - | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
1350 | 1351 | | |
1351 | 1352 | | |
1352 | 1353 | | |
| |||
0 commit comments