You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "keith-turner (via GitHub)" <gi...@apache.org> on 2023/04/03 23:23:46 UTC

[GitHub] [accumulo] keith-turner opened a new pull request, #3273: Improves scan server resolution in batch scanner code.

keith-turner opened a new pull request, #3273:
URL: https://github.com/apache/accumulo/pull/3273

   Refactors the batch scanner code to make two improvements.  First mapping ranges to scan servers or tservers was moved under one method. Second the process of mapping ranges to scan servers using the tablet location cache was improved.  The tablet location cache used to organized data in a a way that was useful for immediate scans and eventual scans had to reorganize the data.  A new method was added to the tablet location cache that passes the raw data to a consumer that can orgranize it in any way.  This new method is used for scan servers.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] dlmarion commented on pull request #3273: Improves scan server resolution in batch scanner code.

Posted by "dlmarion (via GitHub)" <gi...@apache.org>.
dlmarion commented on PR #3273:
URL: https://github.com/apache/accumulo/pull/3273#issuecomment-1497576840

   Looks good, kicking off full IT build for this.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] keith-turner commented on pull request #3273: Improves scan server resolution in batch scanner code.

Posted by "keith-turner (via GitHub)" <gi...@apache.org>.
keith-turner commented on PR #3273:
URL: https://github.com/apache/accumulo/pull/3273#issuecomment-1495116913

   This PR is similar to #3272 except its for the batch scanner, it also pulls code from #3143 into its own PR.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] keith-turner commented on pull request #3273: Improves scan server resolution in batch scanner code.

Posted by "keith-turner (via GitHub)" <gi...@apache.org>.
keith-turner commented on PR #3273:
URL: https://github.com/apache/accumulo/pull/3273#issuecomment-1498131505

   > Looks good, kicking off full IT build for this.
   
   Ok going to merge thjis w/ same reason as #3272


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] keith-turner merged pull request #3273: Improves scan server resolution in batch scanner code.

Posted by "keith-turner (via GitHub)" <gi...@apache.org>.
keith-turner merged PR #3273:
URL: https://github.com/apache/accumulo/pull/3273


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org