imem icon indicating copy to clipboard operation
imem copied to clipboard

Partition lookup crash

Open c-bik opened this issue 9 years ago • 2 comments

{erlang,list_to_integer,["cproServiceDyn"],[]}
    ,{imem_meta,partitioned_table_name_str,2,[{file,"src/imem_meta.erl"},{line,1749}]}
    ,{imem_meta,partitioned_table_name,2,[{file,"src/imem_meta.erl"},{line,1739}]}
    ,{imem_meta,read,2,[{file,"src/imem_meta.erl"},{line,2383}]}
    ,{cpro_dal,'-update_service_dyn/4-fun-0-',4,[{file,"src/cpro_dal.erl"},{line,166}]}
    ,{mnesia_tm,apply_fun,3,[{file,"mnesia_tm.erl"},{line,833}]}
    ,{mnesia_tm,execute_transaction,5,[{file,"mnesia_tm.erl"},{line,808}]}
    ,{cpro_easypay,handle_info,2,[{file,"src/cpro_easypay.erl"},{line,95}]}

imem_meta.erl:1749 cpro_dal.erl:166

c-bik avatar Oct 26 '16 08:10 c-bik

@c-bik Are you saying that catch does not work on this line?


image

What is the consequence of this issue for the running CPro Service ?

stoch avatar Oct 29 '16 11:10 stoch

@stoch You are right it shouldn't have escaped that catch. As off now no impact in CPro except extra log. I wonder how is it producing an error log in spite of the catch?

c-bik avatar Oct 30 '16 21:10 c-bik