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

changed asynch call to future/blocking #352

Closed
wants to merge 8 commits into from

Conversation

skakker
Copy link
Contributor

@skakker skakker commented Mar 19, 2018

No description provided.

@skakker skakker changed the base branch from master to customSHSWork March 19, 2018 07:03
@@ -94,38 +92,41 @@ class SparkFetcher(fetcherConfigurationData: FetcherConfigurationData)
Success(data)
},
e => {
logger.error(s"Failed fetching data for ${appId}", e)
logger.error(s"Failed fetching data for ${appId}")
Copy link
Contributor

Choose a reason for hiding this comment

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

As discussed, retain the exception message and turn this into a warning message.

@@ -16,11 +16,9 @@

package com.linkedin.drelephant.spark.fetchers

import scala.async.Async
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you update the description of this PR with the motivation behind this change?

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

Successfully merging this pull request may close these issues.

2 participants