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

[Remote cluster state] Emit metrics for timeout for metadata transfer to remote store #10687

Open
dhwanilpatel opened this issue Oct 18, 2023 · 1 comment

Comments

@dhwanilpatel
Copy link
Contributor

dhwanilpatel commented Oct 18, 2023

Is your feature request related to a problem? Please describe.
In remote cluster state, we transfer files to remote store for IndexMetadata/GlobalMetadata. We should emit metrics around timeouts in those transfer. Cover for both IndexMetadata and GlobalMetadata.

if (latch.await(INDEX_METADATA_UPLOAD_WAIT_MILLIS, TimeUnit.MILLISECONDS) == false) {
IndexMetadataTransferException ex = new IndexMetadataTransferException(
String.format(
Locale.ROOT,
"Timed out waiting for transfer of index metadata to complete - %s",
toUpload.stream().map(IndexMetadata::getIndex).map(Index::toString).collect(Collectors.joining(""))
)
);
exceptionList.forEach(ex::addSuppressed);
throw ex;
}

Meta issue: #10523

@dhwanilpatel dhwanilpatel added enhancement Enhancement or improvement to existing feature or request untriaged labels Oct 18, 2023
@linuxpi linuxpi added Cluster Manager Storage Issues and PRs relating to data and metadata storage Storage:Remote v2.12.0 Issues and PRs related to version 2.12.0 and removed enhancement Enhancement or improvement to existing feature or request untriaged labels Oct 30, 2023
@soosinha soosinha removed the v2.12.0 Issues and PRs related to version 2.12.0 label Mar 8, 2024
@Bukhtawar Bukhtawar added ClusterManager:RemoteState and removed Storage Issues and PRs relating to data and metadata storage Storage:Remote labels May 16, 2024
@rwali-aws rwali-aws added the good first issue Good for newcomers label Jul 4, 2024
@rwali-aws
Copy link

[Triage - attendees 1 2 3 4 5 6]

@dhwanilpatel This issue is tagged to #10523, which is already closed. Do you know if this issue can be closed as well?

@rajiv-kv rajiv-kv moved this from 🆕 New to Now(This Quarter) in Cluster Manager Project Board Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Now(This Quarter)
Development

No branches or pull requests

5 participants