danny0405 commented on code in PR #5643:
URL: https://github.com/apache/hudi/pull/5643#discussion_r928360330
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java:
##########
@@ -349,7 +349,7 @@ public class HoodieWriteConfig extends HoodieConfig {
public static final ConfigProperty<String>
EMBEDDED_TIMELINE_SERVER_USE_ASYNC_ENABLE = ConfigProperty
.key("hoodie.embed.timeline.server.async")
- .defaultValue("false")
+ .defaultValue("true")
.withDocumentation("Controls whether or not, the requests to the
timeline server are processed in asynchronous fashion, "
Review Comment:
30+ commits is too few to reproduce, in #6179 , we run about 2000+ commits
to reproduce the problem. I would suggest you to do the same test before switch
the flag.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]