Skip to content
New issue

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

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

Already on GitHub? # to your account

Fixes #520 - fetch the frameworkId from the state store on MesosDriver creation #521

Merged
merged 1 commit into from
Aug 18, 2015

Conversation

gkleiman
Copy link
Member

No description provided.

@gkleiman gkleiman added the bug label Aug 14, 2015
@gkleiman gkleiman added this to the 2.4.0 milestone Aug 14, 2015
class MesosDriverFactory(val mesosScheduler: Scheduler, val frameworkInfo: FrameworkInfo, val config: SchedulerConfiguration) {
class MesosDriverFactory(
val scheduler: Scheduler,
val frameworkIdUtil: FrameworkIdUtil,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this a val? We should avoid exporting dependencies as fields whenever possible.

@gkleiman
Copy link
Member Author

@kolloch: thanks for your review comments! I addressed them and updated the PR.

@gkleiman gkleiman assigned kolloch and unassigned gkleiman Aug 18, 2015
credentialBuilder.build()
}

def buildFrameworkInfo(
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrapping strange

@kolloch
Copy link

kolloch commented Aug 18, 2015

LGTM

gkleiman added a commit that referenced this pull request Aug 18, 2015
Fixes #520 - fetch the frameworkId from the state store on MesosDriver creation
@gkleiman gkleiman merged commit a6e6d93 into master Aug 18, 2015
@gkleiman gkleiman deleted the gk/fix_520 branch August 18, 2015 12:13
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants