anmui commented on PR #24227:
URL: https://github.com/apache/shardingsphere/pull/24227#issuecomment-1438535440
@anmui Yes, `proxy-hint-enabled` should be removed, it's just for Hint
DistSQL.
But after `proxy-hint-enabled` is deleted, the test transaction type is
local and the connection will be reused. The E2E test will fails.
I solve this problem by establishing a connection for each request even if
the transaction type is local in the proxy.
Can we solve this problem in this way? 😂
I guess it can be solved by changing the configuration of the test
environment..🤔
transaction:
defaultType: XA
providerType: Atomikos
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]