OpenAtomFoundation / xupercore

The kernel of xuperchain.
Apache License 2.0
61 stars 47 forks source link

fix spinlock refCounter oom when readonly key tx post #380

Closed godeamon closed 1 year ago

godeamon commented 1 year ago

当只读key的交易post到节点时,spinlock 中没有将只读的key从map中删除,最终会导致oom。 see #379