Fork me on GitHub
#onyx
<
2017-09-29
>
gmercer09:09:39

anyone else have DNS issues with http://www.onyxplatform.org ?

jasonbell10:09:48

's server DNS address could not be found. Yes

gmercer10:09:53

seems to be back now !! 😃

maxk13:09:48

Anyone experienced :cause "No response from driver within timeout" :data {:original-exception :io.aeron.exceptions.DriverTimeoutException} exception?

michaeldrogalis14:09:59

Weird. Thanks @gmercer & @jasonbell. Just got on now. Wonder what happened.

michaeldrogalis14:09:15

@maxk Which version of Onyx are you on?

ben.mumford15:09:21

hi all, i'm having a little trouble with aero (i used the onyx starter to create my project): :zookeeper.server/port #profile {:prod #long #env ZK_PORT :dev 2181 :test 2188}

ben.mumford15:09:41

gives me Failed to validate "-c resources/config.edn": Not a valid Aero or EDN file

michaeldrogalis15:09:45

@maxk Embedded or external Aeron? Is it happening reliability, every time, or periodically? That’s usually indicative of resource underallocation

michaeldrogalis15:09:55

@ben.mumford Hmm, been a while since I’ve used Aero, but here’s a tip. Remove the reader literals one at a time until that particular error subsides.

michaeldrogalis15:09:01

For what it’s worth we don’t use Aero anymore, we grew into different patterns but haven’t updated the starter project. But anyway, yeah. One of those reader literals probably isn’t being recognized anymore.

ben.mumford15:09:19

what pattern do you use now?

michaeldrogalis15:09:35

Component around a config file, assoc’ing values read out of environment variables at boot up time.

maxk16:09:54

@michaeldrogalis, behavior is the same for both embedded and external. With embedded task work some time and then fails, for external failed immediately

michaeldrogalis16:09:59

@maxk Do you have a sense of how frequently GC is running and its duration?

michaeldrogalis16:09:20

Aeron might be getting starved. Also how many peers are running per box?

lucasbradstreet16:09:20

@maxk Definitely look into the number of peers. The defaults are tuned for smaller numbers of high performance peers.