the complete error message:

-su: cannot create temp file for here-document: No space left on device
OpenJDK 64-Bit Server VM warning: Insufficient space for shared memory file:
   /tmp/hsperfdata_root/19721
Try using the -Djava.io.tmpdir= option to select an alternate temp location.
[2015-01-06 19:50:49,244] FATAL  (kafka.Kafka$)
java.io.FileNotFoundException: conf (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:146)
        at java.io.FileInputStream.<init>(FileInputStream.java:101)
        at kafka.utils.Utils$.loadProps(Utils.scala:144)
        at kafka.Kafka$.main(Kafka.scala:34)
        at kafka.Kafka.main(Kafka.scala)

On Tue, Jan 6, 2015 at 11:58 AM, Sa Li <sal...@gmail.com> wrote:

>
> Hi, All
>
> I am doing performance test on our new kafka production server, but after
> sending some messages (even faked message by using bin/kafka-run-class.sh
> org.apache.kafka.clients.tools.ProducerPerformance), it comes out the error
> of connection, and shut down the brokers, after that, I see such errors,
>
> conf-su: cannot create temp file for here-document: No space left on device
>
> How can I fix it, I am concerning that will happen when we start to
> publish real messages in kafka, and should I create some cron to regularly
> clean certain directories?
>
> thanks
>
> --
>
> Alec Li
>



-- 

Alec Li

Reply via email to