Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: in tcc mode, json.Unmarshal requestContext.Headers failed #194

Closed
dk-lockdown opened this issue Jul 11, 2022 · 0 comments
Closed

bug: in tcc mode, json.Unmarshal requestContext.Headers failed #194

dk-lockdown opened this issue Jul 11, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@dk-lockdown
Copy link
Collaborator

dk-lockdown commented Jul 11, 2022

Is your feature request related to a problem? Please describe.
#12

In tcc mode, When initiating a commit or rollback request, json.Unmarshal requestContext.Headers failed:

2022-07-11T07:25:20.106Z        ERROR   dt/distributed_transaction_manger.go:419        error doHttpRequest for tccBranchCommit: error json.Unmarshal requestContext.Headers: invalid character 'P' looking for beginning of value
github.com/cectc/dbpack/pkg/dt.(*DistributedTransactionManager).processNextBranchSession
        /app/pkg/dt/distributed_transaction_manger.go:419
github.com/cectc/dbpack/pkg/dt.(*DistributedTransactionManager).processBranchSessionQueue
        /app/pkg/dt/distributed_transaction_manger.go:390

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant