Hello,
I think I am running into a race condition with the API. This usually comes
up when a command forks out multiple chid commands. For instance, consider
the zookeeper init command. It forks out n more commands depending on the
number of zk servers. Though inconsistently, but I am seeing a case where
the original command would return even though the child commands are still
running hence failing the subsequent commands that are run (zookeeper-start
in this case).
Is this an expected behavior? A workaround I did was to have ensure that
the child commands finished as well before declaring a command as complete.
But I feel that if this is happening, this should probably be a bug.
Thanks,
Swarnim
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].