You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original sample documentation and inline comments named the
internal service, recording, message broker tenant, and entity-id
format the regression was first reported against. None of those
identifiers are needed to explain the bug — the failure mode is a
generic property of RoundRobinPartition routing across record/replay
sessions. Replace them with neutral phrasing.
Behavioural changes: none. Only docs, comments, and the example
curl payloads are touched.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: tidb-stmt-cache/README.md
+28-24Lines changed: 28 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ against TiDB and Apache Pulsar in a single app:
8
8
|`GET /api/kv/{v}` and `GET /api/kv/insert-select/{v}`| MySQL Connector/J prepared-statement cache + HikariCP LIFO pool → orphan `COM_STMT_EXECUTE` matcher path |
9
9
|`POST /events/patch`| Hibernate INSERT + Pulsar `SEND` on a **partitioned** topic with default `RoundRobinPartitionRouter` → the partition-routing replay regression |
10
10
11
-
Both flows share the same `HikariDataSource` bean (Flipkart's actual shape:
0 commit comments