Commit Graph

1495 Commits

Author SHA1 Message Date
silenceqi 461faa46e9 Merge pull request 'collect node logs automatically after associated' (#111) from agent_logs into master 2023-06-01 12:24:47 +08:00
liugq 37a95240f5 collect node logs automatically after associated 2023-06-01 12:23:12 +08:00
silenceqi baee9d0c0e Merge pull request 'agent setup initial implementation' (#110) from agent_setup into master 2023-06-01 10:54:18 +08:00
liugq b1961bc926 remove unused code 2023-06-01 10:47:43 +08:00
liugq c2f1869334 revert console.yml 2023-06-01 10:47:03 +08:00
liugq 0cd8aac956 push config to agent through saving file 2023-06-01 10:20:56 +08:00
Kassian Sun 155cb4cfbe [migration] clear child tasks before split task 2023-06-01 06:10:19 +08:00
liugq e9f9d925f2 refactor agent module 2023-05-30 14:10:22 +08:00
Kassian Sun 09ba88c411 [migration] get instance from scheduler, initialize instance automatically 2023-05-30 11:41:53 +08:00
liugq 4af66c386f init update 2023-05-30 11:32:32 +08:00
liugq e15073e6f5 init 2023-05-30 11:30:11 +08:00
Kassian Sun dd98ba7dff [migration] don't filter out non-running pipeline task 2023-05-26 16:03:07 +08:00
medcl 241c9f57fb sleep when no message was found in queue 2023-05-26 12:02:39 +08:00
liugq 14ed65fa94 update alert template 2023-05-25 15:55:41 +08:00
Kassian Sun d98ea04037 [comparison] info API update progress calculation 2023-05-25 10:07:43 +08:00
silenceqi d615cfb1cf Merge pull request 'split refresh es process list and associate it with registered cluster in console' (#104) from split_associate into master 2023-05-24 14:28:52 +08:00
liugq 2b77b42512 split refresh es process list and associate it with registered cluster in console 2023-05-24 14:23:50 +08:00
liugq d788f9f418 rename agent setting 2023-05-23 17:31:29 +08:00
silenceqi 820b3e3cf0 Merge pull request 'fix wrong agent status of host' (#103) from fix_host_status into master 2023-05-23 16:37:35 +08:00
liugq 605c89222e fix wrong agent status of host 2023-05-23 16:35:44 +08:00
silenceqi 4b9fddcf8d Merge pull request 'fix empty cluster_uuid' (#101) from agent_v3 into master 2023-05-23 15:16:57 +08:00
liugq 8d5e7e8a6b fix empty cluster_uuid 2023-05-23 15:15:56 +08:00
silenceqi 350ef263de Merge pull request 'move agent module from framework to console' (#100) from agent_v3 into master 2023-05-23 14:38:24 +08:00
liugq 43de31f656 nothing 2023-05-23 12:23:36 +08:00
hardy 6b428b204d
add loong64 overwrite when go 1.19.7 fix 2023-05-23 11:07:08 +08:00
hardy ed350da0c1
add loong64 overwrite when go 1.19.7 fix 2023-05-23 11:03:27 +08:00
Kassian Sun 1789d74ece [migration] add option to skip scroll/bulk count check 2023-05-19 19:15:11 +08:00
Kassian Sun 5000deefa9 [migration] fix missing partition for running sub tasks 2023-05-19 19:12:37 +08:00
Kassian Sun 86c8615537 [comparison] always clean queue after task ended 2023-05-19 18:35:04 +08:00
silenceqi 6e98f7287b Merge pull request '[migration] pipeline_task use execution_instance_id from labels' (#97) from feature/pipeline_task into master 2023-05-19 15:41:36 +08:00
Kassian Sun a00bc59d6b [migration] pipeline_task use execution_instance_id from labels 2023-05-19 15:31:42 +08:00
Kassian Sun be09c69212 [comparison] fill execution_instance_id for pipeline tasks 2023-05-19 15:25:32 +08:00
Kassian Sun 02243264e8 [comparison] merge source/target dump partitions 2023-05-19 14:42:23 +08:00
Kassian Sun d4202897e1 [migration][util] handle nil slice without error log 2023-05-19 14:15:55 +08:00
Kassian Sun 6cceb8af26 [migration] add back module.go 2023-05-19 09:46:52 +08:00
sunjiacheng cc2fd546cf Merge pull request '[comparison] add info APIs' (#92) from feature/comparison into master 2023-05-19 09:22:22 +08:00
Kassian Sun 7620a76ef7 [migration] cleanup unused code 2023-05-18 22:27:20 +08:00
Kassian Sun b95b1ff703 [comparison] add info APIs
- add comparison task info & by index info API
- update comparison task permission control
- unify migration task progress calculation
- cluster migration/comparison set start time
- add split task utilities
- clear index migration/comparison state before running
2023-05-18 17:06:34 +08:00
Kassian Sun 5825bd0f71 [migration] split pipeline code, clear labels for each type 2023-05-17 19:11:03 +08:00
silenceqi 4474ab7fc4 Merge pull request '[comparison] initial implementation' (#90) from feature/comparison into master 2023-05-17 18:09:27 +08:00
Kassian Sun d0706f460d [migration] handle dump_hash/index_diff pending_stop 2023-05-17 17:43:44 +08:00
Kassian Sun 8d27425fc0 [migration] fix GetChildTasks 2023-05-17 16:58:38 +08:00
Kassian Sun 556a3d49d8 [migration] extract UpdateStoppedChildTasksToReady 2023-05-17 16:44:27 +08:00
Kassian Sun 7e79c509b2 [comparison] initial implementation
- handle new task types: cluster_comparison, index_comparison
- handle new pipeline tasks: dump_hash, index_diff
- split common task APIs
- add cluster_comparison task creation API
- optimize & clean migration codes
2023-05-17 15:43:34 +08:00
silenceqi 79bf42c775 Merge pull request 'update alerting initialization template' (#89) from initialization_tpl into master 2023-05-17 12:25:22 +08:00
liugq 4c949e350a update alerting initialization template 2023-05-17 12:22:01 +08:00
silenceqi d76b2295b4 Merge pull request 'support refer env variables in alert template' (#88) from alert_env_support into master 2023-05-17 12:19:12 +08:00
liugq ba9fbd94bb support refer env variables in alert template 2023-05-17 12:14:51 +08:00
silenceqi 32f22205eb Merge pull request 'fix no index,node metadata after console setup' (#87) from fix_metadata into master 2023-05-17 12:04:24 +08:00
liugq d1ef70d8d1 fix no index,node metadata after console setup 2023-05-17 12:03:31 +08:00