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

Added Executor and increased timeout to help with stability #301

Merged
merged 5 commits into from
Oct 24, 2023

Conversation

patduin
Copy link
Contributor

@patduin patduin commented Oct 24, 2023

No description provided.

@patduin patduin requested a review from a team as a code owner October 24, 2023 13:30
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@@ -196,7 +196,7 @@ void open(HiveUgiArgs ugiArgs) {
// Wait before launching the next round of connection retries.
if (!isConnected && (retryDelaySeconds > 0) && ((attempt + 1) < retries)) {
try {
LOG.info("Waiting " + retryDelaySeconds + " seconds before next connection attempt.");
LOG.debug("Waiting " + retryDelaySeconds + " seconds before next connection attempt.");
Copy link
Member

Choose a reason for hiding this comment

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

does this log not help with detecting slow metastore issues ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't think so, we're already printing an info on line 124. This just adds to clutter imho.

Patrick Duin and others added 4 commits October 24, 2023 15:41
@patduin patduin merged commit 9238dfb into main Oct 24, 2023
4 checks passed
@patduin patduin deleted the fix/timeout_is_available_call_2 branch October 24, 2023 14:04
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.

3 participants