<div dir="ltr">My cluster has 2 nodes:a@XXX and b@YYY, I call <span class="">mnesia:del_table_copy(schema, b@YYY)</span> to delete b@YYY, which was at a dead node, it was fail and the error message was {aborted,{no_exists,mytable}}, but mytable was exist at a@XXX, both a@XXX and b@YYY had a disc copy of mytable. what is the problem of mytable and how should I delete b@YYY?<br>
</div>