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

Ticket accepted, but not added to the live ticket list - Missed #317

Open
mverrilli opened this issue Mar 5, 2019 · 3 comments
Open

Ticket accepted, but not added to the live ticket list - Missed #317

mverrilli opened this issue Mar 5, 2019 · 3 comments

Comments

@mverrilli
Copy link
Contributor

I had a missed ticket today that was interesting. This incident occurred on every wallet.

Normally, a ticket will process and look something like:

2018-03-18 04:19:35.359 [DBG] STPK: calling GetTransaction for new ticket sometickethashvalue
2018-03-18 04:19:35.365 [DBG] STPK: getticket finished for new ticket sometickethashvalue
2018-03-18 04:19:35.365 [DBG] STPK: Accepted valid voting service ticket sometickethashvalue committing 11351698035 in fees
2018-03-18 04:19:35.365 [INF] STPK: added new live ticket sometickethashvalue msa DcSomeMultisig
2018-04-04 13:06:08.693 [DBG] STPK: calling GenerateVote with blockHash someblockhash blockHeight 123456 ticket sometickethashvalue VoteBits 1 VoteBitsExtended 06000000 
2018-04-04 13:06:08.705 [INF] STPK: voted ticket sometickethashvalue (hash: somehashvalue bits: 1) msa DcSomeMultisig duration 12.50221ms (4.113196ms + 8.360113ms): success

However, in this case... the ticket was accepted, but not added (and therefore not voted). Like this:

2018-03-18 04:19:35.359 [DBG] STPK: calling GetTransaction for new ticket sometickethashvalue
2018-03-18 04:19:35.365 [DBG] STPK: getticket finished for new ticket sometickethashvalue
2018-03-18 04:19:35.365 [DBG] STPK: Accepted valid voting service ticket sometickethashvalue committing 11351698035 in fees
2018-04-04 13:06:08.705 [DBG] STPK: calling GetTransaction for spentmissed ticket sometickethash
2018-04-04 13:06:08.715 [DBG] STPK: getticket finished for spentmissed ticket sometickethash
2018-04-04 13:06:08.715 [INF] STPK: removed missed ticket sometickethash
@chappjc
Copy link
Member

chappjc commented Mar 5, 2019

I wonder if it could be this edge case: #250

Maybe check the ticket on the explorer to see if it was called to vote immediately after maturity

@chappjc
Copy link
Member

chappjc commented Mar 5, 2019

Well, looking at the dates that doesn't seem to be it.

@mverrilli
Copy link
Contributor Author

Right, it's not. I haven't walked through the code yet, but I plan to today. The fact that all voting wallets had the same issue seems to indicate a logical issue.

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

2 participants