You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/12/29 03:44:43 UTC

[GitHub] wangsz05 opened a new issue #2100: Field named sdb in segment index not found

wangsz05 opened a new issue #2100: Field named sdb in segment index not found
URL: https://github.com/apache/incubator-skywalking/issues/2100
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   
   ___
   ### Question
   - What do you want to know?
   how can I solve the issue?
   ___
   ### Bug
   - Which version of SkyWalking, OS and JRE?
   
    SkyWalking 5.0GA   + elasticsearch-5.6.14
   
   HI  when I start the collectorService.sh ,I meet the "Field named sdb in segment index not found". the collector start fail
   
   the trace is like this:
   
   2018-12-29 11:26:28,885 - org.apache.skywalking.apm.collector.boot.CollectorBootStartUp -3476 [main] ERROR [] - Field named sdb in segment index not found.
   org.apache.skywalking.apm.collector.core.module.ModuleStartException: Field named sdb in segment index not found.
           at org.apache.skywalking.apm.collector.storage.es.StorageModuleEsProvider.start(StorageModuleEsProvider.java:127) ~[collector-storage-es-provider-5.0.0-GA.jar:5.0.0-GA]
           at org.apache.skywalking.apm.collector.core.module.BootstrapFlow.start(BootstrapFlow.java:61) ~[apm-collector-core-5.0.0-GA.jar:5.0.0-GA]
           at org.apache.skywalking.apm.collector.core.module.ModuleManager.init(ModuleManager.java:68) ~[apm-collector-core-5.0.0-GA.jar:5.0.0-GA]
           at org.apache.skywalking.apm.collector.boot.CollectorBootStartUp.main(CollectorBootStartUp.java:45) [apm-collector-boot-5.0.0-GA.jar:5.0.0-GA]
   Caused by: org.apache.skywalking.apm.collector.storage.StorageInstallException: Field named sdb in segment index not found.
           at org.apache.skywalking.apm.collector.storage.es.base.define.ElasticSearchStorageInstaller.columnCheck(ElasticSearchStorageInstaller.java:72) ~[collector-storage-es-provider-5.0.0-GA.jar:5.0.0-GA]
           at org.apache.skywalking.apm.collector.storage.StorageInstaller.install(StorageInstaller.java:60) ~[collector-storage-define-5.0.0-GA.jar:5.0.0-GA]
           at org.apache.skywalking.apm.collector.storage.es.StorageModuleEsProvider.start(StorageModuleEsProvider.java:125) ~[collector-storage-es-provider-5.0.0-GA.jar:5.0.0-GA]
           ... 3 more
   "skywalking-collector-server.log" 585L, 133930C           
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services