This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-08-27
Channels
- # announcements (10)
- # bangalore-clj (1)
- # beginners (130)
- # calva (8)
- # cider (66)
- # circleci (2)
- # clojure (197)
- # clojure-europe (2)
- # clojure-italy (8)
- # clojure-nl (5)
- # clojure-spec (14)
- # clojure-uk (35)
- # clojurescript (46)
- # code-reviews (5)
- # cursive (4)
- # datomic (88)
- # duct (1)
- # emacs (2)
- # figwheel-main (15)
- # fulcro (20)
- # graalvm (1)
- # graphql (3)
- # jackdaw (2)
- # leiningen (2)
- # off-topic (64)
- # pathom (53)
- # re-frame (52)
- # reagent (12)
- # reitit (43)
- # rewrite-clj (1)
- # shadow-cljs (38)
- # spacemacs (3)
- # sql (17)
- # tools-deps (6)
- # vim (30)
Any idea if there are any plans to make HTTP Direct available also for Solo topology?
That would necessitate including an NLB with the Solo topology, which would increase the cost of running it. Personally, I think it might be worth it, since it would make Solo more accurate for prototyping things that would ultimately run on Prod.
Though we don't use Ions anymore, I do agree that having the option to include a NLB for more accurate prototyping is quite valuable.
I wish there was also a cheaper (and necessarily less performant) version of the prod topology...
anyone running datomic on-prem inside a ions setup? (I'm worried about deps conflicts)
Hi, i just tried my first ‘from scratch’ install of the separate DC storage and compute stacks
I’m getting an ApplicationDoesNotExistException
when I try to push. I’ve poked around a bit, and I do see the code deploy app, etc
look at your newly created compute stack in cloudformation dashboard go to outputs and find the name of the codeDeployApplication
make sure that’s the same as what you’re using also check that your AWS creds (and region) you’re using to push are correct for that account
dammit lol. had already checked all of those things. I’m running with God creds.. but sorta forgot to set AWS_PROFILE 😉
Ok running into another (I think actual) issue. the log is full of streams that appear to be the result of instances cycling due to this msg “:datomic.cluster-node/-main failed: Production Compute Stack not found for query group”. I’ve only installed storage and compute
when you ran the compute stack, are you sure you used the compute template and not the query group template by accident?
I’ll retry it but 99.9% certain that I didn’t Is there anything unique in the QG outputs, that I could use as a quick sanity check?
well actually, just reviewing the parameters. None of the QG stuff like “max query group instances” is there
and from the template
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "Creates compute resources needed to run Datomic.",
So looks rightfrom the failed deploy is the system up and running normally prior to doing a deploy?
yeah, this is the one I’ve been working on. THe ‘cycling’ doens’t appear to ahve started until I tried the deploy
what is the application name in your ion-config and what is the deploy command you’re running
and then when you run the deploy what’s the command? the group needs to match the CodeDeployDeploymentGroup
CodeDeployApplicationName ps-cp
CodeDeployDeploymentGroup ps-cp-compute
SystemName ps-cp
and the only thing that’s different (we’ve dozens of solo and prod sized stacks) in the large is that I did the separate stacks from the outset vs the marketplace->first upgrade, etc
and theres not much in the logs. each stream is the same 4 lines of what looks like normal startup housekeeping, then the error
@eoliphant can you file a ticket (<mailto:[email protected]|[email protected]>) and we’ll look further into it
@eoliphant can you try deleting the compute stack and re-creating it?
@eoliphant also, can you provide the first lines of log from when you originally created the stack (when it succeeded originally)?
well this is peculiar, the oldest one I can find is showing the same thing. ugh.. in any case deleting the compute now
ok it’s taking forever, I’d added a VPC endpoint, and forgot to remove it before I started, I thought I caught it before it got there, but I suspect we’re in CF’s 60 min timeout
@eoliphant do you have a lot of ASGs in your account (like more than 50)?