博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
stormconf.ser does not exist
阅读量:6368 次
发布时间:2019-06-23

本文共 798 字,大约阅读时间需要 2 分钟。

storm 测试集群上一个supervisor 挂掉,查看日志发现:

java.io.FileNotFoundException: File '/home/q/storm/storm-data/supervisor/stormdist/Track_NotFind-66-1372059953/stormconf.ser' does not exist

        at org.apache.commons.io.FileUtils.openInputStream(FileUtils.java:137)
        at org.apache.commons.io.FileUtils.readFileToByteArray(FileUtils.java:1135)

        ……

重启依然会出错,导致重启不了

 

到网上查了一下,发现是storm本身的bug。

Re: [storm-user] Re: Storm 0.8.2 - stormconf.ser does not exist
Hi Michael,
 
I believe I've now fixed this bug. Try out 0.9.0-wip16 and let me know how it goes. Alternatively you can apply this patch to 0.8.2 and build your own release with only this change:
 
 
Let me know how it goes.

 

目前我所使用的是 0.8.1 版本,storm的作者说在 0.9.0-wip16 这个版本修改了这个bug

 

可以手动解决:

           将 { storm.local.dir } 目录下的文件清空,重启就好了。

转载于:https://www.cnblogs.com/yunkong/p/4475434.html

你可能感兴趣的文章
在.NET Workflo“.NET研究”w 3.5中使用多线程提高工作流性能
查看>>
验证Oracle处理速度
查看>>
自己写一个jquery
查看>>
艾伟:C#中抽象类和接口的区别
查看>>
Flink - NetworkEnvironment
查看>>
BZOJ4374 : Little Elephant and Boxes
查看>>
【.Net Framework 体积大?】不安装.net framework 也能运行!?开篇叙述-1
查看>>
LLDP协议、STP协议 笔记
查看>>
如何使用 GroupBy 计数-Count()
查看>>
有了这个课件制作工具,还怕备课有难题?
查看>>
jquery之clone()方法详解
查看>>
Delphi 用文件流读取文本文件字符串的方法
查看>>
php中怎么导入自己写的类
查看>>
C# 委托
查看>>
Using Information Fragments to Answer the Questions Developers Ask
查看>>
JVM学习(4)——全面总结Java的GC算法和回收机制---转载自http://www.cnblogs.com/kubixuesheng/p/5208647.html...
查看>>
getParameter和getAttribute的区别
查看>>
自动工作负载库理论与操作(Automatic Workload Repository,AWR)
查看>>
Redis两种方式实现限流
查看>>
CentOS 7 中使用NTP进行时间同步
查看>>