You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/03/20 10:17:44 UTC

[GitHub] [incubator-doris] chaoyli opened a new issue #3165: BetaRowset and PageCacheTest unit test failed

chaoyli opened a new issue #3165: BetaRowset and PageCacheTest unit test failed
URL: https://github.com/apache/incubator-doris/issues/3165
 
 
   I run all the unit test of BE. And unit test related to BetaRowset and PageCacheTest are failed. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] chaoyli commented on issue #3165: BetaRowset and PageCacheTest unit test failed

Posted by GitBox <gi...@apache.org>.
chaoyli commented on issue #3165: BetaRowset and PageCacheTest unit test failed
URL: https://github.com/apache/incubator-doris/issues/3165#issuecomment-601626730
 
 
   PageCacheTest failed because the value is reused of two cache entry. The value is stored in buf which memory is allocated dynamically. If the two cache entry call release function, the memory will be released twice and crashed.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] chaoyli edited a comment on issue #3165: BetaRowset and PageCacheTest unit test failed

Posted by GitBox <gi...@apache.org>.
chaoyli edited a comment on issue #3165: BetaRowset and PageCacheTest unit test failed
URL: https://github.com/apache/incubator-doris/issues/3165#issuecomment-601625514
 
 
   BetaRowset unit test failed because of initializing storage engine failed after import block_manager.
   Before block_manger are initialized upon using. Now it's imported into StorageEngine, so storage engine should be initialized before run BE unit test related BetaRowset.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] chaoyli commented on issue #3165: BetaRowset and PageCacheTest unit test failed

Posted by GitBox <gi...@apache.org>.
chaoyli commented on issue #3165: BetaRowset and PageCacheTest unit test failed
URL: https://github.com/apache/incubator-doris/issues/3165#issuecomment-601625514
 
 
   BetaRowset failed because of initializing storage engine failed after import block_manager.
   Before block_manger are initialized upon using. Now it's imported into StorageEngine, so storage engine should be initialized before run BE unit test related BetaRowset.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] chaoyli closed issue #3165: BetaRowset and PageCacheTest unit test failed

Posted by GitBox <gi...@apache.org>.
chaoyli closed issue #3165: BetaRowset and PageCacheTest unit test failed
URL: https://github.com/apache/incubator-doris/issues/3165
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org