forked from RepentantGopher/tnt-kafka
-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
In Centos:8 with Tarantool Enterprise 1.10.5-15-gcfd9d54
No one use "localhost:9092"
type 'help' for interactive help
tarantool> kafka= require('kafka')
---
...
tarantool> kafka.Producer.create({brokers = "localhost:9092"})
malloc(): unsorted double linked list corrupted
Aborted
tarantool> kafka.Producer.create({brokers = "localhost:9092"})
---
- null
- 'Failed to create thread: Success (0)'
...
tarantool> tarantool: ../nptl/pthread_mutex_lock.c:433: __pthread_mutex_lock_full: Assertion `INTERNAL_SYSCALL_ERRNO (e, __err) != ESRCH || !robust' failed.
Aborted
tarantool> kafka= require('kafka')
---
...
tarantool> kafka.Producer.create({brokers = "localhost:9092"})
---
- null
- 'Failed to create thread: Success (0)'
...
tarantool> tarantool: tpp.c:84: __pthread_tpp_change_priority: Assertion `new_prio == -1 || (new_prio >= fifo_min_prio && new_prio <= fifo_max_prio)' failed.
Aborted
Metadata
Metadata
Assignees
Labels
No labels