[ 
https://issues.apache.org/jira/browse/HUDI-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378870#comment-17378870
 ] 

Vinoth Chandar edited comment on HUDI-2151 at 8/5/21, 11:30 PM:
----------------------------------------------------------------

[High Priority] Should probably process things async? Need to look at code and 
confirm, this is the best way to do the async handling. 
{code:java}
public static final ConfigProperty<String> EMBEDDED_TIMELINE_SERVER_USE_ASYNC = 
ConfigProperty
 .key("hoodie.embed.timeline.server.async")
 .defaultValue("false")
 .withDocumentation("Controls whether or not, the requests to the timeline 
server are processed in asynchronous fashion, potentially improving 
throughput.");{code}


was (Author: vc):
Should probably process things async? Need to look at code and confirm, this is 
the best way to do the async handling. 
{code:java}
public static final ConfigProperty<String> EMBEDDED_TIMELINE_SERVER_USE_ASYNC = 
ConfigProperty
 .key("hoodie.embed.timeline.server.async")
 .defaultValue("false")
 .withDocumentation("Controls whether or not, the requests to the timeline 
server are processed in asynchronous fashion, potentially improving 
throughput.");{code}

> Make performant out-of-box configs
> ----------------------------------
>
>                 Key: HUDI-2151
>                 URL: https://issues.apache.org/jira/browse/HUDI-2151
>             Project: Apache Hudi
>          Issue Type: Sub-task
>          Components: Code Cleanup, Docs
>            Reporter: Vinoth Chandar
>            Assignee: Udit Mehrotra
>            Priority: Major
>              Labels: pull-request-available
>
> We have quite a few configs which deliver better performance or usability, 
> but guarded by flags. 
>  This is to identify them, change them, test (functionally, perf) and make 
> them default
>  
> Need to ensure we also capture all the backwards compatibility issues that 
> can arise



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to