You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -224,6 +225,7 @@ HBase data persists across full `down`/`up` cycles.
224
225
| Added a Maven dep to `phoenix-ddb-rest/pom.xml`|`--build phoenix-adapters-rest`. New dep downloads once; cache warms after. |
225
226
| Clean slate |`docker compose ... down -v` then `up -d --build`. |
226
227
| Code doesn't seem picked up | You ran `restart` instead of `up --build`. `restart` does not rebuild. |
228
+
| Stack left running for days / many smoke iterations | HBase + REST logs grow unbounded inside the containers. `down -v` periodically to reclaim disk. |
227
229
228
230
### Pre-PR checklist
229
231
@@ -240,7 +242,7 @@ bash docker/scripts/smoke.sh
240
242
docker compose -f docker/docker-compose.yml down -v
241
243
```
242
244
243
-
If `smoke.sh` finishes with `Result: 20 checks PASSED across 18 API calls`,
245
+
If `smoke.sh` finishes with `Result: 21 checks PASSED across 18 API calls`,
244
246
your change is wire-compatible end to end through Phoenix on dockerized
245
247
HBase across CRUD, batch, and the change-stream chain.
0 commit comments