-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
[Pending Cluster Tasks][Allocation] Add context on 'shard-failed' #102606
Comments
Pinging @elastic/es-distributed (Team:Distributed) |
This highlights a general problem with the descriptions for cluster tasks being a bit of a mess. Originally |
Appends the FailedShardEntry request to the 'shard-failed' task source string in ShardFailedTransportHandler.messageReceived(). This information will now be available in the 'source' string for shard failed task entries in the Cluster Pending Tasks API response. This source string change matches what is done in the ShardStartedTransportHandler. Closes elastic#102606.
Appends the FailedShardEntry request to the 'shard-failed' task source string in ShardFailedTransportHandler.messageReceived(). This information will now be available in the 'source' string for shard failed task entries in the Cluster Pending Tasks API response. This source string change matches what is done in the ShardStartedTransportHandler. Closes elastic#102606.
Pinging @elastic/es-distributed-obsolete (Team:Distributed (Obsolete)) |
Pinging @elastic/es-distributed-coordination (Team:Distributed Coordination) |
…#125520) Appends the FailedShardEntry request to the 'shard-failed' task source string in ShardFailedTransportHandler.messageReceived(). This information will now be available in the 'source' string for shard failed task entries in the Cluster Pending Tasks API response. This source string change matches what is done in the ShardStartedTransportHandler. Closes elastic#102606.
Description
👋 howdy, team!
Would you kindly consider adding in the index name to Cluster Pending Tasks for
shard-failed
(ballpark code) similar as is done forshard-started
(code)?Currently emitted examples where
shard-started
is informative butshard-failed
is not:The text was updated successfully, but these errors were encountered: