Commit 149f7b8
fix: skip Docker restart for Dremio to preserve Nessie metadata cache
After docker compose stop/start for seed caching, Dremio loses its
in-memory metadata cache. The VDS view validator then cannot resolve
Nessie-backed tables, causing all integration model views to fail.
Since the Dremio external seeder with COPY INTO is already fast (~1 min),
seed caching provides no meaningful benefit. Excluding Dremio from the
Docker restart eliminates the metadata cache loss entirely.
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>1 parent 9f5623e commit 149f7b8
1 file changed
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | 359 | | |
366 | 360 | | |
367 | 361 | | |
| |||
0 commit comments