{ "version": "1.1", "id": "grpc-policy-f02", "title": "두 연산이 겹치는 결과", "question": "회전과 배수 완료가 겹치면 무엇이 남는가?", "type": "sequence", "direction": "LR", "audience": [ "이 저장소의 구조를 읽는 사람" ], "summary": "회전과 배수 완료가 각자 읽은 상태로 조건 없는 set 을 해 이전 세대가 다시 현재가 된다.", "alt": "회전과 배수 완료가 각자 상태를 읽고 조건 없는 set 을 해 이전 세대가 현재가 되는 순서.", "long_description": "SSOT 는 회전과 배수 완료가 각자 읽은 상태로 조건 없는 set 을 하면 이전 세대가 다시 현재가 된다고 적는다.", "source_context": { "document": "/home/donghyeon/workspace/chat-gpt-container/document-haness/docs/clean-architecture-backend-template/final/document.md", "document_sha256": "8071fe71b3359d9cf60b95909c26c7b50653ce2f22bbc5fcf6988719bb91236d", "anchor": { "kind": "line", "value": 45094, "line": 45094 } }, "composition": { "profile": "sequence", "diagram_only": true, "reference_ids": [ "payment-approval-sequence" ], "rationale": "조건 없는 set 이 앞선 회전을 되돌린다는 순서가 논지다.", "focus_node": "state" }, "groups": [], "nodes": [ { "id": "two", "label": "회전과 배수 완료", "kind": "service", "role": "participant", "evidence": [ { "start_line": 45094, "end_line": 45115 } ], "assumption": false }, { "id": "state", "label": "공유 상태", "kind": "service", "role": "participant", "evidence": [ { "start_line": 45094, "end_line": 45115 } ], "assumption": false, "emphasis": "primary" }, { "id": "old", "label": "이전 세대", "kind": "service", "role": "participant", "evidence": [ { "start_line": 45094, "end_line": 45122 } ], "assumption": false } ], "edges": [ { "id": "m1", "from": "two", "to": "state", "label": "각자 읽은 상태", "kind": "request", "evidence": [ { "start_line": 45094, "end_line": 45115 } ], "assumption": false, "order": 1 }, { "id": "m2", "from": "two", "to": "state", "label": "조건 없는 set", "kind": "request", "evidence": [ { "start_line": 45094, "end_line": 45115 } ], "assumption": false, "order": 2, "emphasis": "primary" }, { "id": "m3", "from": "state", "to": "old", "label": "다시 현재가 됨", "kind": "request", "evidence": [ { "start_line": 45094, "end_line": 45122 } ], "assumption": false, "order": 3, "style": "dashed" } ], "legend": [], "metadata": {} }