1 commentaire (1 commentaire)0 réactions (0 réactions)0 assignés (0 assignés)Java4 212 stars (4 212 stars)1 469 forks (1 469 forks)batch import
featureshelp wantedquestion
Description
为了控制事务提交时间,将从最终一致性跨越成为强一致性。
Guide contributeur
- Stack technique
- java
- Domaine
- backenddatabase
- Type d'issue
- feature
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 5
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- over 1 week
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- stale
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- needs investigation
- Prérequis
- Knowledge of distributed systemsUnderstanding consensus algorithmsFamiliarity with Java
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 10
- Direction de recherche
- This issue proposes implementing an atomic clock algorithm to transition from eventual consistency to strong consistency in transaction commit times. The description is high level and lacks specific technical requirements. A newcomer should first review existing atomic clock algorithms (e.g., Google's TrueTime, Hybrid Logical Clocks) and consider how they could be integrated into the tx lcn framework. Additionally, examining the single comment in the issue and related repository discussions may provide context. No concrete design or implementation details are provided, so the initial step would be to propose a detailed design document.