Skip to content

doris manager build error [Bug]  #9914

@bookeezhou

Description

@bookeezhou

Search before asking

  • I had searched in the issues and found no similar issues.

Version

doris manager 1.0.0_rc03

What's Wrong?

build doris manager encouter error with spring boot 2.5.2

emplace sprint boot 2.6.3 build successfully.

run : start_manager.sh get below error:


APPLICATION FAILED TO START


Description:

The dependencies of some of the beans in the application context form a cycle:

paloUserSpaceController (field private org.apache.doris.stack.service.PaloUserSpaceService org.apache.doris.stack.controller.PaloUserSpaceController.spaceService)

paloUserSpaceService (field private org.apache.doris.stack.component.DorisManagerUserSpaceComponent org.apache.doris.stack.service.PaloUserSpaceService.userSpaceComponent)
┌─────┐
| dorisManagerUserSpaceComponent (field private org.apache.doris.stack.control.manager.DorisClusterManager org.apache.doris.stack.component.DorisManagerUserSpaceComponent.clusterManager)
↑ ↓
| dorisClusterManager (field private org.apache.doris.stack.component.DorisManagerUserSpaceComponent org.apache.doris.stack.control.manager.DorisClusterManager.userSpaceComponent)
└─────┘

Action:

Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.

What You Expected?

help me start doris manager

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions