In cassandra 2.1.4, if you run "nodetool status" without any keyspace specified, you will get a Note:

1
2
3
4
5
6
7
8
9
$ nodetool status
Datacenter: datacenter1
=======================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
--  Address    Load       Tokens  Owns    Host ID                               Rack
UN  127.0.0.1  71.47 KB   256     ?       2d428831-4551-43ec-9a90-254adc9c214e  rack1
 
Note: Non-system keyspaces don't have the same replication settings, effective ownership information is meaningless

That's not an error. It is an informative message when using 'nodetool status' without specifying a keyspace.

1
2
3
4
5
6
7
$ nodetool status tweetsentiment
Datacenter: datacenter1
=======================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
--  Address    Load       Tokens  Owns (effective)  Host ID                               Rack
UN  127.0.0.1  71.47 KB   256     100.0%            2d428831-4551-43ec-9a90-254adc9c214e  rack1
 

最新文章

  1. Entity Framework 教程——模型浏览器
  2. 【bzoj1231】[Usaco2008 Nov]mixup2 混乱的奶牛
  3. SQL 重置自增列的值 批量处理
  4. discuz 使用阿里云OSS
  5. navicat从下载到使用
  6. .NET: XML
  7. phpcmsv9全站搜索,不限模型
  8. 转:BZERO()等的区别
  9. prepareStatement的用法和解释
  10. linux下如何修改iptables开启80端口
  11. nginx的平滑升级
  12. WebApiClient的接口输入验证
  13. static(静态)关键字
  14. token回话保持,axios请求拦截和导航守卫以及token过期处理
  15. 利用python操作excel
  16. ReactNative组件之scrollView实现轮播
  17. 无法解析db.properties,spring报错:Caused by: java.sql.SQLException: unkow jdbc driver : ${url}
  18. kettle教程二
  19. 直流电机驱动,TIMER口配置
  20. 新型智能芯片nxp----嗯质朴

热门文章

  1. AudioManager详解(结合源代码)
  2. Android得知Scroller(两)——ViewGroup转让scrollTo()
  3. 一个非常给力的播放器video-js
  4. 【贪心+中位数】【UVa 11300】 分金币
  5. 五、MP3文件认识上的几个误区
  6. c# 异步调用简单例子(转载)
  7. C# 中的常用正则表达式大全
  8. react学习之props
  9. 解决在IE浏览器下 boder边框出现断裂或虚线的问题
  10. Binary Numbers(HDU1390)