Hi,<br><br>One of my production nodes running R12B-5 is exhibiting some strange behaviour. <br><br>mnesia:dirty_read(gtp_tid, mnesia:dirty_first(gtp_tid)).<br><br>gives me an empty list. The table has 39K entries. How do I find out what is happening? I tried using ets operations directly and get the same result (which is what mnesia is doing behind the scenes anyway). I get the same empty result using a transaction to read. Any clues?<br>

<br>96> ets:info(gtp_tid).<br>[{memory,213857900},<br> {owner,<0.741.0>},<br> {name,gtp_tid},<br> {size,39088},<br> {node,node@server},<br> {named_table,true},<br> {type,set},<br> {keypos,2},<br> {protection,public}]<br>

<br>The same operation works ok on other tables.<br><br>cheers<br>Chandru<br><br>