chore: 이전 세션이 남긴 변경을 커밋한다
이번 파이프라인 작업과 무관하게 작업 트리에 남아 있던 것을 그대로 올린다. 사용자가 「전부 커밋」으로 정했고, 이번 작업과 섞이지 않게 커밋만 나눴다. 대부분은 clean-architecture-backend-template 의 그림 정본 재배치다 — final/assets/diagrams/<이름>/ 에 있던 것이 CLAUDE.md 가 적은 배치인 final/assets/<이름>/ 로 옮겨졌고 .techviz/<이름>/ 이 함께 들어왔다. 삽입 줄의 대부분(3.15M)이 그 .techviz context.json 이다. 그 밖에 ca-tmpl·document-haness 의 정리, .claude/agents/ 열한 개, writing-practitioner-guides 스킬, .playwright-mcp 세션 산출물, scripts/check-ssot-facts.py 와 그 시험이 들어 있다. 이 커밋의 내용은 내가 만든 것이 아니라 이전 세션이 남긴 것이고 검증하지 않았다. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
2109f726fe
commit
ab59130196
+2
-1
@@ -6,13 +6,14 @@ topic: transaction-deadline-and-pool
|
||||
project: clean-architecture-backend-template
|
||||
status: 게시 전
|
||||
sourceRevision: 21234e38cdb9a926cbc92bb97a2aee2e4a7d2916
|
||||
basisVersion: Spring Boot 4.0.8 · PostgreSQL 16 · 리비전 21234e38
|
||||
rootTreeNode: concept:deadline-propagation
|
||||
evidenceCapturedOn: 2026-09-01
|
||||
assets:
|
||||
- key: deadline-propagation
|
||||
file: ../../../final/evidence/rendered/deadline-propagation.svg
|
||||
- key: deadline-propagation-diagram
|
||||
file: ../../../final/assets/diagrams/deadline-propagation.svg
|
||||
file: ../../../final/assets/diagrams/deadline-propagation/deadline-propagation.svg
|
||||
evidence:
|
||||
- ../../../final/evidence/raw/deadline-propagation.txt
|
||||
source:
|
||||
|
||||
+1
@@ -6,6 +6,7 @@ topic: transaction-deadline-and-pool
|
||||
project: clean-architecture-backend-template
|
||||
status: 게시 전
|
||||
sourceRevision: 21234e38cdb9a926cbc92bb97a2aee2e4a7d2916
|
||||
basisVersion: Spring Boot 4.0.8 · PostgreSQL 16 · 리비전 21234e38
|
||||
rootTreeNode: concept:requires-new-connection-cost
|
||||
evidenceCapturedOn: 2026-09-01
|
||||
assets:
|
||||
|
||||
+2
@@ -17,6 +17,8 @@ source:
|
||||
|
||||
# inRootWrite는 suspend하지 않고 fail-fast한다
|
||||
|
||||
루트 쓰기 연산은 이미 트랜잭션이 열려 있으면 바깥을 일시 중단하지 않고 예외를 던진다. 일시 중단하면 바깥 커넥션이 핀되고, 호출자는 자기가 루트라고 믿는데 실제로는 중첩 안에 있게 된다.
|
||||
|
||||
## 결정문
|
||||
|
||||
루트 쓰기 연산은 이미 트랜잭션이 열려 있으면 바깥을 일시 중단하지 않고 예외를 던진다.
|
||||
|
||||
+2
@@ -17,6 +17,8 @@ source:
|
||||
|
||||
# 트랜잭션 템플릿은 모드별로 미리 만들어 둔다
|
||||
|
||||
트랜잭션 템플릿을 모드마다 하나씩 미리 만들어 두고, 호출마다 템플릿의 속성을 바꾸지 않는다. 템플릿은 가변 객체라 하나를 공유하면서 호출마다 전파 방식이나 타임아웃을 바꾸면 두 스레드가 서로의 설정을 본다.
|
||||
|
||||
## 결정문
|
||||
|
||||
트랜잭션 템플릿을 모드마다 하나씩 미리 만들어 두고, 호출마다 템플릿의 속성을 바꾸지 않는다.
|
||||
|
||||
Reference in New Issue
Block a user