Results 181 comments of Willem Jiang

For the incubator project the repo list just like this * hugegraph: github.com/apache/incubator-hugegraph * hugegraph-subproject1: github.com/apache/incubator-hugegraph-subproject1

@imlidian Install 了之后如何将server 跑起来? 后面有好多注释了的命令,没有达到开箱即用的效果。

@finnlee87 We need more information to trace the error. I just check the related codes in the stack trace I cannot find anything wrong with those code.

这个时候的确需要人工确认,Alpha端很难给出自动的解决方案。

It provides the UI for user to find out the saga transaction status.

As it is caused by the timeout, Alpha don't have chance to know if the compensable method is finished or not. Alpha have to abort the transaction by invoke the...

@zhfeng Alpha cannot know that, how about LRA? Does the Coordinator know if the action is timeout.

@zhfeng My question is what does doEnd do when the timeout happens. If the Omega can cancel the invocation that could be great.

+1 for adding the status interface. BTW, I think we can let the omega check the type of exception to decide if it need to retry it again.

Normally we don't call any cancel method if the confirm method is failed. Otherwise it will make recover process very complicated. You need to check do the balance check in...