ERROR 2016-11-09 11:03:24,499 logging 3605 140440945882880 Notify Exception: processor error in pillow CaseToElasticsearchPillow SSL SYSCALL error: EOF detected Traceback (most recent call last): File "corehq/ex-submodules/pillowtop/pillow/interface.py", line 94, in process_changes self.process_with_error_handling(change) File "corehq/ex-submodules/pillowtop/pillow/interface.py", line 111, in process_with_error_handling handle_pillow_error(self, change, ex) File "corehq/ex-submodules/pillowtop/pillow/interface.py", line 179, in handle_pillow_error error = PillowError.get_or_create(change, pillow) File "corehq/ex-submodules/pillow_retry/models.py", line 88, in get_or_create error = cls.objects.get(doc_id=doc_id, pillow=pillow.pillow_id) File "/home/commcarehq/commcare-hq/local/lib/python2.7/site-packages/django/db/models/manager.py", line 127, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) File "/home/commcarehq/commcare-hq/local/lib/python2.7/site-packages/django/db/models/query.py", line 328, in get num = len(clone) File "/home/commcarehq/commcare-hq/local/lib/python2.7/site-packages/django/db/models/query.py", line 144, in __len__ self._fetch_all() File "/home/commcarehq/commcare-hq/local/lib/python2.7/site-packages/django/db/models/query.py", line 965, in _fetch_all self._result_cache = list(self.iterator()) File "/home/commcarehq/commcare-hq/local/lib/python2.7/site-packages/django/db/models/query.py", line 238, in iterator results = compiler.execute_sql() File "/home/commcarehq/commcare-hq/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 840, in execute_sql cursor.execute(sql, params) File "/home/commcarehq/commcare-hq/local/lib/python2.7/site-packages/django/db/backends/utils.py", line 79, in execute return super(CursorDebugWrapper, self).execute(sql, params) File "/home/commcarehq/commcare-hq/local/lib/python2.7/site-packages/django/db/backends/utils.py", line 64, in execute return self.cursor.execute(sql, params) File "/home/commcarehq/commcare-hq/local/lib/python2.7/site-packages/django/db/utils.py", line 98, in __exit__ six.reraise(dj_exc_type, dj_exc_value, traceback) File "/home/commcarehq/commcare-hq/local/lib/python2.7/site-packages/django/db/backends/utils.py", line 64, in execute return self.cursor.execute(sql, params) OperationalError: SSL SYSCALL error: EOF detected on the console after running: /home/commcarehq/commcare-hq/bin/python manage.py run_ptop --pillow-key=core 2016-11-09 11:05:45,182 INFO interface Starting pillow Process Process-4819: Traceback (most recent call last): File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run self._target(*self._args, **self._kwargs) File "corehq/ex-submodules/pillowtop/pillow/interface.py", line 82, in run self.process_changes(since=self.get_last_checkpoint_sequence(), forever=True) File "corehq/ex-submodules/pillowtop/pillow/interface.py", line 66, in get_last_checkpoint_sequence return self.checkpoint.get_or_create_wrapped().wrapped_sequence File "corehq/ex-submodules/pillowtop/checkpoints/manager.py", line 37, in get_or_create_wrapped checkpoint = get_or_create_checkpoint(self.checkpoint_id) File "corehq/ex-submodules/pillowtop/checkpoints/manager.py", line 17, in get_or_create_checkpoint 'timestamp': datetime.utcnow() File "/home/commcarehq/commcare-hq/local/lib/python2.7/site-packages/django/db/models/manager.py", line 127, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) File "/home/commcarehq/commcare-hq/local/lib/python2.7/site-packages/django/db/models/query.py", line 405, in get_or_create return self.get(**lookup), False File "/home/commcarehq/commcare-hq/local/lib/python2.7/site-packages/django/db/models/query.py", line 328, in get num = len(clone) File "/home/commcarehq/commcare-hq/local/lib/python2.7/site-packages/django/db/models/query.py", line 144, in __len__ self._fetch_all() File "/home/commcarehq/commcare-hq/local/lib/python2.7/site-packages/django/db/models/query.py", line 965, in _fetch_all self._result_cache = list(self.iterator()) File "/home/commcarehq/commcare-hq/local/lib/python2.7/site-packages/django/db/models/query.py", line 238, in iterator results = compiler.execute_sql() File "/home/commcarehq/commcare-hq/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 840, in execute_sql cursor.execute(sql, params) File "/home/commcarehq/commcare-hq/local/lib/python2.7/site-packages/django/db/backends/utils.py", line 79, in execute return super(CursorDebugWrapper, self).execute(sql, params) File "/home/commcarehq/commcare-hq/local/lib/python2.7/site-packages/django/db/backends/utils.py", line 64, in execute return self.cursor.execute(sql, params) File "/home/commcarehq/commcare-hq/local/lib/python2.7/site-packages/django/db/utils.py", line 98, in __exit__ six.reraise(dj_exc_type, dj_exc_value, traceback) File "/home/commcarehq/commcare-hq/local/lib/python2.7/site-packages/django/db/backends/utils.py", line 64, in execute return self.cursor.execute(sql, params) OperationalError: SSL SYSCALL error: EOF detected