Jamie
Jamie
afraid not, sorry.
Can confirm this is still an issue :(
I can confirm removing `KMScheduleLeaderElectionFeature` from `application.features` did not fix this for us on CMAK 3.0.0.4 (from latest master) and Kafka 2.4.0 Getting this in the logs: ``` Mar 11...
Updating our Zookeeper version from 3.4.14 to 3.5.7 fixed this for us
Just to add to this - not quite as game breaking as world corruption but sorting (specifcally in my case on the sorter) does seem to cause around 20 seconds...
@Neilpang You should probably request a CVE for this.
Build passed on everything but Python 3.3 due to `wheel requires Python '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*' but the running Python is 3.3.6`
I believe so: ``` TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [os.path.join(BASE_DIR, 'templates')], 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [ 'django.template.context_processors.debug', 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages', ], }, }, } ```
I fixed up the pagination in my PR here sinced I needed it for a project: https://github.com/billputer/go-namecheap/pull/21
I'm running into this issue too, I am running `Version 2.3.0 (1.3763232242)` so it does indeed look like the speculative fix isn't working as intended. It's happened a few times...