Uh oh!
There was an error while loading. Please reload this page.
[fix](docker compose) Fix Object of type 'Cluster' is not JSON serializable - #42605
Merged
Conversation
doris-robot
commented
Oct 28, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
deardeng
commented
Oct 28, 2024
ContributorAuthor
run buildall |
Contributor
PR approved by anyone and no changes requested. |
Contributor
PR approved by at least one committer and no changes requested. |
morrySnow pushed a commit
to morrySnow/incubator-doris
that referenced
this pull request
Mar 26, 2026
…7561) Cherry-pick all docker/runtime/ changes from apache/doris master that are missing in branch-hotfix-selectdb-doris-3.1-hubspot. Includes changes from PRs: apache#42068apache#42208apache#42564apache#42605apache#43040apache#43085apache#43200apache#45503apache#45926apache#46387apache#47342apache#47837apache#48183apache#48839apache#48898apache#49343apache#49874apache#50247apache#50536apache#50604apache#50745apache#50922apache#51357apache#51693apache#54321apache#54392apache#54950apache#55299apache#55548apache#55615apache#55671apache#55824apache#56471apache#56757apache#56917apache#57113apache#57236apache#57345apache#57374apache#57695apache#58229apache#58565apache#58638apache#59039apache#59292apache#59480apache#59553apache#60060apache#60458 ## Proposed changes Issue Number: close #xxx <!--Describe your changes.--> Co-authored-by: catpineapple <catpineapple@users.noreply.github.com>
HappenLee pushed a commit
to HappenLee/incubator-doris
that referenced
this pull request
Apr 24, 2026
…izable (apache#42605) due to apache#42266 Fix ``` python -W ignore /mnt/disk2/dengxin/apache_doris/docker/runtime/doris-compose/doris-compose.py stop test_clean_tablet_when_rebalance --be-id 1 --outpu t-json { "code": 1, "err": "Traceback (most recent call last):\n File \"/mnt/disk2/dengxin/apache_doris/docker/runtime/doris-compose/doris-compose.py\", line 59, in <module>\n print(utils.pretty_json({\"code\": 0, \"data\": data}), flush=True)\n F ile \"/mnt/disk2/dengxin/apache_doris/docker/runtime/doris-compose/utils.py\", line 324, in pretty_json\n return json.dumps(json_data, indent=4, sort_keys=True)\n File \"/usr/lib64/python3.6/json/__init__.py\", line 238, in dumps\n **kw).encode(obj)\n File \"/usr/lib64/python3.6/json/encoder.py\", line 201, in encode\n chunks = list(chunks)\n File \"/usr/lib64/python3.6/json/encoder.py\", line 430, in _iterencode\n yield from _iterencode_dict(o, _curren t_indent_level)\n File \"/usr/lib64/python3.6/json/encoder.py\", line 404, in _iterencode_dict\n yield from chunks\n File \"/usr/lib64/python3.6/json/encoder.py\", line 325, in _iterencode_list\n yield from chunks\n File \"/usr /lib64/python3.6/json/encoder.py\", line 437, in _iterencode\n o = _default(o)\n File \"/usr/lib64/python3.6/json/encoder.py\", line 180, in default\n o.__class__.__name__)\nTypeError: Object of type 'Cluster' is not JSON seriali zable\n" } ``` ## Proposed changes Issue Number: close #xxx <!--Describe your changes.-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…izable
due to #42266
Fix
Proposed changes
Issue Number: close #xxx