This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2.4' | |
services: | |
traefik: | |
container_name: traefik | |
image: traefik:2.2 | |
command: | |
- --accesslog=true | |
- --global.sendanonymoususage=false | |
- --providers.docker.endpoint=unix:///var/run/docker.sock | |
- --providers.docker.exposedbydefault=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git diff src/common/utils/ldap/ldap.go | |
diff --git a/src/common/utils/ldap/ldap.go b/src/common/utils/ldap/ldap.go | |
index 512af7618..5afad84cc 100644 | |
--- a/src/common/utils/ldap/ldap.go | |
+++ b/src/common/utils/ldap/ldap.go | |
@@ -221,6 +221,7 @@ func (session *Session) SearchUser(username string) ([]models.LdapUser, error) { | |
u.GroupDNList = groupDNList | |
} | |
+ /* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Full thread dump OpenJDK 64-Bit Server VM (25.161-b14 mixed mode): | |
"server-timer" #15 daemon prio=5 os_prio=0 tid=0x00007f44f8029ad0 nid=0x1435 in Object.wait() [0x00007f44ebbfa000] | |
java.lang.Thread.State: TIMED_WAITING (on object monitor) | |
at java.lang.Object.wait(Native Method) | |
- waiting on <0x0000000743e40158> (a java.util.TaskQueue) | |
at java.util.TimerThread.mainLoop(Timer.java:552) | |
- locked <0x0000000743e40158> (a java.util.TaskQueue) | |
at java.util.TimerThread.run(Timer.java:505) |