Comment 3 for bug 1524691

Revision history for this message
yinwei (yinweiishere-n) wrote :

Hi Yingzhe,

reply in line:
1. Would it be better the create transaction call be invoked by work-flow engine?
[wei] Yes, sure. We could put all execution logic inot work-flow engine while only leave rpc handling (serialize/deserialize/error handling) in rpc worker.

2. Why need show plan, can't the plan info be passed by RPC call?
[wei] I do prefer to embed the whole plan into the operation message during RPC call. This sequence is based on current API we have.

3. Periodic check event is running as a coroutine?
[wei] Yes. There should be a eventlet threadpool.