Yicong-Huang opened a new issue, #6003: URL: https://github.com/apache/texera/issues/6003
### Task Summary Four scripts under `bin/` survived earlier cleanup waves (e.g. #5971, #5973 deleting the deploy-daemon system + per-service wrappers) but are themselves orphans now — zero references in the rest of the tree, and the things they invoke / were paired with are already gone. | File | Status | Why dead | |------|--------|----------| | `bin/terminate-daemon.sh` | 0 refs | Paired with the deleted `bin/deploy-daemon.sh` (#5971 / #5973). Its `kill -9 $(pgrep -f ...)` loop is replaced by `bin/local-dev.sh down`. | | `bin/cron-restart-crashed-worker.sh` | 0 refs | Calls `bin/worker.sh`, which #5973 also deleted — the chain is broken. | | `bin/add-computing-unit-worker.sh` | 0 refs | Hardcodes `target/texera-0.1-SNAPSHOT/...` (current version is `1.3.0-incubating-SNAPSHOT`); path hasn't been valid for years. | | `bin/install-nltk.sh` | 0 refs | One-off NLTK bootstrap that nothing invokes. | Grep across `*.sh`, `*.yml`, `*.yaml`, `*.md`, `*.scala`, `*.py`, `*.ts`, `Dockerfile*` (excluding `.git/`, `target/`, `node_modules/`) returns no callers for any of the four. Delete all four. No tests / CI / docs / labeler / image build pipeline need updates — none of them touch these files. ### Task Type - [x] Refactor / Cleanup - [x] DevOps / Deployment / CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
