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

Why batch submitter record TxConfirmed twice? #10553

Open
ohbyeongmin opened this issue May 15, 2024 · 0 comments
Open

Why batch submitter record TxConfirmed twice? #10553

ohbyeongmin opened this issue May 15, 2024 · 0 comments

Comments

@ohbyeongmin
Copy link

Bug Description
When submitting transactions to the batchInbox, op-batcher record the confirm metric twice.

s.metr.RecordBatchTxSubmitted()

s.metr.RecordBatchTxSubmitted()

op_batcher_default_txmgr_confirm_total metric is recorded one time. but op_batcher_default_batcher_tx_total metric is double of op_batcher_default_txmgr_confirm_total

Steps to Reproduce
delete one of them

Expected behavior
I'm confused about how many batches have been submitted.

Environment Information:

  • Operating System: M1, docker container
  • Package Version (or commit hash): develop branch

Configurations:
Command line flags or environment variables you're using.

Logs:
스크린샷 2024-05-16 오전 1 56 36
스크린샷 2024-05-16 오전 1 56 21

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant