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

[Bug]: Replica assignment doesn't work #3423

Closed
sehz opened this issue Jul 28, 2023 · 0 comments
Closed

[Bug]: Replica assignment doesn't work #3423

sehz opened this issue Jul 28, 2023 · 0 comments
Assignees
Labels
bug Something isn't working CLI StreamController Streaming Controller
Milestone

Comments

@sehz
Copy link
Contributor

sehz commented Jul 28, 2023

What happened
replica assignment fails

Expected behavior
topic with replica assignment should work

Describe the setup

Release Channel      : stable
Fluvio CLI           : 0.10.13
Fluvio CLI SHA256    : c83592af48c629a17c1210c1bf222865d897aeb7ed28e1350e6a3121f07efb13
Fluvio channel frontend SHA256 : 34c0fec193c5b5e429f19eb96d3f3ac2f511ca8bc55bb1c263e3d2527476a14

How to reproduce it (as minimally and precisely as possible)

Using configuration from https://www.fluvio.io/docs/architecture/replica-assignment/

{ 
    "partitions": [{
            "id": 0,
            "replicas": [5001, 5002,] 
        }
    ]
}
$ fluvio cluster start --local --spu 2
$ fluvio topic create test2 -f b.json
cannot parse replica assignment file "b.json": missing field `maps` at line 11 column 1

Log output

Environment (please complete the following information):

  • OS: [Mac]

Additional context

@sehz sehz added the bug Something isn't working label Jul 28, 2023
@sehz sehz added this to the 0.10.14 milestone Jul 28, 2023
@sehz sehz self-assigned this Jul 28, 2023
@sehz sehz added CLI StreamController Streaming Controller labels Jul 28, 2023
@bors bors bot closed this as completed in ac4453b Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CLI StreamController Streaming Controller
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant