eric-millin

Results 6 comments of eric-millin

FWIW, I would consider PRing this change, but would need a little guidance.

I wasn't able to use the pre-start script do to constraints on deployment. Here is the script that I'm using ```shell TIMEOUT=30 HN=$(hostname -f) if [ "$?" != "0" ]...

That's waiting for the configserver to resolve. The issue I see is when the current host name doesn't resolve. In ECS there's a delay between when the container starts and...

There was a bug (it didn't sleep between iterations) in an earlier version of my script. I fixed it.

I'll reproduce it again. I suspect the problem is something like this: https://github.com/vespa-engine/vespa/blob/f4d3229d20f1c7ab617efd9ab7067c1d825fa792/vespalib/src/apps/vespa-validate-hostname/validate_hostname.cpp#L43

Occurred to me that distinguishing `Batched` items from `Batch` might help.