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

BallistaContext::collect() logging is too noisy #352

Closed
andygrove opened this issue May 16, 2021 · 0 comments · Fixed by #394
Closed

BallistaContext::collect() logging is too noisy #352

andygrove opened this issue May 16, 2021 · 0 comments · Fixed by #394
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@andygrove
Copy link
Member

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

When running benchmarks, I see pages of this output and I lose the output I care about.

[2021-05-16T14:01:49Z INFO  ballista::context] Job FobBz8Q is running...
[2021-05-16T14:01:49Z INFO  ballista::context] Job FobBz8Q is running...
[2021-05-16T14:01:49Z INFO  ballista::context] Job FobBz8Q is running...
[2021-05-16T14:01:49Z INFO  ballista::context] Job FobBz8Q is running...
[2021-05-16T14:01:49Z INFO  ballista::context] Job FobBz8Q is running...
[2021-05-16T14:01:49Z INFO  ballista::context] Job FobBz8Q is running...
[2021-05-16T14:01:49Z INFO  ballista::context] Job FobBz8Q is running...
[2021-05-16T14:01:50Z INFO  ballista::context] Job FobBz8Q is running...
[2021-05-16T14:01:50Z INFO  ballista::context] Job FobBz8Q is running...
[2021-05-16T14:01:50Z INFO  ballista::context] Job FobBz8Q is running...

Describe the solution you'd like
We should either change the log level of this message to TRACE or consider a different approach to keeping the user informed about job status.

Describe alternatives you've considered
None

Additional context
None

@andygrove andygrove added enhancement New feature or request ballista good first issue Good for newcomers labels May 16, 2021
jgoday added a commit to jgoday/arrow-datafusion that referenced this issue May 23, 2021
…nfo messages for trace inside collect loop

# Please enter the commit message for your changes. Lines starting
# with '#' will be kept; you may remove them yourself if you want to.
# An empty message aborts the commit.
#
# Date:      Sun May 23 12:07:25 2021 +0200
#
# On branch ballista_context_collect_info
# Changes to be committed:
#	modified:   ballista/rust/client/src/context.rs
#
jgoday added a commit to jgoday/arrow-datafusion that referenced this issue May 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant