[
https://issues.apache.org/jira/browse/HDDS-1501?focusedWorklogId=242891&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-242891
]
ASF GitHub Bot logged work on HDDS-1501:
----------------------------------------
Author: ASF GitHub Bot
Created on: 15/May/19 22:08
Start Date: 15/May/19 22:08
Worklog Time Spent: 10m
Work Description: swagle commented on pull request #819: HDDS-1501 :
Create a Recon task interface to update internal DB on updates from OM.
URL: https://github.com/apache/hadoop/pull/819#discussion_r284470960
##########
File path:
hadoop-ozone/ozone-recon/src/main/java/org/apache/hadoop/ozone/recon/ReconServerConfigKeys.java
##########
@@ -112,6 +112,10 @@
public static final String OZONE_RECON_SQL_MAX_IDLE_CONNECTION_TEST_STMT =
"ozone.recon.sql.db.conn.idle.test";
+ public static final String OZONE_RECON_TASK_THREAD_COUNT_KEY =
+ "ozone.recon.task.thread.count";
+ public static final int OZONE_RECON_TASK_THREAD_COUNT_DEFAULT = 1;
Review comment:
Why create a fix sized threadpool vs create a thread per task?
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 242891)
Time Spent: 1h (was: 50m)
> Create a Recon task interface that is used to update the aggregate DB
> whenever updates from OM are received.
> ------------------------------------------------------------------------------------------------------------
>
> Key: HDDS-1501
> URL: https://issues.apache.org/jira/browse/HDDS-1501
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Components: Ozone Recon
> Reporter: Aravindan Vijayan
> Assignee: Aravindan Vijayan
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.5.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]