Re: [PR] [feat](binlog) Add Support recover binlog [doris]

2024-12-11 Thread via GitHub
w41ter merged PR #44818: URL: https://github.com/apache/doris/pull/44818 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apach

Re: [PR] [feat](binlog) Add Support recover binlog [doris]

2024-12-11 Thread via GitHub
github-actions[bot] commented on PR #44818: URL: https://github.com/apache/doris/pull/44818#issuecomment-2534857257 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [feat](binlog) Add Support recover binlog [doris]

2024-12-09 Thread via GitHub
Vallishp commented on PR #44818: URL: https://github.com/apache/doris/pull/44818#issuecomment-2528865577 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

Re: [PR] [feat](binlog) Add Support recover binlog [doris]

2024-12-09 Thread via GitHub
Vallishp commented on PR #44818: URL: https://github.com/apache/doris/pull/44818#issuecomment-2527679573 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

Re: [PR] [feat](binlog) Add Support recover binlog [doris]

2024-12-09 Thread via GitHub
github-actions[bot] commented on PR #44818: URL: https://github.com/apache/doris/pull/44818#issuecomment-2527688140 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [feat](binlog) Add Support recover binlog [doris]

2024-12-09 Thread via GitHub
github-actions[bot] commented on PR #44818: URL: https://github.com/apache/doris/pull/44818#issuecomment-2527261831 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [feat](binlog) Add Support recover binlog [doris]

2024-12-09 Thread via GitHub
github-actions[bot] commented on PR #44818: URL: https://github.com/apache/doris/pull/44818#issuecomment-2527260726 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [feat](binlog) Add Support recover binlog [doris]

2024-12-09 Thread via GitHub
Vallishp commented on code in PR #44818: URL: https://github.com/apache/doris/pull/44818#discussion_r1875564300 ## fe/fe-core/src/main/java/org/apache/doris/binlog/BinlogManager.java: ## @@ -446,6 +447,17 @@ public void addDropRollup(DropInfo info, long commitSeq) { add

Re: [PR] [feat](binlog) Add Support recover binlog [doris]

2024-12-09 Thread via GitHub
Vallishp commented on PR #44818: URL: https://github.com/apache/doris/pull/44818#issuecomment-2527254080 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

Re: [PR] [feat](binlog) Add Support recover binlog [doris]

2024-12-08 Thread via GitHub
w41ter commented on code in PR #44818: URL: https://github.com/apache/doris/pull/44818#discussion_r1875299749 ## fe/fe-core/src/main/java/org/apache/doris/binlog/BinlogManager.java: ## @@ -446,6 +447,17 @@ public void addDropRollup(DropInfo info, long commitSeq) { addBi

Re: [PR] [feat](binlog) Add Support recover binlog [doris]

2024-12-03 Thread via GitHub
github-actions[bot] commented on PR #44818: URL: https://github.com/apache/doris/pull/44818#issuecomment-2514290636 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [feat](binlog) Add Support recover binlog [doris]

2024-12-03 Thread via GitHub
github-actions[bot] commented on PR #44818: URL: https://github.com/apache/doris/pull/44818#issuecomment-2514290698 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [feat](binlog) Add Support recover binlog [doris]

2024-12-02 Thread via GitHub
Vallishp commented on PR #44818: URL: https://github.com/apache/doris/pull/44818#issuecomment-2512224107 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

Re: [PR] [feat](binlog) Add Support recover binlog [doris]

2024-12-01 Thread via GitHub
Vallishp commented on PR #44818: URL: https://github.com/apache/doris/pull/44818#issuecomment-2509810780 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

Re: [PR] [feat](binlog) Add Support recover binlog [doris]

2024-11-30 Thread via GitHub
dataroaring commented on code in PR #44818: URL: https://github.com/apache/doris/pull/44818#discussion_r1864730714 ## fe/fe-core/src/main/java/org/apache/doris/persist/EditLog.java: ## @@ -297,6 +297,7 @@ public static void loadJournal(Env env, Long logId, JournalEntity journal

Re: [PR] [feat](binlog) Add Support recover binlog [doris]

2024-11-30 Thread via GitHub
doris-robot commented on PR #44818: URL: https://github.com/apache/doris/pull/44818#issuecomment-2508963151 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+proce

[PR] [feat](binlog) Add Support recover binlog [doris]

2024-11-30 Thread via GitHub
Vallishp opened a new pull request, #44818: URL: https://github.com/apache/doris/pull/44818 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: Support recover in ccr-syncer. ### Release note None ### Che