You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/07/21 03:19:27 UTC

[GitHub] [incubator-doris] morningman commented on a change in pull request #1524: Use different ID instead of table ID for base index of an OLAP table

morningman commented on a change in pull request #1524: Use different ID instead of table ID for base index of an OLAP table
URL: https://github.com/apache/incubator-doris/pull/1524#discussion_r305599970
 
 

 ##########
 File path: be/src/common/config.h
 ##########
 @@ -208,7 +208,7 @@ namespace config {
     CONF_Int32(default_num_rows_per_column_file_block, "1024");
     CONF_Int32(max_tablet_num_per_shard, "1024");
     // pending data policy
-    CONF_Int32(pending_data_expire_time_sec, "1800");
+    CONF_Int32(pending_data_expire_time_sec, "60");
 
 Review comment:
   ```suggestion
       CONF_Int32(pending_data_expire_time_sec, "1800");
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org