Fork me on GitHub
#off-topic
<
2016-06-03
>
juhoteperi12:06:22

Is Slack unusably slow for others? I have to reset the app data like once a day or Slack won't load

juhoteperi12:06:48

And if I try to open Slack in browser, Chrome will crash

kevin4213:06:46

deraen: yes, I’m using the app (for mac), it’s slow when starting and when switching between channels but I don’t need to to clear the cache at least

pesterhazy15:06:02

@juhoteperi: in chrome it's slow but not unusably so

weyj415:06:52

that was happening to me about a week ago, then it went away

jimmy15:06:25

does anyone has the problem with mapper error while using elasticsearch, I only create one index type here. this is the mapping :

{:public-search {:mappings {:developer {:properties {:db/id {:type "long"}, :developer/description {:type "string"}, :developer/established-date {:type "date", :format "strict_date_optional_time||epoch_millis"}, :developer/logo-url {:type "string"}, :developer/name {:type "string"}, :developer/total-project {:type "long"}}}}}}

;; update mapping 
  (put "/public-search/_mapping/developer"
       {:properties {:developer/name {:type "string" :analyzer "standard" :search_analyzer "whitespace"}}})

;; error
backend.utils.elasticsearch=>                          #_=> "{\"error\":{\"root_cause\":[{\"type\":\"illegal_argument_exception\",\"reason\":\"Mapper for [developer/name] conflicts with existing mapping in other types:\\n[mapper [developer/name] has different [analyzer]]\"}],\"type\":\"illegal_argument_exception\",\"reason\":\"Mapper for [developer/name] conflicts with existing mapping in other types:\\n[mapper [developer/name] has different [analyzer]]\"},\"status\":400}"