kadirozde commented on issue #457: PHOENIX-5190 Implement TaskRegionObserver for Index rebuild URL: https://github.com/apache/phoenix/pull/457#issuecomment-473072677 @gokceni, regarding having one main thread responsible form scanning the system table allows us to separate the system table management concerns from the individual task handing ones. Initially having one thread will be fine as we will not have many tasks. I think, when we need more threads and scheduling task based on their priorities, this would be handled within the system task framework without changing task handling classes if the concerns are separated.
---------------------------------------------------------------- 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] With regards, Apache Git Services
