0 Collaborator |
3 Patch |
65f29c88c8e31d9d7a6e2332d0bccca64b477e49, f6b159c3488ad1e286ec5a2e11785c738ddd07ea, b51e1de8105362e9096f4f89287e46fb85a37424 |
65f29c88c8e31d9d7a6e2332d0bccca64b477e49 | Author: sylwiaszunejko <sylwia.szunejko@gmail.com> | 2023-07-21 09:41:53+02:00 Update AUTHORS and CHANGELOG.md
b51e1de8105362e9096f4f89287e46fb85a37424 | Author: sylwiaszunejko <sylwia.szunejko@gmail.com> | 2023-07-19 13:19:29+02:00 Add shard/thread information to the tracing This information is needed for testing shard awareness. Also it is more in line with cqlsh tracing.
f6b159c3488ad1e286ec5a2e11785c738ddd07ea | Author: sylwiaszunejko <sylwia.szunejko@gmail.com> | 2023-07-07 11:36:12+02:00 Update Keyspace/Table name in prepared Query statement Previously TokenAwarePolicy always used Keyspace explicitly set in cluster.Keyspace regardless of the keyspace in the Query. Now after preparing statement Keyspace and Table names are transferred to the Query and it can make use of that. Fixes: #1621