How to fixed this "TryAbort 10 txns with start ts. Error: <nil>"

To facilitate better answering of questions, if you have a question, please fill in the following info. Otherwise, please delete the template.

What I want to do

Please list the high level idea of what you want to do

dgraph can not working. I want it to work normally.

What I did

Please list the things you have tried.
I write a lot of data using a lot of transactions, and dgraph went down, and then I restarted
Dgraph zero has 1G memony, Dgraph alpha has 2G memony.

Dgraph metadata

dgraph version

PASTE THE RESULTS OF dgraph version HERE.
v24.0.0

Because dgraph went unexpectedly down, you have to wait until the transactions which were in progress have been fully aborted. During this time querying and mutating might not be possible. So just give dgraph some time to abort the transactions and after that you should be fine. In my experience this might take up to 30 minutes.

Thank you!