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

CcrRollingUpgradeIT fails on CI #59625

Closed
tlrx opened this issue Jul 15, 2020 · 7 comments · Fixed by #60054
Closed

CcrRollingUpgradeIT fails on CI #59625

tlrx opened this issue Jul 15, 2020 · 7 comments · Fixed by #60054
Assignees
Labels
:Distributed Indexing/CCR Issues around the Cross Cluster State Replication features Team:Distributed Meta label for distributed team (obsolete) >test-failure Triaged test failures from CI

Comments

@tlrx tlrx added >test-failure Triaged test failures from CI :Distributed Indexing/CCR Issues around the Cross Cluster State Replication features labels Jul 15, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (:Distributed/CCR)

@elasticmachine elasticmachine added the Team:Distributed Meta label for distributed team (obsolete) label Jul 15, 2020
@dnhatn dnhatn self-assigned this Jul 15, 2020
@dakrone
Copy link
Member

dakrone commented Jul 15, 2020

@dakrone
Copy link
Member

dakrone commented Jul 15, 2020

And another: https://gradle-enterprise.elastic.co/s/jfzdfqa6fi4jc

@dnhatn should this be muted while you're taking a look at it?

lockewritesdocs pushed a commit to lockewritesdocs/elasticsearch that referenced this issue Jul 15, 2020
Updated `_nodes/stats`:
 * Update `script` in `_node/stats` to include stats per context:

```
      "script": {
        "compilations": 1,
        "cache_evictions": 0,
        "compilation_limit_triggered": 0,
        "contexts":[
          {
            "context": "aggregation_selector",
            "compilations": 0,
            "cache_evictions": 0,
            "compilation_limit_triggered": 0
          },

```

Refs: elastic#50152
Backport: elastic#59625
dnhatn added a commit that referenced this issue Jul 15, 2020
@dnhatn
Copy link
Member

dnhatn commented Jul 15, 2020

Thanks @dakrone. I've muted this suite.

@dakrone
Copy link
Member

dakrone commented Jul 15, 2020

I backported the mute commit to 7.9 as it was failing there regularly also

dnhatn added a commit that referenced this issue Jul 16, 2020
@dnhatn dnhatn changed the title CcrRollingUpgradeIT.testUniDirectionalIndexFollowing fails on CI CcrRollingUpgradeIT fails on CI Jul 16, 2020
dnhatn added a commit that referenced this issue Jul 27, 2020
If a primary shard of a follower index is being relocated, then we 
will fail to create a follow-task. This validation is too restricted. 
We should ensure that all primaries of the follower index are active
instead.

Closes #59625
dnhatn added a commit that referenced this issue Jul 27, 2020
If a primary shard of a follower index is being relocated, then we
will fail to create a follow-task. This validation is too restricted.
We should ensure that all primaries of the follower index are active
instead.

Closes #59625
dnhatn added a commit that referenced this issue Jul 27, 2020
If a primary shard of a follower index is being relocated, then we
will fail to create a follow-task. This validation is too restricted.
We should ensure that all primaries of the follower index are active
instead.

Closes #59625
dnhatn added a commit that referenced this issue Jul 28, 2020
If a primary shard of a follower index is being relocated, then we
will fail to create a follow-task. This validation is too restricted.
We should ensure that all primaries of the follower index are active
instead.

Closes #59625
dnhatn added a commit that referenced this issue Aug 11, 2020
If a primary shard of a follower index is being relocated, then we
will fail to create a follow-task. This validation is too restricted.
We should ensure that all primaries of the follower index are active
instead.

Closes #59625
@martijnvg
Copy link
Member

@dnhatn
Copy link
Member

dnhatn commented Aug 20, 2021

@martijnvg I've opened #76765.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Indexing/CCR Issues around the Cross Cluster State Replication features Team:Distributed Meta label for distributed team (obsolete) >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants