-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
lifecycle/staletype/featureThe PR added a new feature or issue requested a new featureThe PR added a new feature or issue requested a new featuretype/flaky-tests
Description
This exception occurs occasionally during builds. Here's one of the places it appeared: https://github.com/apache/pulsar/pull/6202/checks?check_run_id=428130764
[ERROR] Tests run: 15, Failures: 1, Errors: 0, Skipped: 11, Time elapsed: 57.314 s <<< FAILURE! - in org.apache.pulsar.storm.PulsarBoltTest
[ERROR] beforeMethod(org.apache.pulsar.storm.PulsarBoltTest) Time elapsed: 34.056 s <<< FAILURE!
java.lang.IllegalStateException: Failed to initialize producer for persistent://my-property/my-ns/my-topic1 : HTTP get request failed: Internal Server Error
at org.apache.pulsar.storm.PulsarBolt.prepare(PulsarBolt.java:110)
at org.apache.pulsar.storm.PulsarBoltTest.setup(PulsarBoltTest.java:83)
at org.apache.pulsar.storm.PulsarBoltTest.beforeMethod(PulsarBoltTest.java:62)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at . . .
This results in a test failure that looks like this:
[ERROR] org.apache.pulsar.storm.PulsarBoltTest.beforeMethod(org.apache.pulsar.storm.PulsarBoltTest)
[ERROR] Run 1: PulsarBoltTest.beforeMethod:62->setup:83 » IllegalState Failed to initialize p...
I've attached the log archive.
logs_13139.zip
Metadata
Metadata
Assignees
Labels
lifecycle/staletype/featureThe PR added a new feature or issue requested a new featureThe PR added a new feature or issue requested a new featuretype/flaky-tests