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 2021/01/19 07:04:32 UTC

[GitHub] [pulsar] thanhcb opened a new issue #9233: Can't get generic schema for topic as worker in prestosql

thanhcb opened a new issue #9233:
URL: https://github.com/apache/pulsar/issues/9233


   i built a cluster of prestosql with 2 nodes, 1 node coordinator, and the other is worker. I produced the messages with AVRO schema to a topic, and then using prestosql to query in my brokers. The coordinator loaded schema, read data and responsed to presto is fine, but worker is error, can't load generic schema. I tried to switch role of 2 nodes and the node of coordinator (before is worker being error) is worked fine, and the node of worker (before is coordinator being fine) is error. The result of request still work because of cooridnator processing all requests, not worker. How to fix that ??
   
   Coordinator load schema is fine
   ![Screenshot from 2021-01-19 11-25-51](https://user-images.githubusercontent.com/34120284/104988957-f686ab80-5a4b-11eb-9e0c-f5abceb9ad71.png)
   
   Worker load schema is error
   ![Screenshot from 2021-01-19 11-25-23](https://user-images.githubusercontent.com/34120284/104988992-0a321200-5a4c-11eb-851e-b88f2dc61d23.png)
   
   Data and presto cluster
   ![Screenshot from 2021-01-19 11-26-06](https://user-images.githubusercontent.com/34120284/104989018-1b7b1e80-5a4c-11eb-868f-7c16f197fb96.png)
   ![Screenshot from 2021-01-19 11-26-24](https://user-images.githubusercontent.com/34120284/104989022-1d44e200-5a4c-11eb-9a22-d5eb308197ea.png)


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



[GitHub] [pulsar] codelipenghui commented on issue #9233: Can't get generic schema for topic as worker in prestosql

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #9233:
URL: https://github.com/apache/pulsar/issues/9233#issuecomment-770230684


   @thanhcb Which pulsar version are you using? If it is a problem that can be reproduced stably, could you please provide the reproduce steps such as which schema are you using when to produce the messages


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



[GitHub] [pulsar] codelipenghui commented on issue #9233: Can't get generic schema for topic as worker in prestosql

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #9233:
URL: https://github.com/apache/pulsar/issues/9233#issuecomment-1058894106


   The issue had no activity for 30 days, mark with Stale label.


-- 
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@pulsar.apache.org

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