You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running with dledger mode and TimerMessageStore enabled, the timer store will not work.
What is expected to see?
the timer delayed message should work as expected.
What did you see instead?
the timer store did not work.
Please tell us about your environment:
Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
The dledger commit log currently did not override the new getData method, while using dledger mode it will cause the read failed. In timer store it will get commit log using this method.