Shailesh-Pandey commented on issue #7617: Segments/Tables getting dropped unwantedly URL: https://github.com/apache/incubator-druid/issues/7617#issuecomment-491211936 I looked up in the var folder and found the logs in the folder known as indexing-logs: <<<<<< 2019-03-24T10:52:19,379 INFO [MonitorScheduler-0] org.apache.druid.java.util.emitter.core.LoggingEmitter - Event [{"feed":"metrics","timestamp":"2019-03-24T10:52:19.379Z","service":"druid/middleManager","host":"localhost:8110","version":"0.13.0-incubating","metric":"jvm/mem/used","value":238120536,"dataSource":["table1"],"id":["index_realtime_table1_2019-01-01T00:00:00.000Z_0_0"],"memKind":"heap"}] 2019-03-24T10:52:19,379 INFO [MonitorScheduler-0] org.apache.druid.java.util.emitter.core.LoggingEmitter - Event [{"feed":"metrics","timestamp":"2019-03-24T10:52:19.379Z","service":"druid/middleManager","host":"localhost:8110","version":"0.13.0-incubating","metric":"jvm/mem/init","value":1056964608,"dataSource":["table1"],"id":["index_realtime_table1_2019-01-01T00:00:00.000Z_0_0"],"memKind":"heap"}] 2019-03-24T10:52:19,379 INFO [MonitorScheduler-0] org.apache.druid.java.util.emitter.core.LoggingEmitter - Event [{"feed":"metrics","timestamp":"2019-03-24T10:52:19.379Z","service":"druid/middleManager","host":"localhost:8110","version":"0.13.0-incubating","metric":"jvm/mem/max","value":-1,"dataSource":["table1"],"id":["index_realtime_table1_2019-01-01T00:00:00.000Z_0_0"],"memKind":"nonheap"}] 2019-03-24T10:52:19,379 INFO [MonitorScheduler-0] org.apache.druid.java.util.emitter.core.LoggingEmitter - Event [{"feed":"metrics","timestamp":"2019-03-24T10:52:19.379Z","service":"druid/middleManager","host":"localhost:8110","version":"0.13.0-incubating","metric":"jvm/mem/committed","value":102432768,"dataSource":["table1"],"id":["index_realtime_table1_2019-01-01T00:00:00.000Z_0_0"],"memKind":"nonheap"}] 2019-03-24T10:52:19,379 INFO [MonitorScheduler-0] org.apache.druid.java.util.emitter.core.LoggingEmitter - Event [{"feed":"metrics","timestamp":"2019-03-24T10:52:19.379Z","service":"druid/middleManager","host":"localhost:8110","version":"0.13.0-incubating","metric":"jvm/mem/used","value":100110464,"dataSource":["table1"],"id":["index_realtime_table1_2019-01-01T00:00:00.000Z_0_0"],"memKind":"nonheap"}] 2019-03-24T10:52:19,379 INFO [MonitorScheduler-0] org.apache.druid.java.util.emitter.core.LoggingEmitter - Event [{"feed":"metrics","timestamp":"2019-03-24T10:52:19.379Z","service":"druid/middleManager","host":"localhost:8110","version":"0.13.0-incubating","metric":"jvm/mem/init","value":2555904,"dataSource":["table1"],"id":["index_realtime_table1_2019-01-01T00:00:00.000Z_0_0"],"memKind":"nonheap"}] 2019-03-24T10:52:19,379 INFO [MonitorScheduler-0] org.apache.druid.java.util.emitter.core.LoggingEmitter - Event [{"feed":"metrics","timestamp":"2019-03-24T10:52:19.379Z","service":"druid/middleManager","host":"localhost:8110","version":"0.13.0-incubating","metric":"jvm/pool/max","value":251658240,"dataSource":["table1"],"id":["index_realtime_table1_2019-01-01T00:00:00.000Z_0_0"],"poolKind":"nonheap","poolName":"Code Cache"}] 2019-03-24T10:52:19,379 INFO [MonitorScheduler-0] org.apache.druid.java.util.emitter.core.LoggingEmitter - Event [{"feed":"metrics","timestamp":"2019-03-24T10:52:19.379Z","service":"druid/middleManager","host":"localhost:8110","version":"0.13.0-incubating","metric":"jvm/pool/committed","value":32964608,"dataSource":["table1"],"id":["index_realtime_table1_2019-01-01T00:00:00.000Z_0_0"],"poolKind":"nonheap","poolName":"Code Cache"}] 2019-03-24T10:52:19,379 INFO [MonitorScheduler-0] org.apache.druid.java.util.emitter.core.LoggingEmitter - Event [{"feed":"metrics","timestamp":"2019-03-24T10:52:19.379Z","service":"druid/middleManager","host":"localhost:8110","version":"0.13.0-incubating","metric":"jvm/pool/used","value":32495488,"dataSource":["table1"],"id":["index_realtime_table1_2019-01-01T00:00:00.000Z_0_0"],"poolKind":"nonheap","poolName":"Code Cache"}] 2019-03-24T10:52:19,379 INFO [MonitorScheduler-0] org.apache.druid.java.util.emitter.core.LoggingEmitter - Event [{"feed":"metrics","timestamp":"2019-03-24T10:52:19.379Z","service":"druid/middleManager","host":"localhost:8110","version":"0.13.0-incubating","metric":"jvm/pool/init","value":2555904,"dataSource":["table1"],"id":["index_realtime_table1_2019-01-01T00:00:00.000Z_0_0"],"poolKind":"nonheap","poolName":"Code Ca >>>>>>> The last log ended with Ca only Note: Metadata storage is in derby This is for one table while the other one does not have any logs.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
