Skip to content

[Container] Log split not taking effect for DLedger in container #4192

@cserwen

Description

@cserwen

BUG REPORT

  1. Please describe the issue you observed:
  • What did you do (The steps to reproduce)?
    Container has 3 brokers for each node.

  • What is expected to see?
    Logs belonging to different brokers should be output to different directories.

  • What did you see instead?
    The log is output by defaultAppend, that is, the log is output to the same directory

  1. Please tell us about your environment:
  • branch: 5.0.0-beta
  • Linux
  1. Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
    The logger for different brokers can't be found because brokerId for dLedger may be changed. We should use dLedgerId to replace brokerId for dLedger mode.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions