First of all Thanks for resolving this issue. I have following findings:: 1. event_callback_mode type is str, i raised to pull request to change this to str (#1522) 2. htable:mod-init event is called 8 times (8 children) but again it should be called only once as htable is shared memory. when i changed the str to int, its calling only once, i think that is perfect.