keith-turner commented on issue #3210: URL: https://github.com/apache/accumulo/issues/3210#issuecomment-1465388246
One minor difference between online and ondemand on the client side is the behavior when a tablet does not have a location. For on demand tables the client would need to request the tablet be loaded. For online tables the client would not need to make this request, it knows that the goal is to get tablets loaded as soon as possible. If a client were aware of what ranges of an ondemand table were pinned, then it could avoid making the request. However, if the client does make an unneeded request to load a tablet it should be fine but could place unnecessary load on manager for an online table that happens to have some tablets that temporarily do not have a location. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
