Created 10-18-2017 10:26 PM
Hi All,
Thanks,
I am getting this following error. When a data source of high throughput, is streamed.
Failed to write contents of the message to FlowFile due to IOException thrown from ListenUDP[id=23d0ed8d-fc4e-3d93-84e9-2cc601ba2f61]: java.io.FileNotFoundException: /data02/content_repository,/data04/grid03/653/1508365004240-1515149 (No space left on device)
I am using ListenUDP and mergeContent processor.
Another issue how do I tune the performance of ListenUDP and mergeContent?
Like what should be my optimal buffer size for listenUDP to stream 10000 events per second
Thanks again
Dheeru
Created 10-19-2017 02:37 PM
That message obviously means that you don't have the disk space to run the flow as it is currently configured.
The answer to the other questions are covered by the other post you made.
Created 10-19-2017 02:37 PM
That message obviously means that you don't have the disk space to run the flow as it is currently configured.
The answer to the other questions are covered by the other post you made.
Created 10-19-2017 03:17 PM
Appreciate your help.
Yes it is indicating that I have run out of the disk space. which was proved by this screenshot, however the acutal size of disk 4.5TB.
Thanks