Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nil pointer when failed to create mesos executor driver #54

Open
pingginp opened this issue Sep 1, 2018 · 0 comments
Open

nil pointer when failed to create mesos executor driver #54

pingginp opened this issue Sep 1, 2018 · 0 comments

Comments

@pingginp
Copy link

pingginp commented Sep 1, 2018

If you don't give any argument when start executor, log.Errorf does not terminate process

https://github.com/paypal/dce-go/blob/develop/dce/main.go#L374-L383

	driver, err := exec.NewMesosExecutorDriver(dConfig)
	if err != nil {
		log.Errorf("Unable to create a ExecutorDriver : %v\n", err.Error())
	}

	_, err = driver.Start()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant