buffaloDeveloper commented on issue #15696:
URL: https://github.com/apache/druid/issues/15696#issuecomment-1983977703

   Follow HTTP calls are failing.  Note I just tried 29.0.0 and I'm seeing the 
same issues:
   **sql?capabilities**
   {
       "error": "Unknown exception",
       "errorClass": "org.codehaus.commons.compiler.InternalCompilerException",
       "host": null,
       "errorCode": "legacyQueryException",
       "persona": "OPERATOR",
       "category": "RUNTIME_FAILURE",
       "errorMessage": "Compiling 
\"GeneratedMetadata_ExplainVisibilityHandler\" in Line 19, Column 14: Line 33, 
Column 28: Compiling \"isVisibleInExplain(org.apache.calcite.rel.RelNode r, 
org.apache.calcite.rel.metadata.RelMetadataQuery mq, 
org.apache.calcite.sql.SqlExplainLevel a2)\"",
       "context": {
           "host": null,
           "errorClass": 
"org.codehaus.commons.compiler.InternalCompilerException",
           "legacyErrorCode": "Unknown exception"
       }
   }
   
   **sql:**
   {
       "error": "Unknown exception",
       "errorClass": "org.codehaus.commons.compiler.InternalCompilerException",
       "host": null,
       "errorCode": "legacyQueryException",
       "persona": "OPERATOR",
       "category": "RUNTIME_FAILURE",
       "errorMessage": "Compiling \"GeneratedMetadata_CollationHandler\" in 
Line 19, Column 14: Line 31, Column 50: Compiling 
\"collations(org.apache.calcite.rel.RelNode r, 
org.apache.calcite.rel.metadata.RelMetadataQuery mq)\"",
       "context": {
           "host": null,
           "errorClass": 
"org.codehaus.commons.compiler.InternalCompilerException",
           "legacyErrorCode": "Unknown exception"
       }
   }
   **status:**
   {
   "cause2":"io.kubernetes.client.openapi.ApiException: ",
   "cause1":"org.apache.druid.java.util.common.RE: Failed  to get current 
leader for [druid-it-leaderelection-coordinator]",
   "servlet":"org.apache.druid.server.AsyncManagementForwardingServlet-924f3f1",
   "cause0":"java.lang.RuntimeException: org.apache.druid.java.util.common.RE: 
Failed  to get current leader for [druid-it-leaderelection-coordinator]",
   "message":"java.lang.RuntimeException: org.apache.druid.java.util.common.RE: 
Failed  to get current leader for [druid-it-leaderelection-coordinator]",
   "url":"/druid/coordinator/v1/lookups/status",
   "status":"500"
   }


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to