morningman commented on pull request #3762:
URL: https://github.com/apache/incubator-doris/pull/3762#issuecomment-640690789
> > Hi @decster , in your comment, you said `When TabletManager::get_tablet
is called, only return Tablet, if the underlying tablet is MemTablet, return an
error, this keeps the initial code changes small.`
> > But i didn't see the code change related to it?
>
> the related change is in tablet_manager TabletManager::_get_tablet_unlocked
>
> ```
> if (ret->is_memory()) {
> LOG(FATAL) << "_get_tablet_unlocked get MemTablet";
> return TabletSharedPtr();
> }
> ```
OK, I see~
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]