docs(keycloak-session-store): import the session-storage lab as a new project
The keycloak project ended with four open questions that design could not
settle. A two-VM lab was built to answer them by measurement, and this is
that material: 26 experiments, 125 raw command outputs, 22 browser captures.
Follows the import procedure in README.md.
source/ the originating repository verbatim — 78 documents, 28 SVGs,
8 manifests, plus .source-revision recording the commit
final/ the SSOT
document.md 729 lines written from the 29 experiment documents, not
concatenated: what was predicted, what was measured, and
where the measurement itself was wrong
evidence/raw 125 outputs, flattened to <experiment>__<file> because
the originals collided (01-baseline.txt appeared three
times) and the audit only globs the top level
evidence/meta one per raw file; command and exitCode are null and the
README says why rather than inventing them
evidence/browser 22 captures
assets/ three diagrams through techviz
.techviz/ their VizSpecs
A separate project rather than an addition to keycloak: the B-layer answers
that project's four questions, but the A, C and D layers are about cluster
failure, SSO and operations, and one document.md should hold one subject.
The four question records there can point here through 관계.
Recorded rather than papered over: only three of the 28 diagrams were
remade. The repository forbids hand-drawn SVG and forbids titles inside the
canvas; all 28 originals carry both, so converting them is redrawing, not
reformatting. They stay in source/ and the gap is written into the document.
verify-pipeline.py passes. audit-records.py reports no issues.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
43bccd08a8
commit
b2963105a8
@@ -0,0 +1,32 @@
|
||||
meta — 실행 메타데이터
|
||||
======================
|
||||
|
||||
raw/<이름>.txt 마다 같은 이름의 json 이 하나 있다.
|
||||
|
||||
raw 원문 경로 (final/ 기준)
|
||||
experiment 어느 실험의 증거인가
|
||||
executedAt 파일 mtime 에서 뽑은 ISO-8601 (+09:00)
|
||||
revision 원본 저장소 커밋
|
||||
command null — 아래 참조
|
||||
cwd 실행 위치
|
||||
exitCode null — 아래 참조
|
||||
sourceDoc 해설 문서
|
||||
sha256/bytes 원본과 대조하기 위한 값
|
||||
|
||||
★ command 와 exitCode 가 null 인 이유
|
||||
|
||||
이 증거들은 한 명령의 출력을 그대로 리다이렉트한 것이 아니라, 여러 명령의
|
||||
출력과 그 사이의 판정을 사람이 읽을 수 있게 모아 둔 기록이다. 그래서
|
||||
"이 파일을 만든 명령" 이 하나로 특정되지 않는다.
|
||||
|
||||
없는 것을 지어내지 않고 null 로 둔다. 명령 전문은 sourceDoc 이 가리키는
|
||||
해설 문서의 「재현 절차」 절에 셸에서 그대로 실행 가능한 형태로 있다.
|
||||
|
||||
★ executedAt 은 근사치다
|
||||
|
||||
파일 mtime 이므로 마지막으로 쓴 시각이다. 원문 머리말에 수집 시각이 적혀
|
||||
있으면 그쪽이 정확하다.
|
||||
|
||||
그리고 이 실험대에는 시계 왜곡이 있었다 — test-server 가 NTP 미동기로
|
||||
106초 빨랐다. 두 시계에서 온 값을 빼면 그만큼 틀린다. 근거와 정정 내역은
|
||||
raw/d4a-deploy-hook__01-hook-verified.txt 에 있다.
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a1-jgroups-transport-block__01-baseline-cluster.txt",
|
||||
"experiment": "a1-jgroups-transport-block",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a1-jgroups-transport-block.md",
|
||||
"sha256": "0c97ab54dac7b62da1a295dbf9a556a4cdd68eb51f5b7ee791092ca2a412370f",
|
||||
"bytes": 823
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a1-jgroups-transport-block__02-control-before-block.txt",
|
||||
"experiment": "a1-jgroups-transport-block",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a1-jgroups-transport-block.md",
|
||||
"sha256": "bb4d10cf483c93e3a9bd6b20f46301cfedb7d967f77f26a779262e64adeee2f3",
|
||||
"bytes": 758
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a1-jgroups-transport-block__03-block-applied.txt",
|
||||
"experiment": "a1-jgroups-transport-block",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a1-jgroups-transport-block.md",
|
||||
"sha256": "718af8ef78d64b142a1874abf5bbf1f4c241c1b85c81f2289dad7ef29af38297",
|
||||
"bytes": 302
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a1-jgroups-transport-block__04-after-block-state.txt",
|
||||
"experiment": "a1-jgroups-transport-block",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a1-jgroups-transport-block.md",
|
||||
"sha256": "2261a33eb901e602c5ccfee49df4bb9776ce79f1a02c904105c2fb8be7f05eb5",
|
||||
"bytes": 951
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a1-jgroups-transport-block__05-conntrack-problem.txt",
|
||||
"experiment": "a1-jgroups-transport-block",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a1-jgroups-transport-block.md",
|
||||
"sha256": "29fa483380f1352294b9fbc8adad31ce1a41bdb3e89c3e592cdf0a6ef9aa58ff",
|
||||
"bytes": 1589
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a1-jgroups-transport-block__06-partition-observed.txt",
|
||||
"experiment": "a1-jgroups-transport-block",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a1-jgroups-transport-block.md",
|
||||
"sha256": "cdc1c659dc5e1e88ff66a7acee90e41d4e8b8689983c9fb9056a12cb6ed735fe",
|
||||
"bytes": 405
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a1-jgroups-transport-block__07-cluster-size.txt",
|
||||
"experiment": "a1-jgroups-transport-block",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a1-jgroups-transport-block.md",
|
||||
"sha256": "cad767c4fbb395affbd1e26467a9a1fae057a277ba2c2c87f5497ec9a11c140e",
|
||||
"bytes": 791
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a1-jgroups-transport-block__08-restart-forced-partition.txt",
|
||||
"experiment": "a1-jgroups-transport-block",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a1-jgroups-transport-block.md",
|
||||
"sha256": "bb8e4afaee10acf6bb681fd85700dcd20f0870d516a5049bec2ac7295f083200",
|
||||
"bytes": 611
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a1-jgroups-transport-block__09-cross-node-under-partition.txt",
|
||||
"experiment": "a1-jgroups-transport-block",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a1-jgroups-transport-block.md",
|
||||
"sha256": "2f0b00649d52c66f91830a1e5ec6b0ba3b59f48fa5454d506174570081d45684",
|
||||
"bytes": 596
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a1-jgroups-transport-block__10-logout-not-propagated.txt",
|
||||
"experiment": "a1-jgroups-transport-block",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a1-jgroups-transport-block.md",
|
||||
"sha256": "105282974f5b817848980be6102c7e3390b8e6a69cfc23e21f49d9bb8cc5e7c1",
|
||||
"bytes": 890
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a1-jgroups-transport-block__11-service-impact.txt",
|
||||
"experiment": "a1-jgroups-transport-block",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a1-jgroups-transport-block.md",
|
||||
"sha256": "4eec54d502fa03b8dfdb5c43dc1d684e27ec32378c91531b7293eb48b5682a9d",
|
||||
"bytes": 1227
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a1-jgroups-transport-block__12-recovery.txt",
|
||||
"experiment": "a1-jgroups-transport-block",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a1-jgroups-transport-block.md",
|
||||
"sha256": "258e33ffa74f15ec8250ef11e1455937a47e341d9b3f59999b83910ec4b7eaff",
|
||||
"bytes": 946
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a2-database-loss__01-baseline.txt",
|
||||
"experiment": "a2-database-loss",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a2-database-loss.md",
|
||||
"sha256": "b66d240824d6abca360f9202c11d2ef0caf68abf49587572f80b76793edb1f7a",
|
||||
"bytes": 467
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a2-database-loss__02-setup-sessions.txt",
|
||||
"experiment": "a2-database-loss",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a2-database-loss.md",
|
||||
"sha256": "a301a7d6d4a406b2148d959a09d3e898f771c9eb1e1739405cf6e50d361dc2f0",
|
||||
"bytes": 408
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a2-database-loss__03-four-paths.txt",
|
||||
"experiment": "a2-database-loss",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a2-database-loss.md",
|
||||
"sha256": "f1584ec76d7ef13104ac5ac0a1e19c74e7cd2a78679a5d0ffd667439f0573a32",
|
||||
"bytes": 735
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a2-database-loss__04-health-and-service.txt",
|
||||
"experiment": "a2-database-loss",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a2-database-loss.md",
|
||||
"sha256": "7077a1679cfa51d26171d80ff7a899e56719aaa6bd1093be7ee63daf950d50a7",
|
||||
"bytes": 1407
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a2-database-loss__05-recovery.txt",
|
||||
"experiment": "a2-database-loss",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a2-database-loss.md",
|
||||
"sha256": "aa5f0ace3921515885e9bf6b5df9b15256028d4d9013c96cc99dcbf9596634b1",
|
||||
"bytes": 961
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a3-database-crash__01-crash-injection.txt",
|
||||
"experiment": "a3-database-crash",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a3-database-crash.md",
|
||||
"sha256": "9ad3a423d05a33c0489196998dc4467c55d227fd72dbb98f3dcd8b86acda4af7",
|
||||
"bytes": 1029
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a3-database-crash__02-design-check.txt",
|
||||
"experiment": "a3-database-crash",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a3-database-crash.md",
|
||||
"sha256": "af112f3e2a79561b2ff6e37a2fdf7c4f5ff911da51f5273124807e15bf92a32b",
|
||||
"bytes": 807
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a3-database-crash__03-loss-measurement.txt",
|
||||
"experiment": "a3-database-crash",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a3-database-crash.md",
|
||||
"sha256": "3f624ae92dacdc4b1a44bb60c7973c13e7ed6904787cc0307ee40157820f778e",
|
||||
"bytes": 796
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a3-database-crash__04-comparison.txt",
|
||||
"experiment": "a3-database-crash",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a3-database-crash.md",
|
||||
"sha256": "db7480b1727afdd1002aec62cb78d65e8add53da207a0b5f0014d42774561d15",
|
||||
"bytes": 954
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a3-database-crash__05-true-crash.txt",
|
||||
"experiment": "a3-database-crash",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a3-database-crash.md",
|
||||
"sha256": "300fa0871b6c37a4d02befbc11e79dcca1eb4174d5312494a74754ad8ae281a7",
|
||||
"bytes": 455
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a3-database-crash__06-backend-kill-crash.txt",
|
||||
"experiment": "a3-database-crash",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a3-database-crash.md",
|
||||
"sha256": "9430a0fa6ad59ba3d8e2fe63e8441583e4736ed88eb16bc74c07ac6d283e8b68",
|
||||
"bytes": 1302
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a3-database-crash__07-loss-result.txt",
|
||||
"experiment": "a3-database-crash",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a3-database-crash.md",
|
||||
"sha256": "a410037b0ca4c0e686b49ca7abbea7e0e9acccc8d2306b8caf350a9c6269088c",
|
||||
"bytes": 941
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a3-database-crash__08-wal-settings.txt",
|
||||
"experiment": "a3-database-crash",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a3-database-crash.md",
|
||||
"sha256": "c87effabf3a14cdedf60a4487b1c639c74ab007b2bb57d0dda5b60332616e707",
|
||||
"bytes": 369
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a4-node-loss__01-baseline.txt",
|
||||
"experiment": "a4-node-loss",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a4-node-loss.md",
|
||||
"sha256": "8791cb91b4e335ff080ec1ee450cf1c387892f14f0ebdf7686e62e099bd647fc",
|
||||
"bytes": 557
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a4-node-loss__02-worker-node-killed.txt",
|
||||
"experiment": "a4-node-loss",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a4-node-loss.md",
|
||||
"sha256": "c16f8c5d6d038278ce7b6a4752e17d010149293862c47b7ba6d9b4fd49bd9718",
|
||||
"bytes": 1310
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a4-node-loss__03-state-during-loss.txt",
|
||||
"experiment": "a4-node-loss",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a4-node-loss.md",
|
||||
"sha256": "a22828211273ea35612a0b04f7f343e601a4bcc5c436574f777dfd82e1ec259e",
|
||||
"bytes": 1929
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a4-node-loss__04-eviction-timing.txt",
|
||||
"experiment": "a4-node-loss",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a4-node-loss.md",
|
||||
"sha256": "16f1a3acb1df13200a7ae583bfa1d1e4d2b9c2d1922fc93f9364477e81bee2b3",
|
||||
"bytes": 1362
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a4-node-loss__05-recovery.txt",
|
||||
"experiment": "a4-node-loss",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a4-node-loss.md",
|
||||
"sha256": "96a5be920abfe3d1d794e203d7d739e81c9ac073c5138ae87cd35da04aead052",
|
||||
"bytes": 916
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a4-node-loss__06-control-plane-inventory.txt",
|
||||
"experiment": "a4-node-loss",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a4-node-loss.md",
|
||||
"sha256": "0404636b98e6488423031d14cea79cd9b009fbe5a593ea9366818aa47a05bad0",
|
||||
"bytes": 812
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a4-node-loss__07-control-plane-loss.txt",
|
||||
"experiment": "a4-node-loss",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a4-node-loss.md",
|
||||
"sha256": "06e1bed22a23a20f4857754d324e4b83eb5e89932c619eaae340b47059914bb0",
|
||||
"bytes": 1287
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a4-node-loss__08-control-plane-recovery.txt",
|
||||
"experiment": "a4-node-loss",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a4-node-loss.md",
|
||||
"sha256": "3439eefbd49e15185f41d0960fbbc981750424c287d3ef63e05a7224db6a3bd7",
|
||||
"bytes": 507
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a5-asymmetric-partition__01-injection.txt",
|
||||
"experiment": "a5-asymmetric-partition",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a5-asymmetric-partition.md",
|
||||
"sha256": "ebf8e7da2c954667d9c75d6fd33b3485a5c1675e26aa2c247a5098712f29a55e",
|
||||
"bytes": 2370
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a5-asymmetric-partition__02-injection-verify.txt",
|
||||
"experiment": "a5-asymmetric-partition",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a5-asymmetric-partition.md",
|
||||
"sha256": "fe362bfc92daf1dff8ff581f859114580615dd8901714fb18d7836d5f2ad6e5a",
|
||||
"bytes": 1590
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a5-asymmetric-partition__03-raw-table-injection.txt",
|
||||
"experiment": "a5-asymmetric-partition",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a5-asymmetric-partition.md",
|
||||
"sha256": "62f91ead860178b4af023ae57876eef26668d8b262f88076eea219e39a2bb436",
|
||||
"bytes": 998
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a5-asymmetric-partition__04-correct-direction.txt",
|
||||
"experiment": "a5-asymmetric-partition",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a5-asymmetric-partition.md",
|
||||
"sha256": "5bc7ef8d898f9c74933e33748152989ea4767bc6457c331f899f1fd46efadf0c",
|
||||
"bytes": 987
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a5-asymmetric-partition__05-reconnect-observed.txt",
|
||||
"experiment": "a5-asymmetric-partition",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a5-asymmetric-partition.md",
|
||||
"sha256": "4737c640da1466a0826b26d23a824334d2aa90ae7a72c0b20c11e8410dba9f25",
|
||||
"bytes": 1041
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a5-asymmetric-partition__06-view-history-and-cleanup.txt",
|
||||
"experiment": "a5-asymmetric-partition",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a5-asymmetric-partition.md",
|
||||
"sha256": "8a3852a400b445c2c2ede069a021c0c56fc32e2a1bd8a9f5c6d7befe7847a0ac",
|
||||
"bytes": 2221
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a5-asymmetric-partition__07-bidirectional-block.txt",
|
||||
"experiment": "a5-asymmetric-partition",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a5-asymmetric-partition.md",
|
||||
"sha256": "c6fc3b233293ce6e42d551191c2cffa073e7724e9ff8651420cb8de2c38b6a73",
|
||||
"bytes": 949
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a5-asymmetric-partition__08-coordinator-and-recovery.txt",
|
||||
"experiment": "a5-asymmetric-partition",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a5-asymmetric-partition.md",
|
||||
"sha256": "875f125eccaeec4e03b896c5279e2b249a23cfc94c8acbaccd58c804fd0a98ca",
|
||||
"bytes": 1612
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a6-latency-injection__01-baseline.txt",
|
||||
"experiment": "a6-latency-injection",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a6-latency-injection.md",
|
||||
"sha256": "c42c4ebef383edd901eabe18429e46bd7a27df15fb5001a39c301dbeb49100c4",
|
||||
"bytes": 817
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a6-latency-injection__02-delay-injected.txt",
|
||||
"experiment": "a6-latency-injection",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a6-latency-injection.md",
|
||||
"sha256": "1c5f8f96688787b8f3dedc6d02e95436d05e5f830ac98caa346b8c2c3cb7d2d4",
|
||||
"bytes": 900
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a6-latency-injection__03-flannel-injection.txt",
|
||||
"experiment": "a6-latency-injection",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a6-latency-injection.md",
|
||||
"sha256": "3004a01c5e403dd4f36f10706db13c4f99cb72053de1a338b1401018872df461",
|
||||
"bytes": 943
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a6-latency-injection__04-pool-under-load.txt",
|
||||
"experiment": "a6-latency-injection",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a6-latency-injection.md",
|
||||
"sha256": "6290bdbe037fb08d081c7b84db69447d3d697f5c026ed5d89a2101fb88834f1f",
|
||||
"bytes": 1489
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a6-latency-injection__05-recovery.txt",
|
||||
"experiment": "a6-latency-injection",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a6-latency-injection.md",
|
||||
"sha256": "564a384c6b69f9f561afbcf1176960538c81f69fd3abf4709435b26d5c69fdc8",
|
||||
"bytes": 364
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a7-volatile-comparison__01-switch-to-volatile.txt",
|
||||
"experiment": "a7-volatile-comparison",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a7-volatile-comparison.md",
|
||||
"sha256": "fde5ad53cb6afde48b05d506037bf518b700c65e95da25ad4626548061eb97c1",
|
||||
"bytes": 608
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a7-volatile-comparison__02-a0-rerun.txt",
|
||||
"experiment": "a7-volatile-comparison",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a7-volatile-comparison.md",
|
||||
"sha256": "868e7510f589645c4cbc9a12629c4dbe1cc08da70db8357942bf829846a73527",
|
||||
"bytes": 479
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a7-volatile-comparison__03-a8-rerun-restart.txt",
|
||||
"experiment": "a7-volatile-comparison",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a7-volatile-comparison.md",
|
||||
"sha256": "3fadad529d6736e7f3f6c021f4a8e2f6a600dd3f41be198b77aada7bf8888593",
|
||||
"bytes": 483
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a7-volatile-comparison__04-a1-rerun-partition.txt",
|
||||
"experiment": "a7-volatile-comparison",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a7-volatile-comparison.md",
|
||||
"sha256": "46fae0ede6ff3f50ab5491d6d43da9501bfe162d4bdae494b04e25c02c270e9f",
|
||||
"bytes": 978
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a7-volatile-comparison__05-a2-rerun-db-loss.txt",
|
||||
"experiment": "a7-volatile-comparison",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a7-volatile-comparison.md",
|
||||
"sha256": "9f931271b2b42bf89d036d5f7ce8909826fc6d596a66a8dabf9f3848cc23c0f4",
|
||||
"bytes": 454
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a7-volatile-comparison__06-restore-persistent.txt",
|
||||
"experiment": "a7-volatile-comparison",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a7-volatile-comparison.md",
|
||||
"sha256": "1dd6f92f1b9c6214f7650f5451e578ab0dfc8d6ffadac2c12b729cb489b60b63",
|
||||
"bytes": 500
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a7a-volatile-cause__01-cause-determined.txt",
|
||||
"experiment": "a7a-volatile-cause",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a7a-volatile-cause.md",
|
||||
"sha256": "687de3260f70d4fd28a6ecfa0d4d8355117687e7f21f80f082c63694940e5af0",
|
||||
"bytes": 6702
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a8-rolling-restart__01-restart-availability.txt",
|
||||
"experiment": "a8-rolling-restart",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a8-rolling-restart.md",
|
||||
"sha256": "18c1debaf6f160cefd8a808d6db9aacba5c4263d98340115a575f309463c3759",
|
||||
"bytes": 794
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/a8-rolling-restart__02-session-survival.txt",
|
||||
"experiment": "a8-rolling-restart",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-a8-rolling-restart.md",
|
||||
"sha256": "2ed2d93f712275c08354f8bc6111b7ef930c5c1be99009da30c8d93143a0da4a",
|
||||
"bytes": 775
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b0-bff-redis-deploy__01-deploy.txt",
|
||||
"experiment": "b0-bff-redis-deploy",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b0-bff-redis-deploy.md",
|
||||
"sha256": "bb8fef8052bbb577752fcf98650713b474a8a9e889f65742ca93871ff17312eb",
|
||||
"bytes": 781
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b0-bff-redis-deploy__02-autoconfiguration.txt",
|
||||
"experiment": "b0-bff-redis-deploy",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b0-bff-redis-deploy.md",
|
||||
"sha256": "d248f39c99a4707a16286c0d6e333e45ae031b1bd20865771d9a9b5626c69875",
|
||||
"bytes": 599
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b0-bff-redis-deploy__03-beans-analysis.txt",
|
||||
"experiment": "b0-bff-redis-deploy",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b0-bff-redis-deploy.md",
|
||||
"sha256": "b3cb6b23f9396fb7b6aedc05dc09cbb11311548fbc5c438de1da108082c6ae87",
|
||||
"bytes": 3082
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b1-redis-session-store__01-servicelinks-trap.txt",
|
||||
"experiment": "b1-redis-session-store",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b1-redis-session-store.md",
|
||||
"sha256": "9a5dca4c300d4378e34cd5c14a4118c21b4d16900d64d917e8ca12a235f2aeb2",
|
||||
"bytes": 189
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b1-redis-session-store__02-autoconfig-after.txt",
|
||||
"experiment": "b1-redis-session-store",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b1-redis-session-store.md",
|
||||
"sha256": "bf3a0b789246bfbb604d9e646a397519e4893e71110c001e95a4c5b42e04b598",
|
||||
"bytes": 6248
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b1-redis-session-store__03-redis-contents.txt",
|
||||
"experiment": "b1-redis-session-store",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b1-redis-session-store.md",
|
||||
"sha256": "d0f1d08cb0125c82e857c7e0e8d8a3edb39d97101584c2f6eea7b6e236d5c770",
|
||||
"bytes": 1682
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b2-multi-instance-session__01-jdbc-store-deploy.txt",
|
||||
"experiment": "b2-multi-instance-session",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b2-multi-instance-session.md",
|
||||
"sha256": "137f0d41640a9774b6d0775854532c3318ecff5d66f9e8b74050dbf954abaad7",
|
||||
"bytes": 334
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b2-multi-instance-session__02-schema.txt",
|
||||
"experiment": "b2-multi-instance-session",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b2-multi-instance-session.md",
|
||||
"sha256": "db2588f2d6480b454d0af16e9077dbb56495a23a9638f6908ca1e24940b969ea",
|
||||
"bytes": 1861
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b2-multi-instance-session__03-plaintext-tokens.txt",
|
||||
"experiment": "b2-multi-instance-session",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b2-multi-instance-session.md",
|
||||
"sha256": "63f109072e0033e17d60f94b42b00dd886eaebd634b5eebcf9ffbfbdf70bcb7a",
|
||||
"bytes": 1356
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b2-multi-instance-session__04-overwrite-test.txt",
|
||||
"experiment": "b2-multi-instance-session",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b2-multi-instance-session.md",
|
||||
"sha256": "305883314761e9864d57502c0de55213f615ac310b7307a48fe538e03fcf7582",
|
||||
"bytes": 1273
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b2-multi-instance-session__05-logout-cleanup.txt",
|
||||
"experiment": "b2-multi-instance-session",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b2-multi-instance-session.md",
|
||||
"sha256": "62fd0dfe12f42e416a1518da4fdce47b194bf28c3dfa169388c83ead61b778d0",
|
||||
"bytes": 519
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b3-refresh-contention__01-concurrent-refresh.txt",
|
||||
"experiment": "b3-refresh-contention",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b3-refresh-token-contention.md",
|
||||
"sha256": "86ac5a6910d2c670d6a9682360414dbd473c0ee2ced7572263875dfb29dc7002",
|
||||
"bytes": 690
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b3-refresh-contention__02-session-impact.txt",
|
||||
"experiment": "b3-refresh-contention",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b3-refresh-token-contention.md",
|
||||
"sha256": "fbe733e2eac0209a16f9846e71bf9099f847d98b2542c63d6222ac6f1f60a8bb",
|
||||
"bytes": 586
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b3-refresh-contention__03-client-session-removed.txt",
|
||||
"experiment": "b3-refresh-contention",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b3-refresh-token-contention.md",
|
||||
"sha256": "cd907845582d27fa2bacba744c6de08e611de1c568bf5931888e6fbf23f48458",
|
||||
"bytes": 493
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b3-refresh-contention__04-policy-comparison.txt",
|
||||
"experiment": "b3-refresh-contention",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b3-refresh-token-contention.md",
|
||||
"sha256": "aee80c6d331ff482eeffaa75e29265f6ddfa3f1efe49c364001245c7fe6c2b6b",
|
||||
"bytes": 784
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b4-edge-authorization__01-header-handling.txt",
|
||||
"experiment": "b4-edge-authorization",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b4-edge-authorization-scope.md",
|
||||
"sha256": "6557f4e6bddb81b2565768bffb985321a92cc2d03facd28e997175a1e06a7c04",
|
||||
"bytes": 1739
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b5-redis-loss__01-baseline.txt",
|
||||
"experiment": "b5-redis-loss",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b5-redis-loss-persistence.md",
|
||||
"sha256": "c462e1083eb5594bd3b1e19502dd89653ad8113a4ef9d207210608d8e1908c4e",
|
||||
"bytes": 202
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b5-redis-loss__02-redis-down.txt",
|
||||
"experiment": "b5-redis-loss",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b5-redis-loss-persistence.md",
|
||||
"sha256": "701d23fc6dc191079b281c3c0829781b01ce890614a6172d0e341e4e7282a1b2",
|
||||
"bytes": 1025
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b5-redis-loss__03-health-groups.txt",
|
||||
"experiment": "b5-redis-loss",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b5-redis-loss-persistence.md",
|
||||
"sha256": "176a4c07de9aad5993049dab3728f8b1f31b9b92e672e723b6a07c84ac73d5c5",
|
||||
"bytes": 407
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b5-redis-loss__04-persistence.txt",
|
||||
"experiment": "b5-redis-loss",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b5-redis-loss-persistence.md",
|
||||
"sha256": "5f4dc1699acb0b4b78b6f6c50c000871223364ca6c36953ca7cb6fbce6d93e0d",
|
||||
"bytes": 1207
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b6-key-rotation__01-before-rotation.txt",
|
||||
"experiment": "b6-key-rotation",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b6-key-rotation.md",
|
||||
"sha256": "4311267dd44f5e9127fd89583c836edd2455ecb829009b4334611e77a2747431",
|
||||
"bytes": 376
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b6-key-rotation__02-rotation.txt",
|
||||
"experiment": "b6-key-rotation",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b6-key-rotation.md",
|
||||
"sha256": "124ab2a42545cf9f8fe8803e08c60676c65d4c859d3cec807d6adcfe5e54ddfe",
|
||||
"bytes": 684
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b6-key-rotation__03-old-key-removed.txt",
|
||||
"experiment": "b6-key-rotation",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b6-key-rotation.md",
|
||||
"sha256": "717730a459e15048f91061902507936145cbb81f9fa782f3fc56dbdae6ee5ebc",
|
||||
"bytes": 633
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b7-cookie-secret__01-deploy.txt",
|
||||
"experiment": "b7-cookie-secret",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b7-cookie-secret-rotation.md",
|
||||
"sha256": "5454fa127530c128dde6e9677c8fdb2c9ef2f432a75231c1328f95ae550cd353",
|
||||
"bytes": 492
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b7-cookie-secret__02-cookie-portability.txt",
|
||||
"experiment": "b7-cookie-secret",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b7-cookie-secret-rotation.md",
|
||||
"sha256": "d0ded8d13799bcb5e0f11dd519082ceaf2dbdccfd650de39bc330493a1f8953e",
|
||||
"bytes": 435
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b7-cookie-secret__03-rotation.txt",
|
||||
"experiment": "b7-cookie-secret",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b7-cookie-secret-rotation.md",
|
||||
"sha256": "04df717a9e93a233d63cedfb78be7216b01e47caa6c91a8a9f8863de2f6499c7",
|
||||
"bytes": 2725
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/b7a-orphan-session__01-orphan-lifecycle.txt",
|
||||
"experiment": "b7a-orphan-session",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-b7a-orphan-session.md",
|
||||
"sha256": "33d4282d7dee868590786a406073b8c38abc890938ea2bef38e908ed01d4ed6a",
|
||||
"bytes": 6956
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/c1-multi-app-sso__01-baseline.txt",
|
||||
"experiment": "c1-multi-app-sso",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-c1-multi-app-sso.md",
|
||||
"sha256": "c9b2b8907118ae1202797f4dd9becc7feb15ab98fc8dd2c61fef4ec7cf6cd45e",
|
||||
"bytes": 324
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/c1-multi-app-sso__02-after-app1-login.txt",
|
||||
"experiment": "c1-multi-app-sso",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-c1-multi-app-sso.md",
|
||||
"sha256": "43b5f2fc1fe28e4b6de0c808aa5b2269193b81914f1c8b5e0b783df8defacfc1",
|
||||
"bytes": 304
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/c1-multi-app-sso__03-after-app2-visit.txt",
|
||||
"experiment": "c1-multi-app-sso",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-c1-multi-app-sso.md",
|
||||
"sha256": "5d86c4b788f08ec1195de355ac27247a8e705b7cd235816f71193bceb88d3718",
|
||||
"bytes": 685
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/c1-multi-app-sso__04-sso-session-killed.txt",
|
||||
"experiment": "c1-multi-app-sso",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-c1-multi-app-sso.md",
|
||||
"sha256": "c8332bc7ba1bc3ec19a3e733598f20981c283f6ef73f07d08c148e16e0d63da2",
|
||||
"bytes": 1019
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/c2-backchannel-logout__01-current-state.txt",
|
||||
"experiment": "c2-backchannel-logout",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-c2-backchannel-logout.md",
|
||||
"sha256": "83d527a40c3766920c7385a140c1a6697763dc163ce7ba3d5e12efe1815cc1dc",
|
||||
"bytes": 459
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/c2-backchannel-logout__02-configure-idp.txt",
|
||||
"experiment": "c2-backchannel-logout",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-c2-backchannel-logout.md",
|
||||
"sha256": "2fe6350790105e1f048819383d8904a1f147798418c1377c2438108076a0fcf5",
|
||||
"bytes": 271
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/c2-backchannel-logout__03-logout-attempt.txt",
|
||||
"experiment": "c2-backchannel-logout",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-c2-backchannel-logout.md",
|
||||
"sha256": "b7879bfc596af17e6200046772dade2d100044b72d0e7000ba14e07121f7024c",
|
||||
"bytes": 758
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/c2-backchannel-logout__04-reachability.txt",
|
||||
"experiment": "c2-backchannel-logout",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-c2-backchannel-logout.md",
|
||||
"sha256": "eff1b9cfa901013c6bb1a2c956b44ecd2856cd20cadd31bcda35bf480b4cbaf3",
|
||||
"bytes": 370
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/d1-backup-restore__01-backup.txt",
|
||||
"experiment": "d1-backup-restore",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-d1-backup-restore.md",
|
||||
"sha256": "dc8fd517af2665ddda9acaf3a66d7910acc304d37d930ce43419fc1e00c3b804",
|
||||
"bytes": 802
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/d1-backup-restore__02-destruction.txt",
|
||||
"experiment": "d1-backup-restore",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-d1-backup-restore.md",
|
||||
"sha256": "94801872131d39b836b9301f4ec3a028d565de97ec20b7319cff47b652e2c5eb",
|
||||
"bytes": 816
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/d1-backup-restore__03-restore.txt",
|
||||
"experiment": "d1-backup-restore",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-d1-backup-restore.md",
|
||||
"sha256": "b386beb86b12d7d8b1c48f9181c474c40cfcb6cde8298ce1168aedcacb866279",
|
||||
"bytes": 890
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/d2-version-upgrade__01-pre-upgrade.txt",
|
||||
"experiment": "d2-version-upgrade",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-d2-version-upgrade.md",
|
||||
"sha256": "917ca2a011eb488b0ef248d63d8b0b61f1a25a608a43ebfb21f67de81cad956b",
|
||||
"bytes": 294
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/d2-version-upgrade__02-rollback-attempt.txt",
|
||||
"experiment": "d2-version-upgrade",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-d2-version-upgrade.md",
|
||||
"sha256": "f4b64b4ea49a927bf53e0702afc32d54c7233897ca433c9d1f0513df07bc7427",
|
||||
"bytes": 1284
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/d2-version-upgrade__03-roll-forward.txt",
|
||||
"experiment": "d2-version-upgrade",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-d2-version-upgrade.md",
|
||||
"sha256": "87da54385262799b7cc96fe25c0df4749998c99ff7e908abbcd4c113000855e9",
|
||||
"bytes": 1056
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/d3-secret-management__01-base64-not-encryption.txt",
|
||||
"experiment": "d3-secret-management",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-d3-secret-management.md",
|
||||
"sha256": "8948ccf89bcf965c0124f0810873bc6022270a2184cca62c12d065e94f2290d4",
|
||||
"bytes": 710
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/d3-secret-management__02-at-rest.txt",
|
||||
"experiment": "d3-secret-management",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-d3-secret-management.md",
|
||||
"sha256": "821e654aa8c8288cbcd6066ec1bddffb4d03ee04e4073cc946df02dbe03a175d",
|
||||
"bytes": 890
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"raw": "evidence/raw/d4-certificate-renewal__01-certificate-state.txt",
|
||||
"experiment": "d4-certificate-renewal",
|
||||
"executedAt": "2026-09-04T22:38:38+09:00",
|
||||
"executedAtSource": "파일 mtime. 수집 시각의 근사치이며, 원문 머리말에 적힌 시각이 있으면 그쪽이 정확하다",
|
||||
"revision": "cdac9b8178391311d8eca1ebc6cac15bb62d79af",
|
||||
"command": null,
|
||||
"commandNote": "이 파일 하나를 만든 단일 명령이 없다. 여러 명령의 출력을 모은 기록이며 명령 전문은 해설 문서의 「재현 절차」 절에 있다",
|
||||
"cwd": "kc-lab-1 (k3s server) 또는 dev 머신 — 원문 머리말 참조",
|
||||
"exitCode": null,
|
||||
"sourceDoc": "../source/docs/experiment-d4-certificate-renewal.md",
|
||||
"sha256": "7745fefd0ba3cd171dc273df43de5b276873d469d2f1a33fd58b5e1d9b6cfe18",
|
||||
"bytes": 1509
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user