https://pinot.apache.org/ logo
k

Kishore G

08/18/2020, 12:11 AM
Can you check?
c

Christian Acuna

08/18/2020, 12:17 AM
Copy code
java.lang.IllegalStateException: Failed to find schema for table: DnsForwarderServiceStatus_OFFLINE
2020-08-11T19:25:34.163447878Z 	at shaded.com.google.common.base.Preconditions.checkState(Preconditions.java:518) ~[pinot-all-0.5.0-SNAPSHOT-jar-with-dependencies.jar:0.5.0-SNAPSHOT-0fc081157c88734af0433c3cd30f310474d177f0]
2020-08-11T19:25:34.163451622Z 	at org.apache.pinot.broker.routing.timeboundary.TimeBoundaryManager.<init>(TimeBoundaryManager.java:70) ~[pinot-all-0.5.0-SNAPSHOT-jar-with-dependencies.jar:0.5.0-SNAPSHOT-0fc081157c88734af0433c3cd30f310474d177f0]
2020-08-11T19:25:34.163455499Z 	at org.apache.pinot.broker.routing.RoutingManager.buildRouting(RoutingManager.java:332) ~[pinot-all-0.5.0-SNAPSHOT-jar-with-dependencies.jar:0.5.0-SNAPSHOT-0fc081157c88734af0433c3cd30f310474d177f0]
2020-08-11T19:25:34.163459899Z 	at org.apache.pinot.broker.broker.helix.BrokerResourceOnlineOfflineStateModelFactory$BrokerResourceOnlineOfflineStateModel.onBecomeOnlineFromOffline(BrokerResourceOnlineOfflineStateModelFactory.java:80) [pinot-all-0.5.0-SNAPSHOT-jar-with-dependencies.jar:0.5.0-SNAPSHOT-0fc081157c88734af0433c3cd30f310474d177f0]
2020-08-11T19:25:34.163475914Z 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_262]
2020-08-11T19:25:34.163479345Z 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_262]
2020-08-11T19:25:34.163482766Z 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_262]
2020-08-11T19:25:34.163485942Z 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_262]
2020-08-11T19:25:34.163489682Z 	at org.apache.helix.messaging.handling.HelixStateTransitionHandler.invoke(HelixStateTransitionHandler.java:404) [pinot-all-0.5.0-SNAPSHOT-jar-with-dependencies.jar:0.5.0-SNAPSHOT-0fc081157c88734af0433c3cd30f310474d177f0]
2020-08-11T19:25:34.163494402Z 	at org.apache.helix.messaging.handling.HelixStateTransitionHandler.handleMessage(HelixStateTransitionHandler.java:331) [pinot-all-0.5.0-SNAPSHOT-jar-with-dependencies.jar:0.5.0-SNAPSHOT-0fc081157c88734af0433c3cd30f310474d177f0]
2020-08-11T19:25:34.163497921Z 	at org.apache.helix.messaging.handling.HelixTask.call(HelixTask.java:97) [pinot-all-0.5.0-SNAPSHOT-jar-with-dependencies.jar:0.5.0-SNAPSHOT-0fc081157c88734af0433c3cd30f310474d177f0]
2020-08-11T19:25:34.163501167Z 	at org.apache.helix.messaging.handling.HelixTask.call(HelixTask.java:49) [pinot-all-0.5.0-SNAPSHOT-jar-with-dependencies.jar:0.5.0-SNAPSHOT-0fc081157c88734af0433c3cd30f310474d177f0]
2020-08-11T19:25:34.163504538Z 	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_262]
2020-08-11T19:25:34.163507576Z 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_262]
2020-08-11T19:25:34.163510878Z 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_262]
2020-08-11T19:25:34.163513952Z 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_262]
2020-08-11T19:25:34.164626975Z 2020/08/11 19:25:34.163 ERROR [HelixStateTransitionHandler] [HelixTaskExecutor-message_handle_thread] Exception while executing a state transition task DnsForwarderServiceStatus_OFFLINE
we had some issues with our ZK and it was refusing connection for a period of time and these errors show up around that time. Is there a way to refresh the table?
should I just delete the offline table and recreate it again?
thanks for your help pointing me where to look in the logs @Kishore G
k

Kishore G

08/18/2020, 12:20 AM
Restarting the pod should fix it
c

Christian Acuna

08/18/2020, 12:20 AM
k, I’ll try that!
restart the broker or controller?
k

Kishore G

08/18/2020, 12:21 AM
Broker