Beinan
Beinan
Hello @g0hl1n , I'm looking for the solution of overriding the package name in rust as you mentioned. Is this feature available in tonic now? thanks!
Thank you @g0hl1n and @LucioFranco for the reply! Actually I just want to put something like `codegen` or `autogen` in the crate name of the generated code, e.g. grpc::autogen::my_service_client. This...
> There are two separate aspects of Alluxio integration: > > * Metastore > * Caching layer > > I don't think we should remove the caching layer -- there's...
> > > > Firstly, we want to replace grpc only under data reading and writing scenario. It will take a long time to replace grpc in all scenario, whether...
> I'm not sure about if the implementation is sound after removing the shared lock... > > https://github.com/Alluxio/alluxio/blob/940fb4642030ea99d481ea461546baed61ad555d/core/server/worker/src/main/java/alluxio/worker/block/BlockLockManager.java#L163-L171 > > The above check is outside of any synchronization section, so...
alluxio-bot, merge this please.
hello @jja725, just wanna address your review comment, I don't know why I cannot reply it. I had tried to use PooledByteBufAllocator below, but it's still calling allocateDirect somehow, because...
alluxio-bot, merge this please.
Great job! just post two flamecharts for paged read and transfer. transfer: (we could see extra buf write)  read: 
alluxio-bot, merge this please