Hello, We’re currently testing all of our parsers on our QA environment and as we added more parsers, the enrichment topology started slowing down dramatically. Namely, the indexingBolt had a process latency of 12ms and now it’s 200ms, (Execute latency went from 2 to 25).
Upon further inspection, the indexing bolt has lots and lots of NullPointerExceptions. The logs are less than helpful, as they look like this: 2016-06-07 11:03:29.360 b.s.d.executor [ERROR] java.lang.NullPointerException 2016-06-07 11:03:29.360 b.s.d.executor [ERROR] java.lang.NullPointerException 2016-06-07 11:03:29.360 b.s.d.executor [ERROR] java.lang.NullPointerException 2016-06-07 11:03:29.360 b.s.d.executor [ERROR] java.lang.NullPointerException 2016-06-07 11:03:29.361 b.s.d.executor [ERROR] java.lang.NullPointerException 2016-06-07 11:03:29.361 b.s.d.executor [ERROR] java.lang.NullPointerException 2016-06-07 11:03:29.361 b.s.d.executor [ERROR] java.lang.NullPointerException 2016-06-07 11:03:29.361 b.s.d.executor [ERROR] java.lang.NullPointerException 2016-06-07 11:03:29.361 b.s.d.executor [ERROR] java.lang.NullPointerException 2016-06-07 11:03:29.361 b.s.d.executor [ERROR] java.lang.NullPointerException 2016-06-07 11:03:29.361 b.s.d.executor [ERROR] java.lang.NullPointerException 2016-06-07 11:03:29.362 b.s.d.executor [ERROR] java.lang.NullPointerException 2016-06-07 11:03:29.362 b.s.d.executor [ERROR] java.lang.NullPointerException 2016-06-07 11:03:29.362 b.s.d.executor [ERROR] java.lang.NullPointerException 2016-06-07 11:03:29.362 b.s.d.executor [ERROR] java.lang.NullPointerException 2016-06-07 11:03:29.362 b.s.d.executor [ERROR] java.lang.NullPointerException 2016-06-07 11:03:29.362 b.s.d.executor [ERROR] java.lang.NullPointerException 2016-06-07 11:03:29.363 b.s.d.executor [ERROR] java.lang.NullPointerException 2016-06-07 11:03:29.363 b.s.d.executor [ERROR] java.lang.NullPointerException 2016-06-07 11:03:29.363 b.s.d.executor [ERROR] java.lang.NullPointerException 2016-06-07 11:03:29.363 b.s.d.executor [ERROR] java.lang.NullPointerException 2016-06-07 11:03:29.363 b.s.d.executor [ERROR] java.lang.NullPointerException Has anyone seen this kind of error before and know what is causing it? Thanks, Jonathan Rider ________________________________________________________ The information contained in this e-mail is confidential and/or proprietary to Capital One and/or its affiliates and may only be used solely in performance of work or services for Capital One. The information transmitted herewith is intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer.
