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

chore(bootstrap): print region where table already exists #185

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

wafuwafu13
Copy link
Contributor

Issue #, if available:

Description of changes:

Print region where table already exists for making easier to debug why skip to create new table

ref:

dynein/src/bootstrap.rs

Lines 315 to 322 in d546a36

Ok(desc) => {
println!(
"Started to create table '{}' in {} region. status: {}",
&table_name,
&cx.effective_region().name(),
desc.table_status.unwrap()
);
}

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@StoneDot StoneDot self-requested a review October 16, 2023 05:19
Copy link
Contributor

@StoneDot StoneDot left a comment

Choose a reason for hiding this comment

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

Nice improvement. LGTM

@StoneDot StoneDot merged commit d74311d into awslabs:main Oct 16, 2023
1 check passed
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