[fix](meta) fix follower sync image timeout after checkpoint.#26003
Merged
yiguolei merged 2 commits intoapache:masterfrom Oct 27, 2023
Merged
[fix](meta) fix follower sync image timeout after checkpoint.#26003yiguolei merged 2 commits intoapache:masterfrom
yiguolei merged 2 commits intoapache:masterfrom
Conversation
Contributor
Author
|
run buildall |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
Contributor
|
PR approved by at least one committer and no changes requested. |
Contributor
|
PR approved by anyone and no changes requested. |
dutyu
pushed a commit
to dutyu/doris
that referenced
this pull request
Oct 28, 2023
…#26003) The image file of our cluster reaches 2.3G. After the checkpoint, Followers synchronize the image timeout, resulting in the continuous increase of the bdb directory. related pr: apache#25768
luozenglin
pushed a commit
that referenced
this pull request
Nov 2, 2023
gnehil
pushed a commit
to gnehil/doris
that referenced
this pull request
Dec 4, 2023
XuJianxu
pushed a commit
to XuJianxu/doris
that referenced
this pull request
Dec 14, 2023
…#26003) The image file of our cluster reaches 2.3G. After the checkpoint, Followers synchronize the image timeout, resulting in the continuous increase of the bdb directory. related pr: apache#25768
16 tasks
dataroaring
pushed a commit
that referenced
this pull request
May 22, 2025
Related PR: #26003 Problem Summary: > If image file is very huge, it maybe occurs http Read timed out when pulling image from FE Master ```java java.io.IOException: java.net.SocketTimeoutException: Read timed out at org.apache.doris.catalog.Env.getNewImage(Env.java:1664) at org.apache.doris.catalog.Env.getClusterIdAndRole(Env.java:1126) at org.apache.doris.catalog.Env.initialize(Env.java:884) at org.apache.doris.DorisFE.start(DorisFE.java:163) at org.apache.doris.DorisFE.main(DorisFE.java:83) Caused by: java.net.SocketTimeoutException: Read timed out at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun. reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1952) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1947) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.iava:1946) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1516) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1500) at org.apache.doris.master.MetaHelper.getResponse(MetaHelper.java:130) at org.apache.doris.master.MetaHelper.getRemoteFile(MetaHelper.java:98) at org.apache.doris.catalog.Env.getNewImage(Env.java:1657) ... 4 more ```
github-actions bot
pushed a commit
that referenced
this pull request
May 22, 2025
Related PR: #26003 Problem Summary: > If image file is very huge, it maybe occurs http Read timed out when pulling image from FE Master ```java java.io.IOException: java.net.SocketTimeoutException: Read timed out at org.apache.doris.catalog.Env.getNewImage(Env.java:1664) at org.apache.doris.catalog.Env.getClusterIdAndRole(Env.java:1126) at org.apache.doris.catalog.Env.initialize(Env.java:884) at org.apache.doris.DorisFE.start(DorisFE.java:163) at org.apache.doris.DorisFE.main(DorisFE.java:83) Caused by: java.net.SocketTimeoutException: Read timed out at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun. reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1952) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1947) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.iava:1946) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1516) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1500) at org.apache.doris.master.MetaHelper.getResponse(MetaHelper.java:130) at org.apache.doris.master.MetaHelper.getRemoteFile(MetaHelper.java:98) at org.apache.doris.catalog.Env.getNewImage(Env.java:1657) ... 4 more ```
github-actions bot
pushed a commit
that referenced
this pull request
May 22, 2025
Related PR: #26003 Problem Summary: > If image file is very huge, it maybe occurs http Read timed out when pulling image from FE Master ```java java.io.IOException: java.net.SocketTimeoutException: Read timed out at org.apache.doris.catalog.Env.getNewImage(Env.java:1664) at org.apache.doris.catalog.Env.getClusterIdAndRole(Env.java:1126) at org.apache.doris.catalog.Env.initialize(Env.java:884) at org.apache.doris.DorisFE.start(DorisFE.java:163) at org.apache.doris.DorisFE.main(DorisFE.java:83) Caused by: java.net.SocketTimeoutException: Read timed out at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun. reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1952) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1947) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.iava:1946) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1516) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1500) at org.apache.doris.master.MetaHelper.getResponse(MetaHelper.java:130) at org.apache.doris.master.MetaHelper.getRemoteFile(MetaHelper.java:98) at org.apache.doris.catalog.Env.getNewImage(Env.java:1657) ... 4 more ```
koarz
pushed a commit
to koarz/doris
that referenced
this pull request
Jun 4, 2025
…51120) Related PR: apache#26003 Problem Summary: > If image file is very huge, it maybe occurs http Read timed out when pulling image from FE Master ```java java.io.IOException: java.net.SocketTimeoutException: Read timed out at org.apache.doris.catalog.Env.getNewImage(Env.java:1664) at org.apache.doris.catalog.Env.getClusterIdAndRole(Env.java:1126) at org.apache.doris.catalog.Env.initialize(Env.java:884) at org.apache.doris.DorisFE.start(DorisFE.java:163) at org.apache.doris.DorisFE.main(DorisFE.java:83) Caused by: java.net.SocketTimeoutException: Read timed out at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun. reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1952) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1947) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.iava:1946) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1516) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1500) at org.apache.doris.master.MetaHelper.getResponse(MetaHelper.java:130) at org.apache.doris.master.MetaHelper.getRemoteFile(MetaHelper.java:98) at org.apache.doris.catalog.Env.getNewImage(Env.java:1657) ... 4 more ```
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 free
to 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.
Proposed changes
The image file of our cluster reaches 2.3G. After the checkpoint, Followers synchronize the image timeout, resulting in the continuous increase of the bdb directory.
related pr: #25768
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...