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

FMWK-497 Replace usages of Info.request() with client.info() #760

Merged
merged 25 commits into from
Jul 23, 2024

Conversation

agrgr
Copy link

@agrgr agrgr commented Jul 18, 2024

No description provided.

@agrgr agrgr requested review from roimenashe and reugn July 18, 2024 13:12
@agrgr agrgr marked this pull request as ready for review July 23, 2024 06:36
import java.util.concurrent.CompletionException;
import java.util.concurrent.TimeUnit;

@Slf4j
Copy link
Member

Choose a reason for hiding this comment

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

We have @Slf4j but no logs here, might be useful to add log.debug/log.trace to log info requests

Copy link
Author

Choose a reason for hiding this comment

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

The annotation was left after debugging, we already have logging before running info commands (index exists, refresh indexes etc.). Removing this annotation

@agrgr agrgr merged commit eb05ff4 into main Jul 23, 2024
8 checks passed
@agrgr agrgr deleted the FMWK-497-use-async-info-commands branch July 23, 2024 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants