You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "yuxuan-luo (via GitHub)" <gi...@apache.org> on 2023/06/15 02:05:14 UTC

[GitHub] [doris] yuxuan-luo opened a new issue, #20835: [Bug] `show data` shows inconsistent results

yuxuan-luo opened a new issue, #20835:
URL: https://github.com/apache/doris/issues/20835

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   1.2
   
   ### What's Wrong?
   
   使用 show data 时,发现有些表的 Size 字段显示为 0 ,但是表中是有数据的
   
   
   
   ### What You Expected?
   
   正确显示
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@doris.apache.org.apache.org

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


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


[GitHub] [doris] zhangnew commented on issue #20835: [Bug] `show data` shows inconsistent results

Posted by "zhangnew (via GitHub)" <gi...@apache.org>.
zhangnew commented on issue #20835:
URL: https://github.com/apache/doris/issues/20835#issuecomment-1676927793

   > Trying set `set_forward_to_master` to `true` before `show data` may be helpful.
   
   @DarvenDuan There is no such option found in docs and source code (branch-2.0)
   
   `Unknown system variable 'set_forward_to_master'`


-- 
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: commits-unsubscribe@doris.apache.org

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


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


[GitHub] [doris] zhangnew commented on issue #20835: [Bug] `show data` shows inconsistent results

Posted by "zhangnew (via GitHub)" <gi...@apache.org>.
zhangnew commented on issue #20835:
URL: https://github.com/apache/doris/issues/20835#issuecomment-1676997034

   > > > Trying set `set_forward_to_master` to `true` before `show data` may be helpful.
   > > 
   > > 
   > > @DarvenDuan There is no such option found in docs and source code (branch-2.0)
   > > `Unknown system variable 'set_forward_to_master'`
   > 
   > sorry, The variable name is `forward_to_master`, `set forward_to_master = true`
   
   The variable does not have any effect. I only have one FE master. Reproducing the issue is easy. Simply create a table, insert some data, and immediately execute "show data". Initially, the data may appear empty, but after waiting for an uncertain amount of time, the data will eventually be displayed. The waiting time can vary, sometimes it may not require any wait, while other times it may take more than 10 seconds or longer.


-- 
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: commits-unsubscribe@doris.apache.org

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


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


[GitHub] [doris] DarvenDuan commented on issue #20835: [Bug] `show data` shows inconsistent results

Posted by "DarvenDuan (via GitHub)" <gi...@apache.org>.
DarvenDuan commented on issue #20835:
URL: https://github.com/apache/doris/issues/20835#issuecomment-1595720225

   Trying set `set_forward_to_master` to `true` before `show data` may be helpful.


-- 
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: commits-unsubscribe@doris.apache.org

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


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


[GitHub] [doris] DarvenDuan commented on issue #20835: [Bug] `show data` shows inconsistent results

Posted by "DarvenDuan (via GitHub)" <gi...@apache.org>.
DarvenDuan commented on issue #20835:
URL: https://github.com/apache/doris/issues/20835#issuecomment-1676988271

   > > Trying set `set_forward_to_master` to `true` before `show data` may be helpful.
   > 
   > @DarvenDuan There is no such option found in docs and source code (branch-2.0)
   > 
   > `Unknown system variable 'set_forward_to_master'`
   
   sorry, The variable name is `forward_to_master`, `set forward_to_master = true`


-- 
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: commits-unsubscribe@doris.apache.org

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


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