You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This PR contains fixes for bugs or optimizations discovered while preparing for the CCR demo.
The changes are:
On the shard detail, flip the ordering of the graphs so the Ops delay graph appears first. As a result of this, we also changed the ordering of the columns in the main ccr page table to show this order: Sync Lag (ops), Last fetch time, Ops synced (from Ops synced, Last fetch time, Sync Lag (ops))
Fix a bug with the Last fetch time where it was attempting to perform a delta of max and min across the time period, but that data is not a counter and we just need to grab the latest document's value and render that.
14:13:35 error An unexpected error occurred: "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.2.1.tgz: Request failed "502 Bad Gateway"".
14:13:35 info If you think this is a bug, please open a bug report with the information provided in "/var/lib/jenkins/workspace/elastic+kibana+pull-request+multijob-intake/kibana/packages/kbn-eslint-import-resolver-kibana/yarn-error.log".
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains fixes for bugs or optimizations discovered while preparing for the CCR demo.
The changes are:
Ops delay
graph appears first. As a result of this, we also changed the ordering of the columns in the main ccr page table to show this order:Sync Lag (ops), Last fetch time, Ops synced
(fromOps synced, Last fetch time, Sync Lag (ops)
)Last fetch time
where it was attempting to perform a delta of max and min across the time period, but that data is not a counter and we just need to grab the latest document's value and render that.