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

Online partition count is red #26

Closed
Haarolean opened this issue Jan 23, 2024 · 1 comment · Fixed by #137
Closed

Online partition count is red #26

Haarolean opened this issue Jan 23, 2024 · 1 comment · Fixed by #137
Assignees
Labels
scope/frontend Related to frontend changes status/triage/completed Automatic triage completed type/bug Something isn't working
Milestone

Comments

@Haarolean
Copy link
Member

Haarolean commented Jan 23, 2024

https://discord.com/channels/897805035122077716/1197881542052159608

IMG_2588

brokers.json:

[
    {
        "id": 1,
        "host": "test-region-1-broker-1.kafka",
        "port": 9092,
        "bytesInPerSec": null,
        "bytesOutPerSec": null,
        "partitionsLeader": 18,
        "partitions": 110,
        "inSyncPartitions": 110,
        "partitionsSkew": 0.0,
        "leadersSkew": -1.8
    },
    {
        "id": 2,
        "host": "test-region-1-broker-2.kafka",
        "port": 9092,
        "bytesInPerSec": null,
        "bytesOutPerSec": null,
        "partitionsLeader": 18,
        "partitions": 110,
        "inSyncPartitions": 110,
        "partitionsSkew": 0.0,
        "leadersSkew": -1.8
    },
    {
        "id": 3,
        "host": "test-region-1-broker-3.kafka",
        "port": 9092,
        "bytesInPerSec": null,
        "bytesOutPerSec": null,
        "partitionsLeader": 18,
        "partitions": 110,
        "inSyncPartitions": 110,
        "partitionsSkew": 0.0,
        "leadersSkew": -1.8
    },
    {
        "id": 4,
        "host": "test-region-2-broker-1.kafka",
        "port": 9092,
        "bytesInPerSec": null,
        "bytesOutPerSec": null,
        "partitionsLeader": 19,
        "partitions": 110,
        "inSyncPartitions": 110,
        "partitionsSkew": 0.0,
        "leadersSkew": 3.6
    },
    {
        "id": 5,
        "host": "test-region-2-broker-2.kafka",
        "port": 9092,
        "bytesInPerSec": null,
        "bytesOutPerSec": null,
        "partitionsLeader": 18,
        "partitions": 110,
        "inSyncPartitions": 110,
        "partitionsSkew": 0.0,
        "leadersSkew": -1.8
    },
    {
        "id": 6,
        "host": "test-region-2-broker-3.kafka",
        "port": 9092,
        "bytesInPerSec": null,
        "bytesOutPerSec": null,
        "partitionsLeader": 19,
        "partitions": 110,
        "inSyncPartitions": 110,
        "partitionsSkew": 0.0,
        "leadersSkew": 3.6
    }  
]

stats.json:

{
    "brokerCount": 6,
    "zooKeeperStatus": null,
    "activeControllers": 3,
    "onlinePartitionCount": 110,
    "offlinePartitionCount": 0, 
    "inSyncReplicasCount": 660,
    "outOfSyncReplicasCount": 0,
    "underReplicatedPartitionCount": 0,
    "diskUsage": [
        {
            "brokerId": 1, 
            "segmentSize": 15296,
            "segmentCount": 110
        },
        {
            "brokerId": 2, 
            "segmentSize": 15296,
            "segmentCount": 110
        },
        {
            "brokerId": 3, 
            "segmentSize": 15296,
            "segmentCount": 110
        },
        {
            "brokerId": 4, 
            "segmentSize": 15608,
            "segmentCount": 130
        },
        {
            "brokerId": 5, 
            "segmentSize": 15892,
            "segmentCount": 131
        },
        {
            "brokerId": 6, 
            "segmentSize": 15608,
            "segmentCount": 132
        }
    ],
    "version": "2.7-IV2"
}
@Haarolean Haarolean added scope/frontend Related to frontend changes type/bug Something isn't working status/accepted labels Jan 23, 2024
@github-actions github-actions bot added the status/triage Issues pending maintainers triage label Jan 23, 2024
@Haarolean Haarolean removed the status/triage Issues pending maintainers triage label Jan 24, 2024
@Haarolean Haarolean added this to the 1.0 milestone Jan 24, 2024
@Leshe4ka Leshe4ka self-assigned this Jan 26, 2024
@Haarolean Haarolean added status/triage/completed Automatic triage completed and removed status/accepted labels Jan 26, 2024
@Leshe4ka
Copy link
Contributor

image

@Leshe4ka Leshe4ka linked a pull request Feb 14, 2024 that will close this issue
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope/frontend Related to frontend changes status/triage/completed Automatic triage completed type/bug Something isn't working
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants