-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(server): enhance transaction in graph server #2686
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add more context for the design? (investigation/effect -> before / after)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -0,0 +1,239 @@ | |||
## 事务日志——checklist |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@imbajin 设计文档可以放到doc仓库,另外可以将之前文档仓库也统一放到一个地方?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@imbajin 设计文档可以放到doc仓库,另外可以将之前文档仓库也统一放到一个地方?
(all) move to doc repo maybe (add "blog/design doc" column for them)
} catch (Throwable e) { | ||
throw e; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't need to catch if we just re-throw here?
switch (checkList.getStage()) { | ||
case "config": { | ||
configContinue(checkList); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add some comments that we don't expect break here and explain why
@Aph-CUG maybe we need to handle the CI error |
# Conflicts: # hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/TxScanner.java
ok,我最近完善好这个pr |
Due to the lack of activity, the current pr is marked as stale and will be closed after 180 days, any update will remove the stale label |
Purpose of the PR
Main Changes
Verifying these changes
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODO
Doc - Done
Doc - No Need