Robert Hoppe
Robert Hoppe
log spam, or we should differentiate in log levels more.
Then we should rethink how we run some services in our internal infra ;)
Would be great to resolve this ;)
Any updates on that? ;)
Hi guys ;) any update on this issue? I've stumbled upon that problem too :/ - blocks me from using go-git on Azure DevOps.
Maybe @ahus1 or @pedroigor ;) you can help me here? I've seen also a couple of people here having similar issues
@pedroigor the cache configuration is set / written by ``` embed-server --server-config=standalone-ha.xml --std-out=echo echo \-\-\-\ begin:\ cache\ config batch echo \-\-\-\ remote\ store /subsystem=infinispan/cache-container=keycloak:write-attribute(name=module, value="org.keycloak.keycloak-model-infinispan") /socket-binding-group=standard-sockets/remote-destination-outbound-socket-binding=remote-cache:add(host=haproxy-ispn, port=11222) /subsystem=infinispan/cache-container=keycloak/distributed-cache=actionTokens/store=remote:add(cache=actionTokens, remote-servers=[remote-cache], max-batch-size=512,...
@stianst or @pedroigor any hints? I think this is not only affecting me.
@stianst so actually this results in a proper configuration according to the following from the documentation: https://www.keycloak.org/docs/latest/server_installation/  That's what I shared above. The result...
``` jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE h2 sa sa jdbc:postgresql://${env.DB_ADDR:postgres}/${env.DB_DATABASE:keycloak}${env.JDBC_PARAMS:} postgresql 50 200 IdleConnections ${env.DB_USER:keycloak} ${env.DB_PASSWORD:password} SELECT 1 true 60000 org.h2.jdbcx.JdbcDataSource org.postgresql.xa.PGXADataSource false false true org.keycloak.cluster.infinispan.KeycloakHotRodMarshallerFactory keycloak somePASSSSSSS default infinispan SCRAM-SHA-512 false true org.keycloak.cluster.infinispan.KeycloakHotRodMarshallerFactory...