Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random crash on IBM AIX system #1211

Closed
9 tasks
asharma339 opened this issue May 12, 2017 · 6 comments
Closed
9 tasks

Random crash on IBM AIX system #1211

asharma339 opened this issue May 12, 2017 · 6 comments

Comments

@asharma339
Copy link
Contributor

asharma339 commented May 12, 2017

Description

I'm running a test which publishes and subscribes to a Kafka topic. On running this test 5-7 times on IBM, it crashes once. Same test works always on Solaris and Linux. I have crash stack:

pic1

Crash happens due to following assertion failure:
rdkafka_op.c:308:rd_kafka_op_destroy: assert: !*"rd_kafka_op_cnt < 0"

Checklist

Please provide the following information:

  • librdkafka version (release number or git tag): 0.9.4
  • Apache Kafka version:
  • librdkafka client configuration:
  • Operating system: AIX ibm
  • Using the legacy Consumer: Yes
  • Using the high-level KafkaConsumer: No
  • Provide logs (with debug=.. as necessary) from librdkafka
  • Provide broker log excerpts
  • Critical issue
@edenhill
Copy link
Contributor

Forgive my ignorance, but what exactly is "IBM" in this context? IBM z/OS?

@asharma339 asharma339 changed the title Random crash on IBM Random crash on IBM AIX system May 12, 2017
@asharma339
Copy link
Contributor Author

uname running on system
$ uname -a
AIX ibm1 1 7 00F85A984C00 powerpc 00F85A984C00 AIX

@edenhill
Copy link
Contributor

Thank you.

AIX is currently not a supported platform, meaning that we're very happy if you use librdkafka on AIX but you can't expect us to be able to sort out these types of issues easily, instead you'll need to rely on your own powers or the community to help out.
Search the librdkafka issues for AIX and see if you can contact any of the previous AIX users and share your experiences.

@asharma339
Copy link
Contributor Author

OK Thanks..I know that AIX is not supported platform. I filed here, just to gain any insight or any feedback, which may be obvious and I may be overlooking. There is one more crash on AIX which happens when client cannot reach Kafka. I think these reports will serve just some potential user if we find any fix or workaround, which we can put here.

@edenhill
Copy link
Contributor

Is this reproducible with the example tools?

@asharma339
Copy link
Contributor Author

I will test and let you know. I will also file second report for other stack which I mentioned earlier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants