Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

task freeze on "active" state #251

Closed
veonua opened this issue Dec 19, 2018 · 3 comments
Closed

task freeze on "active" state #251

veonua opened this issue Dec 19, 2018 · 3 comments
Labels

Comments

@veonua
Copy link

veonua commented Dec 19, 2018

Problem Description

../batch-shipyard-3.6.1-cli-linux-x86_64 jobs add --tail stdout.txt
creates the task but it never gets to running state

Batch Shipyard Version

3.6.1-cli-linux-x86_64

Steps to Reproduce

usually it happens when I reuse pool name (removing old one from azure portal)
but basically I just create a new pool
../batch-shipyard-3.6.1-cli-linux-x86_64 pool add
and start the task
../batch-shipyard-3.6.1-cli-linux-x86_64 jobs add --tail stdout.txt

Expected Results

task gets prepared and running

Actual Results

task stays in the active state (waiting to start) while node is idle

Additonal Comments

not sure how to debug this, outputs look ok

@veonua
Copy link
Author

veonua commented Dec 19, 2018

ok it seems app needs better validation if pool removed properly, because even

../batch-shipyard-3.6.1-cli-linux-x86_64 pool del

left pool in the Azure dashboard

@alfpark
Copy link
Collaborator

alfpark commented Jan 10, 2019

Pools are not instantaneously deleted.

@alfpark alfpark closed this as completed Jan 10, 2019
@veonua
Copy link
Author

veonua commented Jan 10, 2019

there must be some tests about pool integrity, otherwise user just gets random errors

@alfpark alfpark added question and removed wontfix labels Jan 10, 2019
alfpark added a commit that referenced this issue Jan 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants