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

[GitHub] [pulsar] junquero commented on issue #6501: Pulsar SQL Fails Out of the Box with Default Docker Deployment v2.5.0

junquero commented on issue #6501: Pulsar SQL Fails Out of the Box with Default Docker Deployment v2.5.0
URL: https://github.com/apache/pulsar/issues/6501#issuecomment-595862750
 
 
   Tested also with latest right now. It behaves difeerently:
   
   show schemas does work right, but show tables never ended because the broker did crash
   
   1. presto> `show schemas in pulsar;`
   
   >         Schema
   > -----------------------
   >  information_schema
   >  public/default
   >  public/functions
   >  sample/etx
   >  sample/standalone/ns1
   > (5 rows)
   > 
   > Query 20200305_235341_00001_qunvt, FINISHED, 1 node
   > Splits: 19 total, 19 done (100.00%)
   > 0:05 [5 rows, 104B] [0 rows/s, 19B/s]
   > 
   
   presto> `show tables in pulsar."public/default";`
   
   > Query 20200305_235405_00002_qunvt, RUNNING, 1 node, 19 splits
   > 1:25 [    0 rows,     0B] [    0 rows/s,     0B/s] [>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>] 0%
   > 
   >      STAGES   ROWS  ROWS/s  BYTES  BYTES/s  QUEUED    RUN   DONE
   > 0.........R      0       0     0B       0B       0      1      0
   >   1.......R      0       0     0B       0B       0     17      0
   >     2.....R      0       0     0B       0B       0      1      0
   
   ### here the query hangs and the broker crashes.
   

----------------------------------------------------------------
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