e8be023b35
[typo](docker) Adjust the indentation format of the init_be and entry_point scripts, as well as the duration of loop execution(Merge-2.1). ( #45860 )
...
### What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Master PR: #45308
Problem Summary:
Adjust the indentation format of the `init_be` and `entry_point`
scripts, as well as the duration of loop execution.
Adjust the smallest unit of all indentations to a single tab character,
and modify the loop duration when checking the BE startup status,
changing both from 300 seconds to 30 seconds to speed up the overall
Docker startup time.
2024-12-25 12:16:42 +08:00
980f28f9e2
[feat](docker)Modify the init_be and start_be scripts to meet the requirements for rapid Docker startup(Merge 2.1). ( #45858 )
...
### What problem does this PR solve?
Issue Number: close #xxx
Related PR: #45267
Master PR: #45269
Problem Summary:
To meet the needs of rapid Docker startup, I have made adjustments to
two related scripts in the Docker startup process. First, I added a env
`SKIP_CHECK_ULIMIT` to the `start_be.sh` script, which will skip the
size checks for `swap`, `ulimit`, and `max_map_count`. At the same time,
I used `--console` to start the process and print logs. The reason why I
did not use the `--daemon` daemon command to execute is that starting
with a foreground log printing method in a Docker container is the
correct and reliable approach.
At the same time, I added a check logic for a `be.conf` configuration
item in the `init_be.sh` script: if it is the first time starting,
append the export `SKIP_CHECK_ULIMIT=true` to skip the `ulimit` value
check in the BE process. In summary, these adjustments can meet the
basic requirements for rapid Docker startup usage.
2024-12-25 12:11:14 +08:00
1ac00ea983
branch-2.1: [feat](doris compose) Copy lastest compose code from master branch ( #43464 )
...
Copy lastest code from master branch to support run docker suites
without external doris cluster, enable jvm debug port, ..., etc.
2024-11-08 09:47:19 +08:00
26b1ef428a
[branch-2.1](doris compose) fix docker start failed ( #36534 )
2024-06-20 20:14:17 +08:00
87e6c94851
[docker](script)add --grace to be_prestop.sh ( #33599 )
2024-04-17 23:42:12 +08:00
cc103920d1
[k8s](improve)add docker resource script for k8s ( #33329 )
2024-04-17 23:42:00 +08:00
8c66915bb5
[fix](doris compose) Fix not show ms recycler .out log in cloud mode ( #33489 )
2024-04-12 15:09:25 +08:00
2c87238504
[enhance](S3) Print the oss request id for each error s3 request ( #32491 )
2024-03-21 14:07:50 +08:00
a937c54b2b
[fix](docker)Fix the registration logic of Doris On Docker ( #32026 )
...
* Refactor upgrade documentation
* fix docker be entry point shell
---------
Co-authored-by: Yijia Su <suyijia@selectdb.com >
2024-03-12 14:20:18 +08:00
2ee12b8678
[improvement](docker)Optimize Dockerfile content for FE and BE ( #32027 )
...
* Refactor upgrade documentation
* Optimize Dockerfile content for FE and BE.
* Optimize Dockerfile content for FE and BE.
---------
Co-authored-by: Yijia Su <suyijia@selectdb.com >
2024-03-12 14:20:18 +08:00
1509fbd538
[feature](docker)Doris On Docker All In One ( #31735 )
...
* Refactor upgrade documentation
* Doris On Docker All In One
---------
Co-authored-by: Yijia Su <suyijia@selectdb.com >
2024-03-12 14:19:14 +08:00
649f04e17c
Revert "[feature](doris compose) doris compose use jdk 17 image ( #31775 )"
...
This reverts commit 9d2e5f1c00bd04277b492df979b367e1184c09de.
2024-03-06 13:13:26 +08:00
9d2e5f1c00
[feature](doris compose) doris compose use jdk 17 image ( #31775 )
2024-03-06 13:07:49 +08:00
22b6434054
[feature](doris compose) Add create cloud cluster ( #31315 )
2024-02-27 10:12:19 +08:00
3f988e1b7f
[improvement](doris compose) regression test auto install doris compose requirements ( #29012 )
2024-01-06 20:20:38 +08:00
24cdc00b60
[improvement](doris compose) avoid docker network conflict ( #28957 )
2023-12-29 15:05:28 +08:00
27a3884060
[refactor](docker)Dockerfile shell refactor ( #27569 )
2023-12-16 23:45:06 +08:00
bb4c192a57
[improvement](doris compose) show all cluster ( #28288 )
2023-12-13 01:35:41 +08:00
0282baaf56
[typo](docker) add logs console ( #27570 )
...
doris 2.0.2+ need use start_xx.sh --console
2023-12-06 20:50:09 +08:00
78203c8b7a
[chore](docker cases): support for specifying output from the command line ( #27340 )
2023-11-23 19:36:43 +08:00
1441387e5b
[improvement](doris compose) improve start be container speed ( #27368 )
2023-11-22 11:04:04 +08:00
7b8709a944
[feature](doris compose) Support generate code coverage data ( #26804 )
2023-11-13 21:47:53 +08:00
daeca7d414
[feature](doris compose) support multiple disk types and other improvement ( #25924 )
2023-11-06 23:23:09 +08:00
6a62835f7e
[fix](docker) Add docker ignore files and change docker default sourc… ( #25696 )
2023-10-27 11:23:21 +08:00
73c3e3ab55
[Feature](x-load) support config min replica num for loading data ( #21118 )
2023-10-11 21:07:35 +08:00
b9496b2a8f
[feature](docker) regression test support run suite in docker ( #24508 )
2023-09-24 21:44:16 +08:00
beec0e9169
[Improvement](tablet clone) impr tablet sched speed and fix tablet sched failed too many times ( #21856 )
2023-07-18 23:25:22 +08:00
2e3d15b552
[Feature](doris compose) A tool for setup and manage doris docker cluster scaling easily ( #21649 )
2023-07-12 22:13:38 +08:00
c3e6db827c
[typo][docs] remove unuse config mysql_service_nio_enabled ( #20862 )
2023-06-16 09:58:33 +08:00
f1fd486f84
[fix](docker)Fix docker be init script restart failed bug ( #20505 )
...
fix docker be restart failed bug
2023-06-13 19:05:31 +08:00
43811ea989
[improvement](docker)Change docker shell DorisImage version ( #20581 )
2023-06-08 13:41:17 +08:00
24f9610cbb
[fix](docker)Add container graceful exit logic ( #20474 )
...
Add FE container and BE container to execute the logic of the Stop script when executing the exit command to ensure that the metadata is written successfully and minimize the restart exception caused by BEBJE.
2023-06-06 15:25:21 +08:00
1b02b28c40
[feature](docker)Docker example hive-broker-doris ( #20473 )
...
add new docker example: hdfs-broker-doris
2023-06-06 15:24:58 +08:00
0337dd573c
[fix](docker)Fix docker example script ( #20471 )
...
remove docker example script volumes: conf
2023-06-06 15:24:04 +08:00
f1db1f3663
[fix](docker)Fix BE init script Bug ( #20470 )
...
change /bin/env bash -> /bin/bash
2023-06-06 15:23:35 +08:00
5184b31620
[feature](docker)Add new example MySQL-Flink-Doris Demo ( #20469 )
...
Add new example MySQL-Flink-Doris Demo
2023-06-06 15:23:11 +08:00
c323bc44ff
[feature](docker)add be init script option ( #16909 )
2023-04-18 20:03:18 +08:00
9c7854f1ff
[Enhancement](k8s) Add k8s yaml demo ( #17281 )
2023-03-11 10:56:57 +08:00
697cba9a85
[fix](broker-load) fix broker's Dockerfile ( #17657 )
...
there is some spelling mistake in broker's Dockerfile and need to fix it.
2023-03-11 10:43:09 +08:00
6012fc3605
[feature](docker)Fe docker init script add new interface option ( #16846 )
...
add interface BUILD_TYPE, Values only one "k8s".
e.g.
docker run -itd \
--name=fe-02 \
--env BUILD_TYPE="k8s"
-p 8032:8030 \
-p 9032:9030 \
--network=doris-network \
--ip=172.20.80.4 \
freeoneplus/doris:1.2.2-fe-x86_64
add interface group FE_MASTER_IP & FE_MASTER_PORT & FE_CURRENT_IP & FE_CURRENT_PORT
docker run -itd \
--name=fe-02 \
--env FE_MASTER_IP="172.20.80.2" \
--env FE_MASTER_PORT=9010 \
--env FE_CURRENT_IP="172.20.80.4" \
--env FE_CURRENT_PORT=9010 \
-p 8032:8030 \
-p 9032:9030 \
--network=doris-network \
--ip=172.20.80.4 \
freeoneplus/doris:1.2.2-fe-x86_64
---------
Co-authored-by: Yijia Su <suyijia@selectdb.com >
2023-02-17 08:41:38 +08:00
ce7791c362
[fix](docker)Fix Dockerfile logic ( #16791 )
...
Error log logic fix.
Remove Chinese annotations.
2023-02-16 16:14:43 +08:00
611d9aca10
[feature](docker)Add Docker Broker Init Script ( #16733 )
...
Add Docker Broker Init Script
2023-02-15 19:26:01 +08:00
4a6fd7cc30
[feature](docker) Add Docker BE computer node Interface ( #16630 )
2023-02-14 15:44:26 +08:00
274016f50e
[fix](docker)Fix Docker init_be script ( #16629 )
...
docker_process_sql function have error output.
2023-02-11 16:15:48 +08:00
1cc735f20b
[feature](docker)Refactor Image build script ( #16528 )
...
Co-authored-by: Yijia Su <suyijia@selectdb.com >
2023-02-10 18:30:54 +08:00
05103d88b2
[feature](docker)Add Doris Docker Build Script ( #16522 )
...
Add 3FE & 3BE Build Script
2023-02-10 17:18:26 +08:00
03aa5572da
[feature](docker)Add Broker Docker image related files ( #14621 )
...
Add Broker Docker image related files
2022-11-29 18:34:10 +08:00
724e57bb87
[feature](docker)Add runtime docker image related files ( #14436 )
2022-11-23 23:58:44 +08:00