Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
757
labels
stringlengths
4
664
body
stringlengths
3
261k
index
stringclasses
10 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
232k
binary_label
int64
0
1
46,921
13,056,002,441
IssuesEvent
2020-07-30 03:21:32
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
[MuonGun] Weighting Problem (Trac #2139)
Incomplete Migration Migrated from Trac combo simulation defect
Migrated from https://code.icecube.wisc.edu/ticket/2139 ```json { "status": "closed", "changetime": "2019-02-13T14:15:23", "description": "The weighting calculator module sometimes return unrealistic value. Especially for events with multiplicity >1. \nI suspect BundleConverter is not working probably too. It seems the bundle energy and radii are not stored correctly when multiplicity > 1.\nThe problem appears mainly in py2-v3 combo.\n\nAn example can be found at\n/home/ctung/data/MuonGun_Weighting/muongun_weight_full.i3.bz2\nThe last event give two different MuonWeights with different metaproject", "reporter": "ctung", "cc": "", "resolution": "duplicate", "_ts": "1550067323910946", "component": "combo simulation", "summary": "[MuonGun] Weighting Problem", "priority": "normal", "keywords": "MuonGun", "time": "2018-03-02T17:23:04", "milestone": "", "owner": "jvansanten", "type": "defect" } ```
1.0
[MuonGun] Weighting Problem (Trac #2139) - Migrated from https://code.icecube.wisc.edu/ticket/2139 ```json { "status": "closed", "changetime": "2019-02-13T14:15:23", "description": "The weighting calculator module sometimes return unrealistic value. Especially for events with multiplicity >1. \nI suspect BundleConverter is not working probably too. It seems the bundle energy and radii are not stored correctly when multiplicity > 1.\nThe problem appears mainly in py2-v3 combo.\n\nAn example can be found at\n/home/ctung/data/MuonGun_Weighting/muongun_weight_full.i3.bz2\nThe last event give two different MuonWeights with different metaproject", "reporter": "ctung", "cc": "", "resolution": "duplicate", "_ts": "1550067323910946", "component": "combo simulation", "summary": "[MuonGun] Weighting Problem", "priority": "normal", "keywords": "MuonGun", "time": "2018-03-02T17:23:04", "milestone": "", "owner": "jvansanten", "type": "defect" } ```
defect
weighting problem trac migrated from json status closed changetime description the weighting calculator module sometimes return unrealistic value especially for events with multiplicity ni suspect bundleconverter is not working probably too it seems the bundle energy and radii are not stored correctly when multiplicity nthe problem appears mainly in combo n nan example can be found at n home ctung data muongun weighting muongun weight full nthe last event give two different muonweights with different metaproject reporter ctung cc resolution duplicate ts component combo simulation summary weighting problem priority normal keywords muongun time milestone owner jvansanten type defect
1
155,369
5,954,349,093
IssuesEvent
2017-05-27 16:58:10
FStarLang/FStar
https://api.github.com/repos/FStarLang/FStar
closed
Normalizer: interference between joined branches in `match`
bug Priority 1
It seems there's a bug in the reduction for matches when two branches are joined. The following code should verify, since `f (B 5 3)` should evaluate to 3, but it evaluates (apparently) to `-1`, indicating that the `A` pattern is interfering since its names are backwards. ``` type t = | A : int -> int -> t | B : int -> int -> t | C : int -> int -> t let f (x : t) : int = match x with | A j i | B i j -> (i - j) + 1 | C i j -> i + 1 let _ = assert_norm(f (B 5 3) == 3) ``` If one splits the `A` pattern from the `B` pattern (defining the `A` one in whatever way, it's not relevant), the file verifies. It also verifies if one uses `assert` instead of `assert_norm`.
1.0
Normalizer: interference between joined branches in `match` - It seems there's a bug in the reduction for matches when two branches are joined. The following code should verify, since `f (B 5 3)` should evaluate to 3, but it evaluates (apparently) to `-1`, indicating that the `A` pattern is interfering since its names are backwards. ``` type t = | A : int -> int -> t | B : int -> int -> t | C : int -> int -> t let f (x : t) : int = match x with | A j i | B i j -> (i - j) + 1 | C i j -> i + 1 let _ = assert_norm(f (B 5 3) == 3) ``` If one splits the `A` pattern from the `B` pattern (defining the `A` one in whatever way, it's not relevant), the file verifies. It also verifies if one uses `assert` instead of `assert_norm`.
non_defect
normalizer interference between joined branches in match it seems there s a bug in the reduction for matches when two branches are joined the following code should verify since f b should evaluate to but it evaluates apparently to indicating that the a pattern is interfering since its names are backwards type t a int int t b int int t c int int t let f x t int match x with a j i b i j i j c i j i let assert norm f b if one splits the a pattern from the b pattern defining the a one in whatever way it s not relevant the file verifies it also verifies if one uses assert instead of assert norm
0
27,912
5,120,524,929
IssuesEvent
2017-01-09 04:09:58
TNGSB/eWallet
https://api.github.com/repos/TNGSB/eWallet
closed
e-Wallet_Mobile App (Loyalty-Use Vouchers) 15122016 #148
APAC Venture Defect - Medium (Sev-3) Dev Environment
Defect Description : No notification error that the voucher has expired. After 5mins expired, can still use voucher Device : Both Android and IOS UserID : Tng001 Kindly refer the attached POT for your perusal ![no notification on expired session](https://cloud.githubusercontent.com/assets/23113211/21216849/0c65699a-c2e4-11e6-8f4a-7e8ef8089a90.jpg)
1.0
e-Wallet_Mobile App (Loyalty-Use Vouchers) 15122016 #148 - Defect Description : No notification error that the voucher has expired. After 5mins expired, can still use voucher Device : Both Android and IOS UserID : Tng001 Kindly refer the attached POT for your perusal ![no notification on expired session](https://cloud.githubusercontent.com/assets/23113211/21216849/0c65699a-c2e4-11e6-8f4a-7e8ef8089a90.jpg)
defect
e wallet mobile app loyalty use vouchers defect description no notification error that the voucher has expired after expired can still use voucher device both android and ios userid kindly refer the attached pot for your perusal
1
14,879
2,831,390,169
IssuesEvent
2015-05-24 15:55:02
nobodyguy/dslrdashboard
https://api.github.com/repos/nobodyguy/dslrdashboard
closed
RECORD BUTTOM MOVIE ON NIKON D90 IN APP.
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. CANNOT FIND THIS BUTTOM 2. 3. What is the expected output? What do you see instead? I do not know if my camera nikon d90 can record movies with LV on in the android What version of the product are you using? On what operating system? Please provide any additional information below. ``` Original issue reported on code.google.com by `j.manuel...@gmail.com` on 14 May 2013 at 11:07
1.0
RECORD BUTTOM MOVIE ON NIKON D90 IN APP. - ``` What steps will reproduce the problem? 1. CANNOT FIND THIS BUTTOM 2. 3. What is the expected output? What do you see instead? I do not know if my camera nikon d90 can record movies with LV on in the android What version of the product are you using? On what operating system? Please provide any additional information below. ``` Original issue reported on code.google.com by `j.manuel...@gmail.com` on 14 May 2013 at 11:07
defect
record buttom movie on nikon in app what steps will reproduce the problem cannot find this buttom what is the expected output what do you see instead i do not know if my camera nikon can record movies with lv on in the android what version of the product are you using on what operating system please provide any additional information below original issue reported on code google com by j manuel gmail com on may at
1
7,093
10,428,350,592
IssuesEvent
2019-09-16 22:17:59
ualbertalib/avalon
https://api.github.com/repos/ualbertalib/avalon
closed
Avalon 6: static pages
needs-requirements
Previous work: 1ce628a Note: Avalon has an 'about page' gem that has some nifty health check features. Might be worth preserving that (currently set to mount on '/about').
1.0
Avalon 6: static pages - Previous work: 1ce628a Note: Avalon has an 'about page' gem that has some nifty health check features. Might be worth preserving that (currently set to mount on '/about').
non_defect
avalon static pages previous work note avalon has an about page gem that has some nifty health check features might be worth preserving that currently set to mount on about
0
269,592
23,450,900,289
IssuesEvent
2022-08-16 02:34:50
ecadlabs/taqueria
https://api.github.com/repos/ecadlabs/taqueria
closed
Add test(s) to verify that two plugins (ligo and archetype) can use same command (compile) with different keys
testing
As an SDET I want to verify that two different plugins sharing the same name can run without issues. Tests should cover at least these scenarios - compile with ligo plugin should compile only ligo contracts, compile with archetype plugging should compile only archetype contracts. Compiling without specifying plugin should compile all contracts including ligo and archetype (? need clarification if it will work or it should throw an error to specify plugin) AC: tests created into a separate spec file such as ligo-archetype.spec.ts
1.0
Add test(s) to verify that two plugins (ligo and archetype) can use same command (compile) with different keys - As an SDET I want to verify that two different plugins sharing the same name can run without issues. Tests should cover at least these scenarios - compile with ligo plugin should compile only ligo contracts, compile with archetype plugging should compile only archetype contracts. Compiling without specifying plugin should compile all contracts including ligo and archetype (? need clarification if it will work or it should throw an error to specify plugin) AC: tests created into a separate spec file such as ligo-archetype.spec.ts
non_defect
add test s to verify that two plugins ligo and archetype can use same command compile with different keys as an sdet i want to verify that two different plugins sharing the same name can run without issues tests should cover at least these scenarios compile with ligo plugin should compile only ligo contracts compile with archetype plugging should compile only archetype contracts compiling without specifying plugin should compile all contracts including ligo and archetype need clarification if it will work or it should throw an error to specify plugin ac tests created into a separate spec file such as ligo archetype spec ts
0
62,572
17,068,741,400
IssuesEvent
2021-07-07 10:36:09
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
both desktop and web element stopped displaying icons signifying no MITM attack in VOIP calls
A-VoIP T-Defect X-Needs-Info
### Description In the past performing VOIP calls using various Matrix clients the clients used to display IIRC 5 icons signifying likely absence of Man In The Middle attack. I.e. both parties to the call had to compare the icons and if they were the same, probability of the attack was very low. For quite a time I do not see such icons. On a side (?) note Nheko Reborn client lost the ability to complete voice calls - apparently trying to negotiate encryption keys for more than a minute. Anyway, I have two accounts with Matrix, and I have tried to perform VOIP calls using them from different computers. The calls can be established and completed, but, as I wrote, I see no icons. I carefully examined available setting and see nothing I can change to enable icons. ### Steps to reproduce Just try a VOIP call. Describe how what happens differs from what you expected. <!-- Please send us logs for your bug report. They're very important for bugs which are hard to reproduce. To do this, create this issue then go to your account settings and click 'Submit Debug Logs' from the Help & About tab --> No logs yet. <!-- Include screenshots if possible: you can drag and drop images below. --> ### Version information <!-- IMPORTANT: please answer the following questions, to help us narrow down the problem --> - Both web browser and desktop. - For the web app: - **Browser**: Brave - **OS**: Linux sergei-dt 4.15.0-144-generic #148-Ubuntu SMP Sat May 8 02:33:43 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux - **URL**: app.element.io . - For the desktop app: - **OS**: Ubuntu - **Version**: Element version: 1.7.25 , olm version: 3.2.1 .
1.0
both desktop and web element stopped displaying icons signifying no MITM attack in VOIP calls - ### Description In the past performing VOIP calls using various Matrix clients the clients used to display IIRC 5 icons signifying likely absence of Man In The Middle attack. I.e. both parties to the call had to compare the icons and if they were the same, probability of the attack was very low. For quite a time I do not see such icons. On a side (?) note Nheko Reborn client lost the ability to complete voice calls - apparently trying to negotiate encryption keys for more than a minute. Anyway, I have two accounts with Matrix, and I have tried to perform VOIP calls using them from different computers. The calls can be established and completed, but, as I wrote, I see no icons. I carefully examined available setting and see nothing I can change to enable icons. ### Steps to reproduce Just try a VOIP call. Describe how what happens differs from what you expected. <!-- Please send us logs for your bug report. They're very important for bugs which are hard to reproduce. To do this, create this issue then go to your account settings and click 'Submit Debug Logs' from the Help & About tab --> No logs yet. <!-- Include screenshots if possible: you can drag and drop images below. --> ### Version information <!-- IMPORTANT: please answer the following questions, to help us narrow down the problem --> - Both web browser and desktop. - For the web app: - **Browser**: Brave - **OS**: Linux sergei-dt 4.15.0-144-generic #148-Ubuntu SMP Sat May 8 02:33:43 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux - **URL**: app.element.io . - For the desktop app: - **OS**: Ubuntu - **Version**: Element version: 1.7.25 , olm version: 3.2.1 .
defect
both desktop and web element stopped displaying icons signifying no mitm attack in voip calls description in the past performing voip calls using various matrix clients the clients used to display iirc icons signifying likely absence of man in the middle attack i e both parties to the call had to compare the icons and if they were the same probability of the attack was very low for quite a time i do not see such icons on a side note nheko reborn client lost the ability to complete voice calls apparently trying to negotiate encryption keys for more than a minute anyway i have two accounts with matrix and i have tried to perform voip calls using them from different computers the calls can be established and completed but as i wrote i see no icons i carefully examined available setting and see nothing i can change to enable icons steps to reproduce just try a voip call describe how what happens differs from what you expected please send us logs for your bug report they re very important for bugs which are hard to reproduce to do this create this issue then go to your account settings and click submit debug logs from the help about tab no logs yet version information both web browser and desktop for the web app browser brave os linux sergei dt generic ubuntu smp sat may utc gnu linux url app element io for the desktop app os ubuntu version element version olm version
1
54,873
14,002,131,058
IssuesEvent
2020-10-28 14:27:07
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
Hazelcast node is getting dead lock situation sometime while synchronizing backup or moving maps on removal of any active node.
Type: Defect
**Describe the bug** Hazelcast node is getting dead lock situation sometime while synchronizing backup or moving maps on removal of any active node from cluster. Cluster Configuration: - 3 Node cluster with one replica setting. Cluster configuration - 3 node cluster with Hazelcast community addition. Node configuration - 6 (CPU Core) X32(GB memory) boxes running on centOS with Hazelcast 4.0.1 with latest OS patches. Max Allocation to heap - 21.33 GB initial heap allocation - 4 GB with incremental allocation of 4GB. Observations: - Due to any reason when we are trying to remove one node from cluster. Using management center or directly from the box. The node is getting removed and we are seeing activity of synchronizing backup and moving maps to other active nodes. In between this activity due to any reason one of active node will do down then the problem observed. It seems the synchronization process is still trying to perform synchronization but the node is no more available and getting deadlock . This deadlock does not get clear without killing Hazelcast process. Thread dump from the node: Full thread dump OpenJDK 64-Bit Server VM (25.192-b01 mixed mode): "hz.sad_banzai.cached.thread-8" Id=511 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "hz.sad_banzai.cached.thread-6" Id=510 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "hz.sad_banzai.cached.thread-12" Id=509 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "hz.sad_banzai.cached.thread-2" Id=508 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "hz.sad_banzai.cached.thread-1" Id=506 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "hz.sad_banzai.cached.thread-10" Id=499 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "hz.sad_banzai.cached.thread-9" Id=498 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "ForkJoinPool.commonPool-worker-0" Id=306 WAITING on java.util.concurrent.ForkJoinPool@4222cadd at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@4222cadd at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) "ForkJoinPool.commonPool-worker-7" Id=302 WAITING on java.util.concurrent.ForkJoinPool@4222cadd at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@4222cadd at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) "ForkJoinPool.commonPool-worker-4" Id=299 WAITING on java.util.concurrent.ForkJoinPool@4222cadd at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@4222cadd at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) "ForkJoinPool.commonPool-worker-5" Id=298 WAITING on java.util.concurrent.ForkJoinPool@4222cadd at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@4222cadd at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) "ForkJoinPool.commonPool-worker-3" Id=294 TIMED_WAITING on java.util.concurrent.ForkJoinPool@4222cadd at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@4222cadd at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) "hz.sad_banzai.client-query.thread-2" Id=265 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-query.thread-3" Id=264 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-query.thread-6" Id=263 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-query.thread-4" Id=262 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-query.thread-5" Id=261 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-query.thread-1" Id=256 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.TcpIpNetworkingService.thread-1" Id=248 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@32c113d8 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@32c113d8 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "hz.sad_banzai.client-blocking-tasks.thread-120" Id=182 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-119" Id=181 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-118" Id=180 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-117" Id=179 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-116" Id=178 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-115" Id=177 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-114" Id=176 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-113" Id=175 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-112" Id=174 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-111" Id=173 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-110" Id=172 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-109" Id=171 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-108" Id=170 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-107" Id=169 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-106" Id=168 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-105" Id=167 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-104" Id=166 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-103" Id=165 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-102" Id=164 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-101" Id=163 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-100" Id=162 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-99" Id=161 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-98" Id=160 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-97" Id=159 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-96" Id=158 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-95" Id=157 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-94" Id=156 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-93" Id=155 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-92" Id=154 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-91" Id=153 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-90" Id=152 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-89" Id=151 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-88" Id=150 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-87" Id=149 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-86" Id=148 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-85" Id=147 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-84" Id=146 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-83" Id=145 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-82" Id=144 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-81" Id=143 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-80" Id=142 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-79" Id=141 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-78" Id=140 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-77" Id=139 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-76" Id=138 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-75" Id=137 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-74" Id=136 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-73" Id=135 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-72" Id=131 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-71" Id=130 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-70" Id=129 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-69" Id=128 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-68" Id=127 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-67" Id=126 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-66" Id=125 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-65" Id=124 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-64" Id=123 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-63" Id=122 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-62" Id=121 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-61" Id=120 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-60" Id=119 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-59" Id=118 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-58" Id=117 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-57" Id=116 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-56" Id=115 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-55" Id=114 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-54" Id=113 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-53" Id=112 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-52" Id=111 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-51" Id=110 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-50" Id=109 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-49" Id=108 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-48" Id=107 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-47" Id=106 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-46" Id=105 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-45" Id=104 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-44" Id=103 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-43" Id=102 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-42" Id=101 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-41" Id=100 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-40" Id=99 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-39" Id=98 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-38" Id=97 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-37" Id=96 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-36" Id=95 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-35" Id=94 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-34" Id=93 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-33" Id=92 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-32" Id=91 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-31" Id=90 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-30" Id=89 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-29" Id=88 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-28" Id=87 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-27" Id=86 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-26" Id=85 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-25" Id=84 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-24" Id=83 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-23" Id=82 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-22" Id=81 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-21" Id=80 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-20" Id=79 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-19" Id=78 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-18" Id=77 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-17" Id=76 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-16" Id=75 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-15" Id=74 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-14" Id=73 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-13" Id=72 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-12" Id=71 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-11" Id=70 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-10" Id=69 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-9" Id=68 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-8" Id=67 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-7" Id=66 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-6" Id=65 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-5" Id=64 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-4" Id=63 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-3" Id=62 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-2" Id=61 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-1" Id=60 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client.thread-6" Id=59 RUNNABLE at sun.management.ThreadImpl.dumpThreads0(Native Method) at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454) at com.hazelcast.internal.management.ThreadDumpGenerator.getAllThreads(ThreadDumpGenerator.java:77) at com.hazelcast.internal.management.ThreadDumpGenerator.dumpAllThreads(ThreadDumpGenerator.java:40) at com.hazelcast.internal.management.operation.ThreadDumpOperation.run(ThreadDumpOperation.java:36) at com.hazelcast.spi.impl.operationservice.Operation.call(Operation.java:184) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.call(OperationRunnerImpl.java:228) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:217) ... Number of locked synchronizers = 1 - java.util.concurrent.ThreadPoolExecutor$Worker@49f99f1b "DestroyJavaVM" Id=58 RUNNABLE "hz.sad_banzai.HealthMonitor" Id=30 TIMED_WAITING at java.lang.Thread.sleep(Native Method) at java.lang.Thread.sleep(Thread.java:340) at java.util.concurrent.TimeUnit.sleep(TimeUnit.java:386) at com.hazelcast.internal.diagnostics.HealthMonitor$HealthMonitorThread.run(HealthMonitor.java:163) "hz.sad_banzai.client.thread-5" Id=57 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@264609c9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@264609c9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client.thread-4" Id=56 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@264609c9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@264609c9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client.thread-3" Id=55 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@264609c9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@264609c9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client.thread-2" Id=54 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@264609c9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@264609c9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client.thread-1" Id=53 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@264609c9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@264609c9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "sad_banzai-NioNetworking-closeListenerExecutor" Id=52 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5647b8ad at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5647b8ad at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) "hz.sad_banzai.IO.thread-Acceptor" Id=46 RUNNABLE (in native) at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked sun.nio.ch.Util$3@6ca23e6e - locked java.util.Collections$UnmodifiableSet@2c0f4f01 - locked sun.nio.ch.EPollSelectorImpl@3a111308 at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101) at com.hazelcast.internal.nio.tcp.TcpIpAcceptor$AcceptorIOThread.acceptLoop(TcpIpAcceptor.java:185) at com.hazelcast.internal.nio.tcp.TcpIpAcceptor$AcceptorIOThread.run(TcpIpAcceptor.java:171) "hz.sad_banzai.IO.BalancerThread" Id=45 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@51f85637 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@51f85637 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at com.hazelcast.internal.networking.nio.iobalancer.IOBalancerThread.run(IOBalancerThread.java:65) "hz.sad_banzai.IO.thread-out-2" Id=44 RUNNABLE (in native) at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked com.hazelcast.internal.networking.nio.SelectorOptimizer$SelectionKeysSet@2c545328 - locked java.util.Collections$UnmodifiableSet@7af566e4 - locked sun.nio.ch.EPollSelectorImpl@484ea3e1 at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at com.hazelcast.internal.networking.nio.NioThread.selectLoop(NioThread.java:291) at com.hazelcast.internal.networking.nio.NioThread.run(NioThread.java:248) "hz.sad_banzai.IO.thread-out-1" Id=43 RUNNABLE (in native) at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked com.hazelcast.internal.networking.nio.SelectorOptimizer$SelectionKeysSet@5b141d31 - locked java.util.Collections$UnmodifiableSet@5557d868 - locked sun.nio.ch.EPollSelectorImpl@4c45660 at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at com.hazelcast.internal.networking.nio.NioThread.selectLoop(NioThread.java:291) at com.hazelcast.internal.networking.nio.NioThread.run(NioThread.java:248) "hz.sad_banzai.IO.thread-out-0" Id=42 RUNNABLE (in native) at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked com.hazelcast.internal.networking.nio.SelectorOptimizer$SelectionKeysSet@3928acb2 - locked java.util.Collections$UnmodifiableSet@42aed333 - locked sun.nio.ch.EPollSelectorImpl@29d1c796 at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at com.hazelcast.internal.networking.nio.NioThread.selectLoop(NioThread.java:291) at com.hazelcast.internal.networking.nio.NioThread.run(NioThread.java:248) "hz.sad_banzai.IO.thread-in-2" Id=41 RUNNABLE at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked com.hazelcast.internal.networking.nio.SelectorOptimizer$SelectionKeysSet@f80e39a - locked java.util.Collections$UnmodifiableSet@733193e4 - locked sun.nio.ch.EPollSelectorImpl@47b2f1fa at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at com.hazelcast.internal.networking.nio.NioThread.selectLoop(NioThread.java:291) at com.hazelcast.internal.networking.nio.NioThread.run(NioThread.java:248) "hz.sad_banzai.IO.thread-in-1" Id=40 RUNNABLE at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked com.hazelcast.internal.networking.nio.SelectorOptimizer$SelectionKeysSet@60f863ed - locked java.util.Collections$UnmodifiableSet@686cd05b - locked sun.nio.ch.EPollSelectorImpl@17bdd001 at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at com.hazelcast.internal.networking.nio.NioThread.selectLoop(NioThread.java:291) at com.hazelcast.internal.networking.nio.NioThread.run(NioThread.java:248) "hz.sad_banzai.IO.thread-in-0" Id=39 RUNNABLE at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked com.hazelcast.internal.networking.nio.SelectorOptimizer$SelectionKeysSet@4750de2d - locked java.util.Collections$UnmodifiableSet@64943a21 - locked sun.nio.ch.EPollSelectorImpl@6af4d0e0 at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at com.hazelcast.internal.networking.nio.NioThread.selectLoop(NioThread.java:291) at com.hazelcast.internal.networking.nio.NioThread.run(NioThread.java:248) "hz.sad_banzai.SlowOperationDetectorThread" Id=23 TIMED_WAITING at java.lang.Thread.sleep(Native Method) at java.lang.Thread.sleep(Thread.java:340) at java.util.concurrent.TimeUnit.sleep(TimeUnit.java:386) at com.hazelcast.spi.impl.operationexecutor.slowoperationdetector.SlowOperationDetector$DetectorThread.sleepInterval(SlowOperationDetector.java:289) at com.hazelcast.spi.impl.operationexecutor.slowoperationdetector.SlowOperationDetector$DetectorThread.run(SlowOperationDetector.java:154) "hz.sad_banzai.response-1" Id=12 WAITING at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:304) at com.hazelcast.internal.util.concurrent.MPSCQueue.takeAll(MPSCQueue.java:229) at com.hazelcast.internal.util.concurrent.MPSCQueue.take(MPSCQueue.java:151) at com.hazelcast.spi.impl.operationservice.impl.InboundResponseHandlerSupplier$ResponseThread.doRun(InboundResponseHandlerSupplier.java:286) at com.hazelcast.spi.impl.operationservice.impl.InboundResponseHandlerSupplier$ResponseThread.run(InboundResponseHandlerSupplier.java:275) "hz.sad_banzai.response-0" Id=11 WAITING at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:304) at com.hazelcast.internal.util.concurrent.MPSCQueue.takeAll(MPSCQueue.java:229) at com.hazelcast.internal.util.concurrent.MPSCQueue.take(MPSCQueue.java:151) at com.hazelcast.spi.impl.operationservice.impl.InboundResponseHandlerSupplier$ResponseThread.doRun(InboundResponseHandlerSupplier.java:286) at com.hazelcast.spi.impl.operationservice.impl.InboundResponseHandlerSupplier$ResponseThread.run(InboundResponseHandlerSupplier.java:275) "hz.sad_banzai.generic-operation.thread-2" Id=22 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@13b02867 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@13b02867 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at com.hazelcast.spi.impl.operationexecutor.impl.OperationQueueImpl.take(OperationQueueImpl.java:85) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:118) "hz.sad_banzai.generic-operation.thread-1" Id=21 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@13b02867 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@13b02867 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at com.hazelcast.spi.impl.operationexecutor.impl.OperationQueueImpl.take(OperationQueueImpl.java:85) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:118) "hz.sad_banzai.generic-operation.thread-0" Id=20 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@13b02867 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@13b02867 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at com.hazelcast.spi.impl.operationexecutor.impl.OperationQueueImpl.take(OperationQueueImpl.java:85) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:118) "hz.sad_banzai.priority-generic-operation.thread-0" Id=19 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@52d02d8a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@52d02d8a at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at com.hazelcast.spi.impl.operationexecutor.impl.OperationQueueImpl.take(OperationQueueImpl.java:76) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:118) "hz.sad_banzai.partition-operation.thread-5" Id=18 WAITING at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:304) at com.hazelcast.internal.util.concurrent.MPSCQueue.takeAll(MPSCQueue.java:229) at com.hazelcast.internal.util.concurrent.MPSCQueue.take(MPSCQueue.java:151) at com.hazelcast.spi.impl.operationexecutor.impl.OperationQueueImpl.take(OperationQueueImpl.java:85) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:118) "hz.sad_banzai.partition-operation.thread-4" Id=17 RUNNABLE at com.hazelcast.map.impl.recordstore.DefaultRecordStore.getRecord(DefaultRecordStore.java:156) at com.hazelcast.map.impl.operation.PutIfAbsentOperation.shouldBackup(PutIfAbsentOperation.java:66) at com.hazelcast.spi.impl.operationservice.impl.OperationBackupHandler.sendBackups(OperationBackupHandler.java:77) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.call(OperationRunnerImpl.java:232) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:217) at com.hazelcast.spi.impl.operationexecutor.impl.OperationExecutorImpl.run(OperationExecutorImpl.java:406) at com.hazelcast.spi.impl.operationexecutor.impl.OperationExecutorImpl.runOrExecute(OperationExecutorImpl.java:433) at com.hazelcast.spi.impl.operationservice.impl.Invocation.doInvokeLocal(Invocation.java:590) ... "hz.sad_banzai.partition-operation.thread-3" Id=16 WAITING at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:304) at com.hazelcast.internal.util.concurrent.MPSCQueue.takeAll(MPSCQueue.java:229) at com.hazelcast.internal.util.concurrent.MPSCQueue.take(MPSCQueue.java:151) at com.hazelcast.spi.impl.operationexecutor.impl.OperationQueueImpl.take(OperationQueueImpl.java:85) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:118) "hz.sad_banzai.partition-operation.thread-2" Id=15 WAITING at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:304) at com.hazelcast.internal.util.concurrent.MPSCQueue.takeAll(MPSCQueue.java:229) at com.hazelcast.internal.util.concurrent.MPSCQueue.take(MPSCQueue.java:151) at com.hazelcast.spi.impl.operationexecutor.impl.OperationQueueImpl.take(OperationQueueImpl.java:85) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:118) "hz.sad_banzai.partition-operation.thread-1" Id=14 WAITING at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:304) at com.hazelcast.internal.util.concurrent.MPSCQueue.takeAll(MPSCQueue.java:229) at com.hazelcast.internal.util.concurrent.MPSCQueue.take(MPSCQueue.java:151) at com.hazelcast.spi.impl.operationexecutor.impl.OperationQueueImpl.take(OperationQueueImpl.java:85) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:118) "hz.sad_banzai.partition-operation.thread-0" Id=13 WAITING at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:304) at com.hazelcast.internal.util.concurrent.MPSCQueue.takeAll(MPSCQueue.java:229) at com.hazelcast.internal.util.concurrent.MPSCQueue.take(MPSCQueue.java:151) at com.hazelcast.spi.impl.operationexecutor.impl.OperationQueueImpl.take(OperationQueueImpl.java:85) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:118) "hz.sad_banzai.InvocationMonitorThread" Id=36 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@175050c3 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@175050c3 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "hz.sad_banzai.migration" Id=31 TIMED_WAITING at java.lang.Thread.sleep(Native Method) at com.hazelcast.internal.partition.impl.MigrationThread.doRun(MigrationThread.java:109) at com.hazelcast.internal.partition.impl.MigrationThread.run(MigrationThread.java:67) "hz.sad_banzai.MetricsRegistry.thread-2" Id=33 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5b6fe119 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5b6fe119 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "hz.sad_banzai.MetricsRegistry.thread-1" Id=32 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5b6fe119 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5b6fe119 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "hz.sad_banzai.operation-parker" Id=29 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@498e1903 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@498e1903 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.DelayQueue.poll(DelayQueue.java:259) at com.hazelcast.spi.impl.operationparker.impl.OperationParkerImpl$ExpirationTask.doRun(OperationParkerImpl.java:228) at com.hazelcast.spi.impl.operationparker.impl.OperationParkerImpl$ExpirationTask.run(OperationParkerImpl.java:211) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) ... Number of locked synchronizers = 1 - java.util.concurrent.ThreadPoolExecutor$Worker@3a52dba3 "hz.sad_banzai.event-5" Id=28 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1ae1c1c5 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1ae1c1c5 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at com.hazelcast.internal.util.executor.StripedExecutor$Worker.run(StripedExecutor.java:227) "hz.sad_banzai.event-4" Id=27 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@f225c12 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@f225c12 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at com.hazelcast.internal.util.executor.StripedExecutor$Worker.run(StripedExecutor.java:227) "hz.sad_banzai.event-3" Id=26 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2be113c6 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2be113c6 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at com.hazelcast.internal.util.executor.StripedExecutor$Worker.run(StripedExecutor.java:227) "hz.sad_banzai.event-2" Id=25 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@121e41b8 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@121e41b8 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at com.hazelcast.internal.util.executor.StripedExecutor$Worker.run(StripedExecutor.java:227) "hz.sad_banzai.event-1" Id=24 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6e545d7 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6e545d7 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at com.hazelcast.internal.util.executor.StripedExecutor$Worker.run(StripedExecutor.java:227) "hz.sad_banzai.scheduled.thread-" Id=10 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1b3a4bd5 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1b3a4bd5 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "Signal Dispatcher" Id=4 RUNNABLE "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@38e61457 at java.lang.Object.wait(Native Method) - waiting on java.lang.ref.ReferenceQueue$Lock@38e61457 at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216) "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@58159172 at java.lang.Object.wait(Native Method) - waiting on java.lang.ref.Reference$Lock@58159172 at java.lang.Object.wait(Object.java:502) at java.lang.ref.Reference.tryHandlePending(Reference.java:191) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153) **Error Observed in Hazelcast log of the box which got deadlock:** 2020-10-28 08:04:15 WARN [MapClearExpiredOperation] - [<<node's own IP>>]:5701 [prd-wc-g1] [4.0.1] Missing responseHandler for com.hazelcast.map.impl.operation.MapClearExpiredOperation{serviceName='hz:impl:mapService', identityHash=176639553, partitionId=171, replicaIndex=0, callId=0, invocationTime=-1 (1969-12-31 23:59:59.999), waitTimeout=-1, callTimeout=9223372036854775807, expirationPercentage=10} com.hazelcast.spi.exception.RetryableHazelcastException: Member [[<<node's own IP>>]]:5701 is currently shutting down! Operation: com.hazelcast.map.impl.operation.MapClearExpiredOperation{serviceName='hz:impl:mapService', identityHash=176639553, partitionId=171, replicaIndex=0, callId=0, invocationTime=-1 (1969-12-31 23:59:59.999), waitTimeout=-1, callTimeout=9223372036854775807, expirationPercentage=10} at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.checkNodeState(OperationRunnerImpl.java:290) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:205) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:160) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:138) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:123) 2020-10-28 08:04:15 WARN [WaitSetEntry] - [[<<node's own IP>>]]:5701 [prd-wc-g1] [4.0.1] Op: com.hazelcast.collection.impl.queue.operations.PollOperation{serviceName='hz:impl:queueService', identityHash=99336094, partitionId=172, replicaIndex=0, callId=13859967, invocationTime=1603872113844 (2020-10-28 08:01:53.844), waitTimeout=-1, callTimeout=60000, name=logging}, com.hazelcast.spi.exception.RetryableHazelcastException: Member [[<<node's own IP>>]]:5701 is currently shutting down! Operation: com.hazelcast.spi.impl.operationparker.impl.WaitSetEntry{serviceName='hz:impl:queueService', identityHash=678520291, partitionId=172, replicaIndex=0, callId=0, invocationTime=-1 (1969-12-31 23:59:59.999), waitTimeout=-1, callTimeout=9223372036854775807, op=com.hazelcast.collection.impl.queue.operations.PollOperation{serviceName='hz:impl:queueService', identityHash=99336094, partitionId=172, replicaIndex=0, callId=13859967, invocationTime=1603872113844 (2020-10-28 08:01:53.844), waitTimeout=-1, callTimeout=60000, name=logging}, expirationTimeMs=-1, valid=true} Other error: 2020-10-28 07:54:30 WARN [MigrationManager] - [<<node's own IP>>]:5701 [prd-wc-g1] [4.0.1] Migration failed: MigrationInfo{uuid=1255e906-1aed-4b05-8aca-e0e09adcdb02, partitionId=0, source=[172.24.72.9]:5701 - 0b42d71e-8853-4142-bbe0-40c042daf849, sourceCurrentReplicaIndex=0, sourceNewReplicaIndex=1, destination=[172.24.72.113]:5701 - 9a2aaba8-e3cd-4cc1-aea2-751111c69e6f, destinationCurrentReplicaIndex=-1, destinationNewReplicaIndex=0, master=[<<node's own IP>>]:5701, initialPartitionVersion=28580, partitionVersionIncrement=2, processing=false, status=ACTIVE} **Expected behavior** Node should not end up with deadlock situation if during synchronization any active node will go down. it may cancel or break synchronization as it's less impactful rather than putting situation where node reset requires and that cause loss of cache from node.
1.0
Hazelcast node is getting dead lock situation sometime while synchronizing backup or moving maps on removal of any active node. - **Describe the bug** Hazelcast node is getting dead lock situation sometime while synchronizing backup or moving maps on removal of any active node from cluster. Cluster Configuration: - 3 Node cluster with one replica setting. Cluster configuration - 3 node cluster with Hazelcast community addition. Node configuration - 6 (CPU Core) X32(GB memory) boxes running on centOS with Hazelcast 4.0.1 with latest OS patches. Max Allocation to heap - 21.33 GB initial heap allocation - 4 GB with incremental allocation of 4GB. Observations: - Due to any reason when we are trying to remove one node from cluster. Using management center or directly from the box. The node is getting removed and we are seeing activity of synchronizing backup and moving maps to other active nodes. In between this activity due to any reason one of active node will do down then the problem observed. It seems the synchronization process is still trying to perform synchronization but the node is no more available and getting deadlock . This deadlock does not get clear without killing Hazelcast process. Thread dump from the node: Full thread dump OpenJDK 64-Bit Server VM (25.192-b01 mixed mode): "hz.sad_banzai.cached.thread-8" Id=511 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "hz.sad_banzai.cached.thread-6" Id=510 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "hz.sad_banzai.cached.thread-12" Id=509 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "hz.sad_banzai.cached.thread-2" Id=508 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "hz.sad_banzai.cached.thread-1" Id=506 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "hz.sad_banzai.cached.thread-10" Id=499 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "hz.sad_banzai.cached.thread-9" Id=498 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.SynchronousQueue$TransferStack@bb97bc9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "ForkJoinPool.commonPool-worker-0" Id=306 WAITING on java.util.concurrent.ForkJoinPool@4222cadd at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@4222cadd at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) "ForkJoinPool.commonPool-worker-7" Id=302 WAITING on java.util.concurrent.ForkJoinPool@4222cadd at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@4222cadd at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) "ForkJoinPool.commonPool-worker-4" Id=299 WAITING on java.util.concurrent.ForkJoinPool@4222cadd at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@4222cadd at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) "ForkJoinPool.commonPool-worker-5" Id=298 WAITING on java.util.concurrent.ForkJoinPool@4222cadd at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@4222cadd at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) "ForkJoinPool.commonPool-worker-3" Id=294 TIMED_WAITING on java.util.concurrent.ForkJoinPool@4222cadd at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.ForkJoinPool@4222cadd at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) "hz.sad_banzai.client-query.thread-2" Id=265 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-query.thread-3" Id=264 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-query.thread-6" Id=263 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-query.thread-4" Id=262 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-query.thread-5" Id=261 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-query.thread-1" Id=256 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@64528468 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.TcpIpNetworkingService.thread-1" Id=248 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@32c113d8 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@32c113d8 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "hz.sad_banzai.client-blocking-tasks.thread-120" Id=182 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-119" Id=181 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-118" Id=180 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-117" Id=179 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-116" Id=178 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-115" Id=177 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-114" Id=176 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-113" Id=175 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-112" Id=174 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-111" Id=173 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-110" Id=172 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-109" Id=171 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-108" Id=170 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-107" Id=169 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-106" Id=168 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-105" Id=167 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-104" Id=166 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-103" Id=165 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-102" Id=164 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-101" Id=163 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-100" Id=162 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-99" Id=161 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-98" Id=160 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-97" Id=159 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-96" Id=158 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-95" Id=157 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-94" Id=156 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-93" Id=155 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-92" Id=154 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-91" Id=153 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-90" Id=152 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-89" Id=151 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-88" Id=150 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-87" Id=149 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-86" Id=148 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-85" Id=147 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-84" Id=146 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-83" Id=145 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-82" Id=144 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-81" Id=143 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-80" Id=142 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-79" Id=141 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-78" Id=140 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-77" Id=139 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-76" Id=138 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-75" Id=137 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-74" Id=136 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-73" Id=135 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-72" Id=131 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-71" Id=130 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-70" Id=129 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-69" Id=128 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-68" Id=127 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-67" Id=126 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-66" Id=125 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-65" Id=124 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-64" Id=123 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-63" Id=122 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-62" Id=121 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-61" Id=120 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-60" Id=119 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-59" Id=118 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-58" Id=117 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-57" Id=116 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-56" Id=115 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-55" Id=114 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-54" Id=113 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-53" Id=112 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-52" Id=111 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-51" Id=110 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-50" Id=109 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-49" Id=108 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-48" Id=107 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-47" Id=106 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-46" Id=105 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-45" Id=104 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-44" Id=103 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-43" Id=102 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-42" Id=101 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-41" Id=100 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-40" Id=99 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-39" Id=98 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-38" Id=97 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-37" Id=96 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-36" Id=95 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-35" Id=94 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-34" Id=93 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-33" Id=92 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-32" Id=91 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-31" Id=90 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-30" Id=89 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-29" Id=88 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-28" Id=87 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-27" Id=86 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-26" Id=85 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-25" Id=84 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-24" Id=83 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-23" Id=82 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-22" Id=81 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-21" Id=80 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-20" Id=79 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-19" Id=78 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-18" Id=77 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-17" Id=76 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-16" Id=75 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-15" Id=74 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-14" Id=73 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-13" Id=72 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-12" Id=71 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-11" Id=70 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-10" Id=69 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-9" Id=68 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-8" Id=67 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-7" Id=66 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-6" Id=65 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-5" Id=64 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-4" Id=63 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-3" Id=62 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-2" Id=61 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client-blocking-tasks.thread-1" Id=60 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7266517a at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client.thread-6" Id=59 RUNNABLE at sun.management.ThreadImpl.dumpThreads0(Native Method) at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454) at com.hazelcast.internal.management.ThreadDumpGenerator.getAllThreads(ThreadDumpGenerator.java:77) at com.hazelcast.internal.management.ThreadDumpGenerator.dumpAllThreads(ThreadDumpGenerator.java:40) at com.hazelcast.internal.management.operation.ThreadDumpOperation.run(ThreadDumpOperation.java:36) at com.hazelcast.spi.impl.operationservice.Operation.call(Operation.java:184) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.call(OperationRunnerImpl.java:228) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:217) ... Number of locked synchronizers = 1 - java.util.concurrent.ThreadPoolExecutor$Worker@49f99f1b "DestroyJavaVM" Id=58 RUNNABLE "hz.sad_banzai.HealthMonitor" Id=30 TIMED_WAITING at java.lang.Thread.sleep(Native Method) at java.lang.Thread.sleep(Thread.java:340) at java.util.concurrent.TimeUnit.sleep(TimeUnit.java:386) at com.hazelcast.internal.diagnostics.HealthMonitor$HealthMonitorThread.run(HealthMonitor.java:163) "hz.sad_banzai.client.thread-5" Id=57 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@264609c9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@264609c9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client.thread-4" Id=56 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@264609c9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@264609c9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client.thread-3" Id=55 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@264609c9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@264609c9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client.thread-2" Id=54 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@264609c9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@264609c9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "hz.sad_banzai.client.thread-1" Id=53 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@264609c9 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@264609c9 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... "sad_banzai-NioNetworking-closeListenerExecutor" Id=52 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5647b8ad at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5647b8ad at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) "hz.sad_banzai.IO.thread-Acceptor" Id=46 RUNNABLE (in native) at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked sun.nio.ch.Util$3@6ca23e6e - locked java.util.Collections$UnmodifiableSet@2c0f4f01 - locked sun.nio.ch.EPollSelectorImpl@3a111308 at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101) at com.hazelcast.internal.nio.tcp.TcpIpAcceptor$AcceptorIOThread.acceptLoop(TcpIpAcceptor.java:185) at com.hazelcast.internal.nio.tcp.TcpIpAcceptor$AcceptorIOThread.run(TcpIpAcceptor.java:171) "hz.sad_banzai.IO.BalancerThread" Id=45 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@51f85637 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@51f85637 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) at com.hazelcast.internal.networking.nio.iobalancer.IOBalancerThread.run(IOBalancerThread.java:65) "hz.sad_banzai.IO.thread-out-2" Id=44 RUNNABLE (in native) at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked com.hazelcast.internal.networking.nio.SelectorOptimizer$SelectionKeysSet@2c545328 - locked java.util.Collections$UnmodifiableSet@7af566e4 - locked sun.nio.ch.EPollSelectorImpl@484ea3e1 at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at com.hazelcast.internal.networking.nio.NioThread.selectLoop(NioThread.java:291) at com.hazelcast.internal.networking.nio.NioThread.run(NioThread.java:248) "hz.sad_banzai.IO.thread-out-1" Id=43 RUNNABLE (in native) at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked com.hazelcast.internal.networking.nio.SelectorOptimizer$SelectionKeysSet@5b141d31 - locked java.util.Collections$UnmodifiableSet@5557d868 - locked sun.nio.ch.EPollSelectorImpl@4c45660 at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at com.hazelcast.internal.networking.nio.NioThread.selectLoop(NioThread.java:291) at com.hazelcast.internal.networking.nio.NioThread.run(NioThread.java:248) "hz.sad_banzai.IO.thread-out-0" Id=42 RUNNABLE (in native) at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked com.hazelcast.internal.networking.nio.SelectorOptimizer$SelectionKeysSet@3928acb2 - locked java.util.Collections$UnmodifiableSet@42aed333 - locked sun.nio.ch.EPollSelectorImpl@29d1c796 at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at com.hazelcast.internal.networking.nio.NioThread.selectLoop(NioThread.java:291) at com.hazelcast.internal.networking.nio.NioThread.run(NioThread.java:248) "hz.sad_banzai.IO.thread-in-2" Id=41 RUNNABLE at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked com.hazelcast.internal.networking.nio.SelectorOptimizer$SelectionKeysSet@f80e39a - locked java.util.Collections$UnmodifiableSet@733193e4 - locked sun.nio.ch.EPollSelectorImpl@47b2f1fa at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at com.hazelcast.internal.networking.nio.NioThread.selectLoop(NioThread.java:291) at com.hazelcast.internal.networking.nio.NioThread.run(NioThread.java:248) "hz.sad_banzai.IO.thread-in-1" Id=40 RUNNABLE at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked com.hazelcast.internal.networking.nio.SelectorOptimizer$SelectionKeysSet@60f863ed - locked java.util.Collections$UnmodifiableSet@686cd05b - locked sun.nio.ch.EPollSelectorImpl@17bdd001 at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at com.hazelcast.internal.networking.nio.NioThread.selectLoop(NioThread.java:291) at com.hazelcast.internal.networking.nio.NioThread.run(NioThread.java:248) "hz.sad_banzai.IO.thread-in-0" Id=39 RUNNABLE at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) - locked com.hazelcast.internal.networking.nio.SelectorOptimizer$SelectionKeysSet@4750de2d - locked java.util.Collections$UnmodifiableSet@64943a21 - locked sun.nio.ch.EPollSelectorImpl@6af4d0e0 at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) at com.hazelcast.internal.networking.nio.NioThread.selectLoop(NioThread.java:291) at com.hazelcast.internal.networking.nio.NioThread.run(NioThread.java:248) "hz.sad_banzai.SlowOperationDetectorThread" Id=23 TIMED_WAITING at java.lang.Thread.sleep(Native Method) at java.lang.Thread.sleep(Thread.java:340) at java.util.concurrent.TimeUnit.sleep(TimeUnit.java:386) at com.hazelcast.spi.impl.operationexecutor.slowoperationdetector.SlowOperationDetector$DetectorThread.sleepInterval(SlowOperationDetector.java:289) at com.hazelcast.spi.impl.operationexecutor.slowoperationdetector.SlowOperationDetector$DetectorThread.run(SlowOperationDetector.java:154) "hz.sad_banzai.response-1" Id=12 WAITING at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:304) at com.hazelcast.internal.util.concurrent.MPSCQueue.takeAll(MPSCQueue.java:229) at com.hazelcast.internal.util.concurrent.MPSCQueue.take(MPSCQueue.java:151) at com.hazelcast.spi.impl.operationservice.impl.InboundResponseHandlerSupplier$ResponseThread.doRun(InboundResponseHandlerSupplier.java:286) at com.hazelcast.spi.impl.operationservice.impl.InboundResponseHandlerSupplier$ResponseThread.run(InboundResponseHandlerSupplier.java:275) "hz.sad_banzai.response-0" Id=11 WAITING at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:304) at com.hazelcast.internal.util.concurrent.MPSCQueue.takeAll(MPSCQueue.java:229) at com.hazelcast.internal.util.concurrent.MPSCQueue.take(MPSCQueue.java:151) at com.hazelcast.spi.impl.operationservice.impl.InboundResponseHandlerSupplier$ResponseThread.doRun(InboundResponseHandlerSupplier.java:286) at com.hazelcast.spi.impl.operationservice.impl.InboundResponseHandlerSupplier$ResponseThread.run(InboundResponseHandlerSupplier.java:275) "hz.sad_banzai.generic-operation.thread-2" Id=22 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@13b02867 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@13b02867 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at com.hazelcast.spi.impl.operationexecutor.impl.OperationQueueImpl.take(OperationQueueImpl.java:85) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:118) "hz.sad_banzai.generic-operation.thread-1" Id=21 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@13b02867 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@13b02867 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at com.hazelcast.spi.impl.operationexecutor.impl.OperationQueueImpl.take(OperationQueueImpl.java:85) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:118) "hz.sad_banzai.generic-operation.thread-0" Id=20 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@13b02867 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@13b02867 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at com.hazelcast.spi.impl.operationexecutor.impl.OperationQueueImpl.take(OperationQueueImpl.java:85) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:118) "hz.sad_banzai.priority-generic-operation.thread-0" Id=19 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@52d02d8a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@52d02d8a at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at com.hazelcast.spi.impl.operationexecutor.impl.OperationQueueImpl.take(OperationQueueImpl.java:76) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:118) "hz.sad_banzai.partition-operation.thread-5" Id=18 WAITING at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:304) at com.hazelcast.internal.util.concurrent.MPSCQueue.takeAll(MPSCQueue.java:229) at com.hazelcast.internal.util.concurrent.MPSCQueue.take(MPSCQueue.java:151) at com.hazelcast.spi.impl.operationexecutor.impl.OperationQueueImpl.take(OperationQueueImpl.java:85) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:118) "hz.sad_banzai.partition-operation.thread-4" Id=17 RUNNABLE at com.hazelcast.map.impl.recordstore.DefaultRecordStore.getRecord(DefaultRecordStore.java:156) at com.hazelcast.map.impl.operation.PutIfAbsentOperation.shouldBackup(PutIfAbsentOperation.java:66) at com.hazelcast.spi.impl.operationservice.impl.OperationBackupHandler.sendBackups(OperationBackupHandler.java:77) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.call(OperationRunnerImpl.java:232) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:217) at com.hazelcast.spi.impl.operationexecutor.impl.OperationExecutorImpl.run(OperationExecutorImpl.java:406) at com.hazelcast.spi.impl.operationexecutor.impl.OperationExecutorImpl.runOrExecute(OperationExecutorImpl.java:433) at com.hazelcast.spi.impl.operationservice.impl.Invocation.doInvokeLocal(Invocation.java:590) ... "hz.sad_banzai.partition-operation.thread-3" Id=16 WAITING at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:304) at com.hazelcast.internal.util.concurrent.MPSCQueue.takeAll(MPSCQueue.java:229) at com.hazelcast.internal.util.concurrent.MPSCQueue.take(MPSCQueue.java:151) at com.hazelcast.spi.impl.operationexecutor.impl.OperationQueueImpl.take(OperationQueueImpl.java:85) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:118) "hz.sad_banzai.partition-operation.thread-2" Id=15 WAITING at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:304) at com.hazelcast.internal.util.concurrent.MPSCQueue.takeAll(MPSCQueue.java:229) at com.hazelcast.internal.util.concurrent.MPSCQueue.take(MPSCQueue.java:151) at com.hazelcast.spi.impl.operationexecutor.impl.OperationQueueImpl.take(OperationQueueImpl.java:85) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:118) "hz.sad_banzai.partition-operation.thread-1" Id=14 WAITING at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:304) at com.hazelcast.internal.util.concurrent.MPSCQueue.takeAll(MPSCQueue.java:229) at com.hazelcast.internal.util.concurrent.MPSCQueue.take(MPSCQueue.java:151) at com.hazelcast.spi.impl.operationexecutor.impl.OperationQueueImpl.take(OperationQueueImpl.java:85) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:118) "hz.sad_banzai.partition-operation.thread-0" Id=13 WAITING at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:304) at com.hazelcast.internal.util.concurrent.MPSCQueue.takeAll(MPSCQueue.java:229) at com.hazelcast.internal.util.concurrent.MPSCQueue.take(MPSCQueue.java:151) at com.hazelcast.spi.impl.operationexecutor.impl.OperationQueueImpl.take(OperationQueueImpl.java:85) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:118) "hz.sad_banzai.InvocationMonitorThread" Id=36 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@175050c3 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@175050c3 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "hz.sad_banzai.migration" Id=31 TIMED_WAITING at java.lang.Thread.sleep(Native Method) at com.hazelcast.internal.partition.impl.MigrationThread.doRun(MigrationThread.java:109) at com.hazelcast.internal.partition.impl.MigrationThread.run(MigrationThread.java:67) "hz.sad_banzai.MetricsRegistry.thread-2" Id=33 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5b6fe119 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5b6fe119 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "hz.sad_banzai.MetricsRegistry.thread-1" Id=32 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5b6fe119 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5b6fe119 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "hz.sad_banzai.operation-parker" Id=29 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@498e1903 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@498e1903 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.DelayQueue.poll(DelayQueue.java:259) at com.hazelcast.spi.impl.operationparker.impl.OperationParkerImpl$ExpirationTask.doRun(OperationParkerImpl.java:228) at com.hazelcast.spi.impl.operationparker.impl.OperationParkerImpl$ExpirationTask.run(OperationParkerImpl.java:211) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) ... Number of locked synchronizers = 1 - java.util.concurrent.ThreadPoolExecutor$Worker@3a52dba3 "hz.sad_banzai.event-5" Id=28 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1ae1c1c5 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1ae1c1c5 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at com.hazelcast.internal.util.executor.StripedExecutor$Worker.run(StripedExecutor.java:227) "hz.sad_banzai.event-4" Id=27 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@f225c12 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@f225c12 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at com.hazelcast.internal.util.executor.StripedExecutor$Worker.run(StripedExecutor.java:227) "hz.sad_banzai.event-3" Id=26 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2be113c6 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2be113c6 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at com.hazelcast.internal.util.executor.StripedExecutor$Worker.run(StripedExecutor.java:227) "hz.sad_banzai.event-2" Id=25 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@121e41b8 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@121e41b8 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at com.hazelcast.internal.util.executor.StripedExecutor$Worker.run(StripedExecutor.java:227) "hz.sad_banzai.event-1" Id=24 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6e545d7 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6e545d7 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at com.hazelcast.internal.util.executor.StripedExecutor$Worker.run(StripedExecutor.java:227) "hz.sad_banzai.scheduled.thread-" Id=10 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1b3a4bd5 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1b3a4bd5 at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ... "Signal Dispatcher" Id=4 RUNNABLE "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@38e61457 at java.lang.Object.wait(Native Method) - waiting on java.lang.ref.ReferenceQueue$Lock@38e61457 at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216) "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@58159172 at java.lang.Object.wait(Native Method) - waiting on java.lang.ref.Reference$Lock@58159172 at java.lang.Object.wait(Object.java:502) at java.lang.ref.Reference.tryHandlePending(Reference.java:191) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153) **Error Observed in Hazelcast log of the box which got deadlock:** 2020-10-28 08:04:15 WARN [MapClearExpiredOperation] - [<<node's own IP>>]:5701 [prd-wc-g1] [4.0.1] Missing responseHandler for com.hazelcast.map.impl.operation.MapClearExpiredOperation{serviceName='hz:impl:mapService', identityHash=176639553, partitionId=171, replicaIndex=0, callId=0, invocationTime=-1 (1969-12-31 23:59:59.999), waitTimeout=-1, callTimeout=9223372036854775807, expirationPercentage=10} com.hazelcast.spi.exception.RetryableHazelcastException: Member [[<<node's own IP>>]]:5701 is currently shutting down! Operation: com.hazelcast.map.impl.operation.MapClearExpiredOperation{serviceName='hz:impl:mapService', identityHash=176639553, partitionId=171, replicaIndex=0, callId=0, invocationTime=-1 (1969-12-31 23:59:59.999), waitTimeout=-1, callTimeout=9223372036854775807, expirationPercentage=10} at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.checkNodeState(OperationRunnerImpl.java:290) at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:205) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:160) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:138) at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:123) 2020-10-28 08:04:15 WARN [WaitSetEntry] - [[<<node's own IP>>]]:5701 [prd-wc-g1] [4.0.1] Op: com.hazelcast.collection.impl.queue.operations.PollOperation{serviceName='hz:impl:queueService', identityHash=99336094, partitionId=172, replicaIndex=0, callId=13859967, invocationTime=1603872113844 (2020-10-28 08:01:53.844), waitTimeout=-1, callTimeout=60000, name=logging}, com.hazelcast.spi.exception.RetryableHazelcastException: Member [[<<node's own IP>>]]:5701 is currently shutting down! Operation: com.hazelcast.spi.impl.operationparker.impl.WaitSetEntry{serviceName='hz:impl:queueService', identityHash=678520291, partitionId=172, replicaIndex=0, callId=0, invocationTime=-1 (1969-12-31 23:59:59.999), waitTimeout=-1, callTimeout=9223372036854775807, op=com.hazelcast.collection.impl.queue.operations.PollOperation{serviceName='hz:impl:queueService', identityHash=99336094, partitionId=172, replicaIndex=0, callId=13859967, invocationTime=1603872113844 (2020-10-28 08:01:53.844), waitTimeout=-1, callTimeout=60000, name=logging}, expirationTimeMs=-1, valid=true} Other error: 2020-10-28 07:54:30 WARN [MigrationManager] - [<<node's own IP>>]:5701 [prd-wc-g1] [4.0.1] Migration failed: MigrationInfo{uuid=1255e906-1aed-4b05-8aca-e0e09adcdb02, partitionId=0, source=[172.24.72.9]:5701 - 0b42d71e-8853-4142-bbe0-40c042daf849, sourceCurrentReplicaIndex=0, sourceNewReplicaIndex=1, destination=[172.24.72.113]:5701 - 9a2aaba8-e3cd-4cc1-aea2-751111c69e6f, destinationCurrentReplicaIndex=-1, destinationNewReplicaIndex=0, master=[<<node's own IP>>]:5701, initialPartitionVersion=28580, partitionVersionIncrement=2, processing=false, status=ACTIVE} **Expected behavior** Node should not end up with deadlock situation if during synchronization any active node will go down. it may cancel or break synchronization as it's less impactful rather than putting situation where node reset requires and that cause loss of cache from node.
defect
hazelcast node is getting dead lock situation sometime while synchronizing backup or moving maps on removal of any active node describe the bug hazelcast node is getting dead lock situation sometime while synchronizing backup or moving maps on removal of any active node from cluster cluster configuration node cluster with one replica setting cluster configuration node cluster with hazelcast community addition node configuration cpu core gb memory boxes running on centos with hazelcast with latest os patches max allocation to heap gb initial heap allocation gb with incremental allocation of observations due to any reason when we are trying to remove one node from cluster using management center or directly from the box the node is getting removed and we are seeing activity of synchronizing backup and moving maps to other active nodes in between this activity due to any reason one of active node will do down then the problem observed it seems the synchronization process is still trying to perform synchronization but the node is no more available and getting deadlock this deadlock does not get clear without killing hazelcast process thread dump from the node full thread dump openjdk bit server vm mixed mode hz sad banzai cached thread id timed waiting on java util concurrent synchronousqueue transferstack at sun misc unsafe park native method waiting on java util concurrent synchronousqueue transferstack at java util concurrent locks locksupport parknanos locksupport java at java util concurrent synchronousqueue transferstack awaitfulfill synchronousqueue java at java util concurrent synchronousqueue transferstack transfer synchronousqueue java at java util concurrent synchronousqueue poll synchronousqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java hz sad banzai cached thread id timed waiting on java util concurrent synchronousqueue transferstack at sun misc unsafe park native method waiting on java util concurrent synchronousqueue transferstack at java util concurrent locks locksupport parknanos locksupport java at java util concurrent synchronousqueue transferstack awaitfulfill synchronousqueue java at java util concurrent synchronousqueue transferstack transfer synchronousqueue java at java util concurrent synchronousqueue poll synchronousqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java hz sad banzai cached thread id timed waiting on java util concurrent synchronousqueue transferstack at sun misc unsafe park native method waiting on java util concurrent synchronousqueue transferstack at java util concurrent locks locksupport parknanos locksupport java at java util concurrent synchronousqueue transferstack awaitfulfill synchronousqueue java at java util concurrent synchronousqueue transferstack transfer synchronousqueue java at java util concurrent synchronousqueue poll synchronousqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java hz sad banzai cached thread id timed waiting on java util concurrent synchronousqueue transferstack at sun misc unsafe park native method waiting on java util concurrent synchronousqueue transferstack at java util concurrent locks locksupport parknanos locksupport java at java util concurrent synchronousqueue transferstack awaitfulfill synchronousqueue java at java util concurrent synchronousqueue transferstack transfer synchronousqueue java at java util concurrent synchronousqueue poll synchronousqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java hz sad banzai cached thread id timed waiting on java util concurrent synchronousqueue transferstack at sun misc unsafe park native method waiting on java util concurrent synchronousqueue transferstack at java util concurrent locks locksupport parknanos locksupport java at java util concurrent synchronousqueue transferstack awaitfulfill synchronousqueue java at java util concurrent synchronousqueue transferstack transfer synchronousqueue java at java util concurrent synchronousqueue poll synchronousqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java hz sad banzai cached thread id timed waiting on java util concurrent synchronousqueue transferstack at sun misc unsafe park native method waiting on java util concurrent synchronousqueue transferstack at java util concurrent locks locksupport parknanos locksupport java at java util concurrent synchronousqueue transferstack awaitfulfill synchronousqueue java at java util concurrent synchronousqueue transferstack transfer synchronousqueue java at java util concurrent synchronousqueue poll synchronousqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java hz sad banzai cached thread id timed waiting on java util concurrent synchronousqueue transferstack at sun misc unsafe park native method waiting on java util concurrent synchronousqueue transferstack at java util concurrent locks locksupport parknanos locksupport java at java util concurrent synchronousqueue transferstack awaitfulfill synchronousqueue java at java util concurrent synchronousqueue transferstack transfer synchronousqueue java at java util concurrent synchronousqueue poll synchronousqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java forkjoinpool commonpool worker id waiting on java util concurrent forkjoinpool at sun misc unsafe park native method waiting on java util concurrent forkjoinpool at java util concurrent forkjoinpool awaitwork forkjoinpool java at java util concurrent forkjoinpool runworker forkjoinpool java at java util concurrent forkjoinworkerthread run forkjoinworkerthread java forkjoinpool commonpool worker id waiting on java util concurrent forkjoinpool at sun misc unsafe park native method waiting on java util concurrent forkjoinpool at java util concurrent forkjoinpool awaitwork forkjoinpool java at java util concurrent forkjoinpool runworker forkjoinpool java at java util concurrent forkjoinworkerthread run forkjoinworkerthread java forkjoinpool commonpool worker id waiting on java util concurrent forkjoinpool at sun misc unsafe park native method waiting on java util concurrent forkjoinpool at java util concurrent forkjoinpool awaitwork forkjoinpool java at java util concurrent forkjoinpool runworker forkjoinpool java at java util concurrent forkjoinworkerthread run forkjoinworkerthread java forkjoinpool commonpool worker id waiting on java util concurrent forkjoinpool at sun misc unsafe park native method waiting on java util concurrent forkjoinpool at java util concurrent forkjoinpool awaitwork forkjoinpool java at java util concurrent forkjoinpool runworker forkjoinpool java at java util concurrent forkjoinworkerthread run forkjoinworkerthread java forkjoinpool commonpool worker id timed waiting on java util concurrent forkjoinpool at sun misc unsafe park native method waiting on java util concurrent forkjoinpool at java util concurrent forkjoinpool awaitwork forkjoinpool java at java util concurrent forkjoinpool runworker forkjoinpool java at java util concurrent forkjoinworkerthread run forkjoinworkerthread java hz sad banzai client query thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client query thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client query thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client query thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client query thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client query thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai tcpipnetworkingservice thread id waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent scheduledthreadpoolexecutor delayedworkqueue take scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedworkqueue take scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client blocking tasks thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client thread id runnable at sun management threadimpl native method at sun management threadimpl dumpallthreads threadimpl java at com hazelcast internal management threaddumpgenerator getallthreads threaddumpgenerator java at com hazelcast internal management threaddumpgenerator dumpallthreads threaddumpgenerator java at com hazelcast internal management operation threaddumpoperation run threaddumpoperation java at com hazelcast spi impl operationservice operation call operation java at com hazelcast spi impl operationservice impl operationrunnerimpl call operationrunnerimpl java at com hazelcast spi impl operationservice impl operationrunnerimpl run operationrunnerimpl java number of locked synchronizers java util concurrent threadpoolexecutor worker destroyjavavm id runnable hz sad banzai healthmonitor id timed waiting at java lang thread sleep native method at java lang thread sleep thread java at java util concurrent timeunit sleep timeunit java at com hazelcast internal diagnostics healthmonitor healthmonitorthread run healthmonitor java hz sad banzai client thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai client thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java sad banzai nionetworking closelistenerexecutor id waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java hz sad banzai io thread acceptor id runnable in native at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked sun nio ch util locked java util collections unmodifiableset locked sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at sun nio ch selectorimpl select selectorimpl java at com hazelcast internal nio tcp tcpipacceptor acceptoriothread acceptloop tcpipacceptor java at com hazelcast internal nio tcp tcpipacceptor acceptoriothread run tcpipacceptor java hz sad banzai io balancerthread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue poll linkedblockingqueue java at com hazelcast internal networking nio iobalancer iobalancerthread run iobalancerthread java hz sad banzai io thread out id runnable in native at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked com hazelcast internal networking nio selectoroptimizer selectionkeysset locked java util collections unmodifiableset locked sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at com hazelcast internal networking nio niothread selectloop niothread java at com hazelcast internal networking nio niothread run niothread java hz sad banzai io thread out id runnable in native at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked com hazelcast internal networking nio selectoroptimizer selectionkeysset locked java util collections unmodifiableset locked sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at com hazelcast internal networking nio niothread selectloop niothread java at com hazelcast internal networking nio niothread run niothread java hz sad banzai io thread out id runnable in native at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked com hazelcast internal networking nio selectoroptimizer selectionkeysset locked java util collections unmodifiableset locked sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at com hazelcast internal networking nio niothread selectloop niothread java at com hazelcast internal networking nio niothread run niothread java hz sad banzai io thread in id runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked com hazelcast internal networking nio selectoroptimizer selectionkeysset locked java util collections unmodifiableset locked sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at com hazelcast internal networking nio niothread selectloop niothread java at com hazelcast internal networking nio niothread run niothread java hz sad banzai io thread in id runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked com hazelcast internal networking nio selectoroptimizer selectionkeysset locked java util collections unmodifiableset locked sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at com hazelcast internal networking nio niothread selectloop niothread java at com hazelcast internal networking nio niothread run niothread java hz sad banzai io thread in id runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked com hazelcast internal networking nio selectoroptimizer selectionkeysset locked java util collections unmodifiableset locked sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at com hazelcast internal networking nio niothread selectloop niothread java at com hazelcast internal networking nio niothread run niothread java hz sad banzai slowoperationdetectorthread id timed waiting at java lang thread sleep native method at java lang thread sleep thread java at java util concurrent timeunit sleep timeunit java at com hazelcast spi impl operationexecutor slowoperationdetector slowoperationdetector detectorthread sleepinterval slowoperationdetector java at com hazelcast spi impl operationexecutor slowoperationdetector slowoperationdetector detectorthread run slowoperationdetector java hz sad banzai response id waiting at sun misc unsafe park native method at java util concurrent locks locksupport park locksupport java at com hazelcast internal util concurrent mpscqueue takeall mpscqueue java at com hazelcast internal util concurrent mpscqueue take mpscqueue java at com hazelcast spi impl operationservice impl inboundresponsehandlersupplier responsethread dorun inboundresponsehandlersupplier java at com hazelcast spi impl operationservice impl inboundresponsehandlersupplier responsethread run inboundresponsehandlersupplier java hz sad banzai response id waiting at sun misc unsafe park native method at java util concurrent locks locksupport park locksupport java at com hazelcast internal util concurrent mpscqueue takeall mpscqueue java at com hazelcast internal util concurrent mpscqueue take mpscqueue java at com hazelcast spi impl operationservice impl inboundresponsehandlersupplier responsethread dorun inboundresponsehandlersupplier java at com hazelcast spi impl operationservice impl inboundresponsehandlersupplier responsethread run inboundresponsehandlersupplier java hz sad banzai generic operation thread id waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at com hazelcast spi impl operationexecutor impl operationqueueimpl take operationqueueimpl java at com hazelcast spi impl operationexecutor impl operationthread run operationthread java hz sad banzai generic operation thread id waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at com hazelcast spi impl operationexecutor impl operationqueueimpl take operationqueueimpl java at com hazelcast spi impl operationexecutor impl operationthread run operationthread java hz sad banzai generic operation thread id waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at com hazelcast spi impl operationexecutor impl operationqueueimpl take operationqueueimpl java at com hazelcast spi impl operationexecutor impl operationthread run operationthread java hz sad banzai priority generic operation thread id waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at com hazelcast spi impl operationexecutor impl operationqueueimpl take operationqueueimpl java at com hazelcast spi impl operationexecutor impl operationthread run operationthread java hz sad banzai partition operation thread id waiting at sun misc unsafe park native method at java util concurrent locks locksupport park locksupport java at com hazelcast internal util concurrent mpscqueue takeall mpscqueue java at com hazelcast internal util concurrent mpscqueue take mpscqueue java at com hazelcast spi impl operationexecutor impl operationqueueimpl take operationqueueimpl java at com hazelcast spi impl operationexecutor impl operationthread run operationthread java hz sad banzai partition operation thread id runnable at com hazelcast map impl recordstore defaultrecordstore getrecord defaultrecordstore java at com hazelcast map impl operation putifabsentoperation shouldbackup putifabsentoperation java at com hazelcast spi impl operationservice impl operationbackuphandler sendbackups operationbackuphandler java at com hazelcast spi impl operationservice impl operationrunnerimpl call operationrunnerimpl java at com hazelcast spi impl operationservice impl operationrunnerimpl run operationrunnerimpl java at com hazelcast spi impl operationexecutor impl operationexecutorimpl run operationexecutorimpl java at com hazelcast spi impl operationexecutor impl operationexecutorimpl runorexecute operationexecutorimpl java at com hazelcast spi impl operationservice impl invocation doinvokelocal invocation java hz sad banzai partition operation thread id waiting at sun misc unsafe park native method at java util concurrent locks locksupport park locksupport java at com hazelcast internal util concurrent mpscqueue takeall mpscqueue java at com hazelcast internal util concurrent mpscqueue take mpscqueue java at com hazelcast spi impl operationexecutor impl operationqueueimpl take operationqueueimpl java at com hazelcast spi impl operationexecutor impl operationthread run operationthread java hz sad banzai partition operation thread id waiting at sun misc unsafe park native method at java util concurrent locks locksupport park locksupport java at com hazelcast internal util concurrent mpscqueue takeall mpscqueue java at com hazelcast internal util concurrent mpscqueue take mpscqueue java at com hazelcast spi impl operationexecutor impl operationqueueimpl take operationqueueimpl java at com hazelcast spi impl operationexecutor impl operationthread run operationthread java hz sad banzai partition operation thread id waiting at sun misc unsafe park native method at java util concurrent locks locksupport park locksupport java at com hazelcast internal util concurrent mpscqueue takeall mpscqueue java at com hazelcast internal util concurrent mpscqueue take mpscqueue java at com hazelcast spi impl operationexecutor impl operationqueueimpl take operationqueueimpl java at com hazelcast spi impl operationexecutor impl operationthread run operationthread java hz sad banzai partition operation thread id waiting at sun misc unsafe park native method at java util concurrent locks locksupport park locksupport java at com hazelcast internal util concurrent mpscqueue takeall mpscqueue java at com hazelcast internal util concurrent mpscqueue take mpscqueue java at com hazelcast spi impl operationexecutor impl operationqueueimpl take operationqueueimpl java at com hazelcast spi impl operationexecutor impl operationthread run operationthread java hz sad banzai invocationmonitorthread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent scheduledthreadpoolexecutor delayedworkqueue take scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedworkqueue take scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java hz sad banzai migration id timed waiting at java lang thread sleep native method at com hazelcast internal partition impl migrationthread dorun migrationthread java at com hazelcast internal partition impl migrationthread run migrationthread java hz sad banzai metricsregistry thread id waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent scheduledthreadpoolexecutor delayedworkqueue take scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedworkqueue take scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java hz sad banzai metricsregistry thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent scheduledthreadpoolexecutor delayedworkqueue take scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedworkqueue take scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java hz sad banzai operation parker id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent delayqueue poll delayqueue java at com hazelcast spi impl operationparker impl operationparkerimpl expirationtask dorun operationparkerimpl java at com hazelcast spi impl operationparker impl operationparkerimpl expirationtask run operationparkerimpl java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java number of locked synchronizers java util concurrent threadpoolexecutor worker hz sad banzai event id waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at com hazelcast internal util executor stripedexecutor worker run stripedexecutor java hz sad banzai event id waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at com hazelcast internal util executor stripedexecutor worker run stripedexecutor java hz sad banzai event id waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at com hazelcast internal util executor stripedexecutor worker run stripedexecutor java hz sad banzai event id waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at com hazelcast internal util executor stripedexecutor worker run stripedexecutor java hz sad banzai event id waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at com hazelcast internal util executor stripedexecutor worker run stripedexecutor java hz sad banzai scheduled thread id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at sun misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport parknanos locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java util concurrent scheduledthreadpoolexecutor delayedworkqueue take scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor delayedworkqueue take scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java signal dispatcher id runnable finalizer id waiting on java lang ref referencequeue lock at java lang object wait native method waiting on java lang ref referencequeue lock at java lang ref referencequeue remove referencequeue java at java lang ref referencequeue remove referencequeue java at java lang ref finalizer finalizerthread run finalizer java reference handler id waiting on java lang ref reference lock at java lang object wait native method waiting on java lang ref reference lock at java lang object wait object java at java lang ref reference tryhandlepending reference java at java lang ref reference referencehandler run reference java error observed in hazelcast log of the box which got deadlock warn missing responsehandler for com hazelcast map impl operation mapclearexpiredoperation servicename hz impl mapservice identityhash partitionid replicaindex callid invocationtime waittimeout calltimeout expirationpercentage com hazelcast spi exception retryablehazelcastexception member is currently shutting down operation com hazelcast map impl operation mapclearexpiredoperation servicename hz impl mapservice identityhash partitionid replicaindex callid invocationtime waittimeout calltimeout expirationpercentage at com hazelcast spi impl operationservice impl operationrunnerimpl checknodestate operationrunnerimpl java at com hazelcast spi impl operationservice impl operationrunnerimpl run operationrunnerimpl java at com hazelcast spi impl operationexecutor impl operationthread process operationthread java at com hazelcast spi impl operationexecutor impl operationthread process operationthread java at com hazelcast spi impl operationexecutor impl operationthread run operationthread java warn op com hazelcast collection impl queue operations polloperation servicename hz impl queueservice identityhash partitionid replicaindex callid invocationtime waittimeout calltimeout name logging com hazelcast spi exception retryablehazelcastexception member is currently shutting down operation com hazelcast spi impl operationparker impl waitsetentry servicename hz impl queueservice identityhash partitionid replicaindex callid invocationtime waittimeout calltimeout op com hazelcast collection impl queue operations polloperation servicename hz impl queueservice identityhash partitionid replicaindex callid invocationtime waittimeout calltimeout name logging expirationtimems valid true other error warn migration failed migrationinfo uuid partitionid source sourcecurrentreplicaindex sourcenewreplicaindex destination destinationcurrentreplicaindex destinationnewreplicaindex master initialpartitionversion partitionversionincrement processing false status active expected behavior node should not end up with deadlock situation if during synchronization any active node will go down it may cancel or break synchronization as it s less impactful rather than putting situation where node reset requires and that cause loss of cache from node
1
44,990
12,507,827,152
IssuesEvent
2020-06-02 14:41:05
primefaces/primereact
https://api.github.com/repos/primefaces/primereact
closed
When the month is changed in Calendar inside OverlayPanel, the panel automatically closes.
defect
**Current behavior** OverlayPanel close itself when I try to change month in an inline Calendar. Find the sample code in the link below: https://codesandbox.io/s/primereact-test-d1tr6
1.0
When the month is changed in Calendar inside OverlayPanel, the panel automatically closes. - **Current behavior** OverlayPanel close itself when I try to change month in an inline Calendar. Find the sample code in the link below: https://codesandbox.io/s/primereact-test-d1tr6
defect
when the month is changed in calendar inside overlaypanel the panel automatically closes current behavior overlaypanel close itself when i try to change month in an inline calendar find the sample code in the link below
1
300,402
25,964,672,780
IssuesEvent
2022-12-19 05:12:38
elastic/apm-server
https://api.github.com/repos/elastic/apm-server
opened
Benchmarks are consistently failing on `BenchmarkOTLPTraces`
benchmarking flaky test
In #9270 we disabled the OTLP benchmarks, but the benchmark execution has been failing pretty consistently for the past 2 months. We should look into it and ensure that the benchmark case is not run and that the benchmarks don't fail.
1.0
Benchmarks are consistently failing on `BenchmarkOTLPTraces` - In #9270 we disabled the OTLP benchmarks, but the benchmark execution has been failing pretty consistently for the past 2 months. We should look into it and ensure that the benchmark case is not run and that the benchmarks don't fail.
non_defect
benchmarks are consistently failing on benchmarkotlptraces in we disabled the otlp benchmarks but the benchmark execution has been failing pretty consistently for the past months we should look into it and ensure that the benchmark case is not run and that the benchmarks don t fail
0
25,025
24,605,885,413
IssuesEvent
2022-10-14 16:10:20
Leafwing-Studios/leafwing-input-manager
https://api.github.com/repos/Leafwing-Studios/leafwing-input-manager
closed
Modifier key inputs that are agnostic to which modifier key was pressed
enhancement usability
## What problem does this solve? Bind an action to `Shift + A`, in a way that doesn't care about which input was pressed. ## What solution would you like? Have an alternative to `KeyCode` for modifier keys (Ctrl/Alt etc) where we don't care about whether we're hitting the left or right modifier (this is the most common case by far).
True
Modifier key inputs that are agnostic to which modifier key was pressed - ## What problem does this solve? Bind an action to `Shift + A`, in a way that doesn't care about which input was pressed. ## What solution would you like? Have an alternative to `KeyCode` for modifier keys (Ctrl/Alt etc) where we don't care about whether we're hitting the left or right modifier (this is the most common case by far).
non_defect
modifier key inputs that are agnostic to which modifier key was pressed what problem does this solve bind an action to shift a in a way that doesn t care about which input was pressed what solution would you like have an alternative to keycode for modifier keys ctrl alt etc where we don t care about whether we re hitting the left or right modifier this is the most common case by far
0
275,408
8,575,645,746
IssuesEvent
2018-11-12 17:52:18
aowen87/TicketTester
https://api.github.com/repos/aowen87/TicketTester
closed
Access violation in Netcdf reader with timecurve.nc
Bug Likelihood: 3 - Occasional Priority: Normal Severity: 4 - Crash / Wrong Results
Attempting to plot a Curve Plot of theta_1_1 from timecurve.nc, we get a segv on Windows at avtBasicNetCDFReader.C, line 746. meshDims->second has 1 element meshDims->second[0] is 1, so this call: meshDims->second[meshDims->second[0]] is attempting to access a non-existent 2nd element. This code segv's on Windows, but not on Linux -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket. Ticket number: 527 Status: Expired Project: VisIt Tracker: Bug Priority: Normal Subject: Access violation in Netcdf reader with timecurve.nc Assigned to: Category: Target version: Author: Kathleen Biagas Start: 12/28/2010 Due date: % Done: 0 Estimated time: Created: 12/28/2010 06:38 pm Updated: 03/01/2018 05:14 pm Likelihood: 3 - Occasional Severity: 4 - Crash / Wrong Results Found in version: trunk Impact: Expected Use: OS: All Support Group: Any Description: Attempting to plot a Curve Plot of theta_1_1 from timecurve.nc, we get a segv on Windows at avtBasicNetCDFReader.C, line 746. meshDims->second has 1 element meshDims->second[0] is 1, so this call: meshDims->second[meshDims->second[0]] is attempting to access a non-existent 2nd element. This code segv's on Windows, but not on Linux Comments: Can no longer reproduce. May have been fixed with SVN revision 23756.
1.0
Access violation in Netcdf reader with timecurve.nc - Attempting to plot a Curve Plot of theta_1_1 from timecurve.nc, we get a segv on Windows at avtBasicNetCDFReader.C, line 746. meshDims->second has 1 element meshDims->second[0] is 1, so this call: meshDims->second[meshDims->second[0]] is attempting to access a non-existent 2nd element. This code segv's on Windows, but not on Linux -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket. Ticket number: 527 Status: Expired Project: VisIt Tracker: Bug Priority: Normal Subject: Access violation in Netcdf reader with timecurve.nc Assigned to: Category: Target version: Author: Kathleen Biagas Start: 12/28/2010 Due date: % Done: 0 Estimated time: Created: 12/28/2010 06:38 pm Updated: 03/01/2018 05:14 pm Likelihood: 3 - Occasional Severity: 4 - Crash / Wrong Results Found in version: trunk Impact: Expected Use: OS: All Support Group: Any Description: Attempting to plot a Curve Plot of theta_1_1 from timecurve.nc, we get a segv on Windows at avtBasicNetCDFReader.C, line 746. meshDims->second has 1 element meshDims->second[0] is 1, so this call: meshDims->second[meshDims->second[0]] is attempting to access a non-existent 2nd element. This code segv's on Windows, but not on Linux Comments: Can no longer reproduce. May have been fixed with SVN revision 23756.
non_defect
access violation in netcdf reader with timecurve nc attempting to plot a curve plot of theta from timecurve nc we get a segv on windows at avtbasicnetcdfreader c line meshdims second has element meshdims second is so this call meshdims second is attempting to access a non existent element this code segv s on windows but not on linux redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status expired project visit tracker bug priority normal subject access violation in netcdf reader with timecurve nc assigned to category target version author kathleen biagas start due date done estimated time created pm updated pm likelihood occasional severity crash wrong results found in version trunk impact expected use os all support group any description attempting to plot a curve plot of theta from timecurve nc we get a segv on windows at avtbasicnetcdfreader c line meshdims second has element meshdims second is so this call meshdims second is attempting to access a non existent element this code segv s on windows but not on linux comments can no longer reproduce may have been fixed with svn revision
0
38,649
8,950,726,164
IssuesEvent
2019-01-25 11:40:52
svigerske/ipopt-donotuse
https://api.github.com/repos/svigerske/ipopt-donotuse
closed
Make problem
Ipopt defect
Issue created by migration from Trac. Original creator: edsoncv Original creation time: 2007-04-12 17:24:01 Assignee: ipopt-team Version: 3.2 *Hello While compiling Ipopt 3.2.1 I got the following error message: It seems like undefined reference to `iparmq_' , although iparmq.f is "Ipopt-3.2.1/ThirdParty/Lapack/LAPACK/SRC" folder. No error were detected in configuration file. Thanks /bin/sh ../../../libtool --tag=CXX --mode=link g++ -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -o ipopt ampl_ipopt.o libamplinterface.la ../../Interfaces/libipopt.la /home/edsoncv/softs/COIN/Ipopt-3.2.1/ThirdParty/ASL/amplsolver.a -ldl -lblas -lm -L/usr/lib/gcc/i486-linux-gnu/3.4.6 -L/usr/lib/gcc/i486-linux-gnu/3.4.6/../../../../lib -L/usr/lib/gcc/i486-linux-gnu/3.4.6/../../.. -L/lib/../lib -L/usr/lib/../lib -lfrtbegin -lg2c -lm -lgcc_s g++ -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -o .libs/ipopt ampl_ipopt.o ./.libs/libamplinterface.a ../../Interfaces/.libs/libipopt.so /home/edsoncv/softs/COIN/Ipopt-3.2.1/ThirdParty/ASL/amplsolver.a -ldl -lblas -L/usr/lib/gcc/i486-linux-gnu/3.4.6 -L/usr/lib/gcc/i486-linux-gnu/3.4.6/../../../../lib -L/usr/lib/gcc/i486-linux-gnu/3.4.6/../../.. -L/lib/../lib -L/usr/lib/../lib -lfrtbegin /usr/lib/libg2c.so -lm -lgcc_s -Wl,--rpath -Wl,/home/edsoncv/softs/COIN/Ipopt-3.2.1/lib ../../Interfaces/.libs/libipopt.so: undefined reference to `iparmq_'
1.0
Make problem - Issue created by migration from Trac. Original creator: edsoncv Original creation time: 2007-04-12 17:24:01 Assignee: ipopt-team Version: 3.2 *Hello While compiling Ipopt 3.2.1 I got the following error message: It seems like undefined reference to `iparmq_' , although iparmq.f is "Ipopt-3.2.1/ThirdParty/Lapack/LAPACK/SRC" folder. No error were detected in configuration file. Thanks /bin/sh ../../../libtool --tag=CXX --mode=link g++ -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -o ipopt ampl_ipopt.o libamplinterface.la ../../Interfaces/libipopt.la /home/edsoncv/softs/COIN/Ipopt-3.2.1/ThirdParty/ASL/amplsolver.a -ldl -lblas -lm -L/usr/lib/gcc/i486-linux-gnu/3.4.6 -L/usr/lib/gcc/i486-linux-gnu/3.4.6/../../../../lib -L/usr/lib/gcc/i486-linux-gnu/3.4.6/../../.. -L/lib/../lib -L/usr/lib/../lib -lfrtbegin -lg2c -lm -lgcc_s g++ -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -o .libs/ipopt ampl_ipopt.o ./.libs/libamplinterface.a ../../Interfaces/.libs/libipopt.so /home/edsoncv/softs/COIN/Ipopt-3.2.1/ThirdParty/ASL/amplsolver.a -ldl -lblas -L/usr/lib/gcc/i486-linux-gnu/3.4.6 -L/usr/lib/gcc/i486-linux-gnu/3.4.6/../../../../lib -L/usr/lib/gcc/i486-linux-gnu/3.4.6/../../.. -L/lib/../lib -L/usr/lib/../lib -lfrtbegin /usr/lib/libg2c.so -lm -lgcc_s -Wl,--rpath -Wl,/home/edsoncv/softs/COIN/Ipopt-3.2.1/lib ../../Interfaces/.libs/libipopt.so: undefined reference to `iparmq_'
defect
make problem issue created by migration from trac original creator edsoncv original creation time assignee ipopt team version hello while compiling ipopt i got the following error message it seems like undefined reference to iparmq although iparmq f is ipopt thirdparty lapack lapack src folder no error were detected in configuration file thanks bin sh libtool tag cxx mode link g fomit frame pointer pipe dndebug pedantic errors wimplicit wparentheses wreturn type wcast qual wall wpointer arith wwrite strings wconversion o ipopt ampl ipopt o libamplinterface la interfaces libipopt la home edsoncv softs coin ipopt thirdparty asl amplsolver a ldl lblas lm l usr lib gcc linux gnu l usr lib gcc linux gnu lib l usr lib gcc linux gnu l lib lib l usr lib lib lfrtbegin lm lgcc s g fomit frame pointer pipe dndebug pedantic errors wimplicit wparentheses wreturn type wcast qual wall wpointer arith wwrite strings wconversion o libs ipopt ampl ipopt o libs libamplinterface a interfaces libs libipopt so home edsoncv softs coin ipopt thirdparty asl amplsolver a ldl lblas l usr lib gcc linux gnu l usr lib gcc linux gnu lib l usr lib gcc linux gnu l lib lib l usr lib lib lfrtbegin usr lib so lm lgcc s wl rpath wl home edsoncv softs coin ipopt lib interfaces libs libipopt so undefined reference to iparmq
1
42,871
11,348,741,474
IssuesEvent
2020-01-24 01:34:48
zfsonlinux/zfs
https://api.github.com/repos/zfsonlinux/zfs
closed
Reads from ZFS volumes cause system instability when SIMD acceleration is enabled
Type: Defect
<!-- Please fill out the following template, which will help other contributors address your issue. --> <!-- Thank you for reporting an issue. *IMPORTANT* - Please search our issue tracker *before* making a new issue. If you cannot find a similar issue, then create a new issue. https://github.com/zfsonlinux/zfs/issues *IMPORTANT* - This issue tracker is for *bugs* and *issues* only. Please search the wiki and the mailing list archives before asking questions on the mailing list. https://github.com/zfsonlinux/zfs/wiki/Mailing-Lists Please fill in as much of the template as possible. --> ### System information I'm duplicating [Debian bug report 940932](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=940932). Because of the severity of the bug report (claims data corruption), I'm directly posting it here before trying to confirm with the original poster. If this is inappropriate, I apologize, and please close the bug report. <!-- add version after "|" character --> Type | Version/Name --- | --- Distribution Name | Debian Distribution Version | stable Linux Kernel | 4.19.67 Architecture | amd64 (Ryzen 5 2600X and Ryzen 5 2600 on X470 GAMING PLUS (MS-7B79) BIOS version: 7B79vAC) ZFS Version | zfs-linux/0.8.1-4~bpo10+1 <!-- Commands to find ZFS/SPL versions: modinfo zfs | grep -iw version modinfo spl | grep -iw version --> ### Describe the problem you're observing Rounding error failure in mprime torture test that goes away when `/sys/module/zfs/parameters/zfs_vdev_raidz_impl` and `/sys/module/zcommon/parameters/zfs_fletcher_4_impl` are set to `scalar`. ### Describe how to reproduce the problem Quoting the bug report: > recently I have noticed some instability on one of my machines. > The mprime (https://www.mersenne.org/download/) Torture Tests would occasionaly show errors like > > "FATAL ERROR: Rounding was 0.5, expected less than 0.4 > Hardware failure detected, consult stress.txt file." > > random commands would occasionaly segfault. > > While trying to narrow down the problem I have replaced the PSU, RAM and the CPU. Multiple hour long runs of memtest86 did not show any problem. > > Finally I was able to narrow down the reads from ZFS volumes as the trigger for the instability. > Scrubbing the volume would cause mprime to error out especially quickly. > > As a workaround I switched the SIMD acceleration off by piping "scalar" to > > /sys/module/zfs/parameters/zfs_vdev_raidz_impl and /sys/module/zcommon/parameters/zfs_fletcher_4_impl > > and that made the system stable again. ### Include any warning/errors/backtraces from the system logs mprime: ``` FATAL ERROR: Rounding was 0.5, expected less than 0.4 Hardware failure detected, consult stress.txt file. ``` <!-- *IMPORTANT* - Please mark logs and text output from terminal commands or else Github will not display them correctly. An example is provided below. Example: ``` this is an example how log text should be marked (wrap it with ```) ``` -->
1.0
Reads from ZFS volumes cause system instability when SIMD acceleration is enabled - <!-- Please fill out the following template, which will help other contributors address your issue. --> <!-- Thank you for reporting an issue. *IMPORTANT* - Please search our issue tracker *before* making a new issue. If you cannot find a similar issue, then create a new issue. https://github.com/zfsonlinux/zfs/issues *IMPORTANT* - This issue tracker is for *bugs* and *issues* only. Please search the wiki and the mailing list archives before asking questions on the mailing list. https://github.com/zfsonlinux/zfs/wiki/Mailing-Lists Please fill in as much of the template as possible. --> ### System information I'm duplicating [Debian bug report 940932](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=940932). Because of the severity of the bug report (claims data corruption), I'm directly posting it here before trying to confirm with the original poster. If this is inappropriate, I apologize, and please close the bug report. <!-- add version after "|" character --> Type | Version/Name --- | --- Distribution Name | Debian Distribution Version | stable Linux Kernel | 4.19.67 Architecture | amd64 (Ryzen 5 2600X and Ryzen 5 2600 on X470 GAMING PLUS (MS-7B79) BIOS version: 7B79vAC) ZFS Version | zfs-linux/0.8.1-4~bpo10+1 <!-- Commands to find ZFS/SPL versions: modinfo zfs | grep -iw version modinfo spl | grep -iw version --> ### Describe the problem you're observing Rounding error failure in mprime torture test that goes away when `/sys/module/zfs/parameters/zfs_vdev_raidz_impl` and `/sys/module/zcommon/parameters/zfs_fletcher_4_impl` are set to `scalar`. ### Describe how to reproduce the problem Quoting the bug report: > recently I have noticed some instability on one of my machines. > The mprime (https://www.mersenne.org/download/) Torture Tests would occasionaly show errors like > > "FATAL ERROR: Rounding was 0.5, expected less than 0.4 > Hardware failure detected, consult stress.txt file." > > random commands would occasionaly segfault. > > While trying to narrow down the problem I have replaced the PSU, RAM and the CPU. Multiple hour long runs of memtest86 did not show any problem. > > Finally I was able to narrow down the reads from ZFS volumes as the trigger for the instability. > Scrubbing the volume would cause mprime to error out especially quickly. > > As a workaround I switched the SIMD acceleration off by piping "scalar" to > > /sys/module/zfs/parameters/zfs_vdev_raidz_impl and /sys/module/zcommon/parameters/zfs_fletcher_4_impl > > and that made the system stable again. ### Include any warning/errors/backtraces from the system logs mprime: ``` FATAL ERROR: Rounding was 0.5, expected less than 0.4 Hardware failure detected, consult stress.txt file. ``` <!-- *IMPORTANT* - Please mark logs and text output from terminal commands or else Github will not display them correctly. An example is provided below. Example: ``` this is an example how log text should be marked (wrap it with ```) ``` -->
defect
reads from zfs volumes cause system instability when simd acceleration is enabled thank you for reporting an issue important please search our issue tracker before making a new issue if you cannot find a similar issue then create a new issue important this issue tracker is for bugs and issues only please search the wiki and the mailing list archives before asking questions on the mailing list please fill in as much of the template as possible system information i m duplicating because of the severity of the bug report claims data corruption i m directly posting it here before trying to confirm with the original poster if this is inappropriate i apologize and please close the bug report type version name distribution name debian distribution version stable linux kernel architecture ryzen and ryzen on gaming plus ms bios version zfs version zfs linux commands to find zfs spl versions modinfo zfs grep iw version modinfo spl grep iw version describe the problem you re observing rounding error failure in mprime torture test that goes away when sys module zfs parameters zfs vdev raidz impl and sys module zcommon parameters zfs fletcher impl are set to scalar describe how to reproduce the problem quoting the bug report recently i have noticed some instability on one of my machines the mprime torture tests would occasionaly show errors like fatal error rounding was expected less than hardware failure detected consult stress txt file random commands would occasionaly segfault while trying to narrow down the problem i have replaced the psu ram and the cpu multiple hour long runs of did not show any problem finally i was able to narrow down the reads from zfs volumes as the trigger for the instability scrubbing the volume would cause mprime to error out especially quickly as a workaround i switched the simd acceleration off by piping scalar to sys module zfs parameters zfs vdev raidz impl and sys module zcommon parameters zfs fletcher impl and that made the system stable again include any warning errors backtraces from the system logs mprime fatal error rounding was expected less than hardware failure detected consult stress txt file important please mark logs and text output from terminal commands or else github will not display them correctly an example is provided below example this is an example how log text should be marked wrap it with
1
53,925
13,262,519,155
IssuesEvent
2020-08-20 21:58:13
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
python3 __nonzero__ compatibility (Trac #2341)
Migrated from Trac combo core defect
Running muon level3 processing using python 3 (py3-v4) results in more events passing the cuts compared to using running it with python 2 (py2-v3.1.1). The problem is the `CleanInputStreams` traysegment in `level3_Functions.py`, especially the following part (lines 79-90): ```text def muon_stream(frame): if frame.Has("FilterMask"): for filter in ["MuonFilter_12", "MuonFilter_13"]: if frame["FilterMask"].has_key(filter) and bool(frame["FilterMask"][filter]): return True else: return False if frame.Has("QFilterMask"): for filter in ["EHEFilter_12", "EHEFilter_13"]: if frame["QFilterMask"].has_key(filter) and bool(frame["QFilterMask"][filter]): return True return False ``` `bool(frame["FilterMask"][filter])` will always evaluate to `True` in python 3, regardless of whether the filter mask is actually true or not. This results in events not passing the muon filter to be passed on for level3 processing. Additionally, there is one print statement in `level3_Master.py` line 219 that is not yet python 3 compatible. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2341">https://code.icecube.wisc.edu/projects/icecube/ticket/2341</a>, reported by egansterand owned by kjmeagher</em></summary> <p> ```json { "status": "closed", "changetime": "2019-08-20T16:50:37", "_ts": "1566319837741391", "description": "Running muon level3 processing using python 3 (py3-v4) results in more events passing the cuts compared to using running it with python 2 (py2-v3.1.1).\nThe problem is the `CleanInputStreams` traysegment in `level3_Functions.py`, especially the following part (lines 79-90):\n{{{\ndef muon_stream(frame):\n if frame.Has(\"FilterMask\"):\n for filter in [\"MuonFilter_12\", \"MuonFilter_13\"]:\n if frame[\"FilterMask\"].has_key(filter) and bool(frame[\"FilterMask\"][filter]):\n return True\n else:\n return False\n if frame.Has(\"QFilterMask\"):\n for filter in [\"EHEFilter_12\", \"EHEFilter_13\"]:\n if frame[\"QFilterMask\"].has_key(filter) and bool(frame[\"QFilterMask\"][filter]):\n return True\n return False\n}}}\n\n`bool(frame[\"FilterMask\"][filter])` will always evaluate to `True` in python 3, regardless of whether the filter mask is actually true or not. This results in events not passing the muon filter to be passed on for level3 processing.\n\nAdditionally, there is one print statement in `level3_Master.py` line 219 that is not yet python 3 compatible.", "reporter": "eganster", "cc": "", "resolution": "fixed", "time": "2019-08-08T13:40:34", "component": "combo core", "summary": "python3 __nonzero__ compatibility", "priority": "critical", "keywords": "", "milestone": "Autumnal Equinox 2019", "owner": "kjmeagher", "type": "defect" } ``` </p> </details>
1.0
python3 __nonzero__ compatibility (Trac #2341) - Running muon level3 processing using python 3 (py3-v4) results in more events passing the cuts compared to using running it with python 2 (py2-v3.1.1). The problem is the `CleanInputStreams` traysegment in `level3_Functions.py`, especially the following part (lines 79-90): ```text def muon_stream(frame): if frame.Has("FilterMask"): for filter in ["MuonFilter_12", "MuonFilter_13"]: if frame["FilterMask"].has_key(filter) and bool(frame["FilterMask"][filter]): return True else: return False if frame.Has("QFilterMask"): for filter in ["EHEFilter_12", "EHEFilter_13"]: if frame["QFilterMask"].has_key(filter) and bool(frame["QFilterMask"][filter]): return True return False ``` `bool(frame["FilterMask"][filter])` will always evaluate to `True` in python 3, regardless of whether the filter mask is actually true or not. This results in events not passing the muon filter to be passed on for level3 processing. Additionally, there is one print statement in `level3_Master.py` line 219 that is not yet python 3 compatible. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2341">https://code.icecube.wisc.edu/projects/icecube/ticket/2341</a>, reported by egansterand owned by kjmeagher</em></summary> <p> ```json { "status": "closed", "changetime": "2019-08-20T16:50:37", "_ts": "1566319837741391", "description": "Running muon level3 processing using python 3 (py3-v4) results in more events passing the cuts compared to using running it with python 2 (py2-v3.1.1).\nThe problem is the `CleanInputStreams` traysegment in `level3_Functions.py`, especially the following part (lines 79-90):\n{{{\ndef muon_stream(frame):\n if frame.Has(\"FilterMask\"):\n for filter in [\"MuonFilter_12\", \"MuonFilter_13\"]:\n if frame[\"FilterMask\"].has_key(filter) and bool(frame[\"FilterMask\"][filter]):\n return True\n else:\n return False\n if frame.Has(\"QFilterMask\"):\n for filter in [\"EHEFilter_12\", \"EHEFilter_13\"]:\n if frame[\"QFilterMask\"].has_key(filter) and bool(frame[\"QFilterMask\"][filter]):\n return True\n return False\n}}}\n\n`bool(frame[\"FilterMask\"][filter])` will always evaluate to `True` in python 3, regardless of whether the filter mask is actually true or not. This results in events not passing the muon filter to be passed on for level3 processing.\n\nAdditionally, there is one print statement in `level3_Master.py` line 219 that is not yet python 3 compatible.", "reporter": "eganster", "cc": "", "resolution": "fixed", "time": "2019-08-08T13:40:34", "component": "combo core", "summary": "python3 __nonzero__ compatibility", "priority": "critical", "keywords": "", "milestone": "Autumnal Equinox 2019", "owner": "kjmeagher", "type": "defect" } ``` </p> </details>
defect
nonzero compatibility trac running muon processing using python results in more events passing the cuts compared to using running it with python the problem is the cleaninputstreams traysegment in functions py especially the following part lines text def muon stream frame if frame has filtermask for filter in if frame has key filter and bool frame return true else return false if frame has qfiltermask for filter in if frame has key filter and bool frame return true return false bool frame will always evaluate to true in python regardless of whether the filter mask is actually true or not this results in events not passing the muon filter to be passed on for processing additionally there is one print statement in master py line that is not yet python compatible migrated from json status closed changetime ts description running muon processing using python results in more events passing the cuts compared to using running it with python nthe problem is the cleaninputstreams traysegment in functions py especially the following part lines n ndef muon stream frame n if frame has filtermask n for filter in n if frame has key filter and bool frame n return true n else n return false n if frame has qfiltermask n for filter in n if frame has key filter and bool frame n return true n return false n n n bool frame will always evaluate to true in python regardless of whether the filter mask is actually true or not this results in events not passing the muon filter to be passed on for processing n nadditionally there is one print statement in master py line that is not yet python compatible reporter eganster cc resolution fixed time component combo core summary nonzero compatibility priority critical keywords milestone autumnal equinox owner kjmeagher type defect
1
144,726
11,628,030,770
IssuesEvent
2020-02-27 17:32:46
google/clusterfuzz
https://api.github.com/repos/google/clusterfuzz
closed
Refactor launcher tests for better readability and maintainability
testonly
In #581 and #583 @jonathanmetzman has pointed out that our current tests for launchers (and probably some other stuff) are quite redundant and annoying to add / update. Replacing the large `AssertEqual` e.g. for stats with `AssertIn` might be one relatively simple but nice improvement. Also many tests are asserting the same things again and again, maybe those items could be moved into separate test(s), and the rest will be focused on their specific feature (i.e. strategy tests just verify the strategy, not need to assert the whole output equivalence). I suspect this might be a good task to tackle during fuzzing engine plugability work, as the test might be affected by the new interface development anyway.
1.0
Refactor launcher tests for better readability and maintainability - In #581 and #583 @jonathanmetzman has pointed out that our current tests for launchers (and probably some other stuff) are quite redundant and annoying to add / update. Replacing the large `AssertEqual` e.g. for stats with `AssertIn` might be one relatively simple but nice improvement. Also many tests are asserting the same things again and again, maybe those items could be moved into separate test(s), and the rest will be focused on their specific feature (i.e. strategy tests just verify the strategy, not need to assert the whole output equivalence). I suspect this might be a good task to tackle during fuzzing engine plugability work, as the test might be affected by the new interface development anyway.
non_defect
refactor launcher tests for better readability and maintainability in and jonathanmetzman has pointed out that our current tests for launchers and probably some other stuff are quite redundant and annoying to add update replacing the large assertequal e g for stats with assertin might be one relatively simple but nice improvement also many tests are asserting the same things again and again maybe those items could be moved into separate test s and the rest will be focused on their specific feature i e strategy tests just verify the strategy not need to assert the whole output equivalence i suspect this might be a good task to tackle during fuzzing engine plugability work as the test might be affected by the new interface development anyway
0
68,681
21,786,198,089
IssuesEvent
2022-05-14 06:53:07
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
Parsing Error in Element Android
T-Defect
### Steps to reproduce Please check https://github.com/vector-im/element-web/issues/22198 as it relates to this issue and has the steps to reproduce. ### Outcome Please check https://github.com/vector-im/element-web/issues/22198 as it relates to this issue and has the outcome as well (in the form of screenshots). ### Your phone model Samsung Galaxy S6 ### Operating system version Android 7 ### Application version and app store Latest ### Homeserver matrix.org ### Will you send logs? No
1.0
Parsing Error in Element Android - ### Steps to reproduce Please check https://github.com/vector-im/element-web/issues/22198 as it relates to this issue and has the steps to reproduce. ### Outcome Please check https://github.com/vector-im/element-web/issues/22198 as it relates to this issue and has the outcome as well (in the form of screenshots). ### Your phone model Samsung Galaxy S6 ### Operating system version Android 7 ### Application version and app store Latest ### Homeserver matrix.org ### Will you send logs? No
defect
parsing error in element android steps to reproduce please check as it relates to this issue and has the steps to reproduce outcome please check as it relates to this issue and has the outcome as well in the form of screenshots your phone model samsung galaxy operating system version android application version and app store latest homeserver matrix org will you send logs no
1
41,652
10,558,076,987
IssuesEvent
2019-10-04 08:13:29
mozilla/blurts-server
https://api.github.com/repos/mozilla/blurts-server
closed
[Mobile] The user should not be able to scroll the Bento menu page out of view
android iOS mobile 📱 qa:needed type: defect
## Steps to reproduce 1. Install and Launch the app. 2. Access `https://monitor-v2.herokuapp.com/` 3. Open the Bento menu 4. Scroll until the bottom and then up again. ### Expected behavior The user should not be able to scroll the Bento menu page out of view ### Actual behavior The Bento menu page can be scrolled out of view. * Android device: `Samsung Galaxy S10+(Android 9), Samsung Galaxy Note 9(Android 8)` * Fenix version: `Latest Firefox and Chrome` versions. ### Notes: ![20191001_124731](https://user-images.githubusercontent.com/42831109/65952609-df810c00-e44a-11e9-98f1-b7a7281d0567.gif)
1.0
[Mobile] The user should not be able to scroll the Bento menu page out of view - ## Steps to reproduce 1. Install and Launch the app. 2. Access `https://monitor-v2.herokuapp.com/` 3. Open the Bento menu 4. Scroll until the bottom and then up again. ### Expected behavior The user should not be able to scroll the Bento menu page out of view ### Actual behavior The Bento menu page can be scrolled out of view. * Android device: `Samsung Galaxy S10+(Android 9), Samsung Galaxy Note 9(Android 8)` * Fenix version: `Latest Firefox and Chrome` versions. ### Notes: ![20191001_124731](https://user-images.githubusercontent.com/42831109/65952609-df810c00-e44a-11e9-98f1-b7a7281d0567.gif)
defect
the user should not be able to scroll the bento menu page out of view steps to reproduce install and launch the app access open the bento menu scroll until the bottom and then up again expected behavior the user should not be able to scroll the bento menu page out of view actual behavior the bento menu page can be scrolled out of view android device samsung galaxy android samsung galaxy note android fenix version latest firefox and chrome versions notes
1
264,633
8,317,781,510
IssuesEvent
2018-09-25 13:07:20
robotframework/robotframework
https://api.github.com/repos/robotframework/robotframework
closed
Automatic argument conversion based on type information passed to `@keyword` decorator
alpha 2 enhancement priority: critical
We have lately been working with automatic argument type conversion based on function annotations (#2890) and argument default values (#2932). This is very useful, but function annotations work only with Python 3 and it doesn't make sense to add default values to all arguments. Having a generic and Python version independent type conversion would be handy, and because the actual type conversion functionality is already implemented we'd only need a way to specify types. My proposal is to support specifying types using the `@keyword` decorator by passing `types` as a dictionary mapping argument names to types: ```python @keyword(types={'arg1': int, 'arg3': bool}) def example(arg1, arg2, arg3): # ... ``` Additional design decisions related to this proposal: - Type information is be stored to the function object as `robot_types` attribute (consistent with the existing `robot_name` and `robot_tags`) that can be also set otherwise. - This explicit Robot specific type information has priority over type information got from annotations or default values. - It is not necessarily to specify types for all arguments. The above example doesn't specify type for `arg2`. - Like with function annotations, it is possible to specify types for `*varargs` and `**kws`. - It is an error to specify a type for a non-existing arguments. --- **UPDATE:** Decided to allow specifying types also as a list to make simple cases less verbose. See [the comment below](https://github.com/robotframework/robotframework/issues/2947#issuecomment-417305867) for details.
1.0
Automatic argument conversion based on type information passed to `@keyword` decorator - We have lately been working with automatic argument type conversion based on function annotations (#2890) and argument default values (#2932). This is very useful, but function annotations work only with Python 3 and it doesn't make sense to add default values to all arguments. Having a generic and Python version independent type conversion would be handy, and because the actual type conversion functionality is already implemented we'd only need a way to specify types. My proposal is to support specifying types using the `@keyword` decorator by passing `types` as a dictionary mapping argument names to types: ```python @keyword(types={'arg1': int, 'arg3': bool}) def example(arg1, arg2, arg3): # ... ``` Additional design decisions related to this proposal: - Type information is be stored to the function object as `robot_types` attribute (consistent with the existing `robot_name` and `robot_tags`) that can be also set otherwise. - This explicit Robot specific type information has priority over type information got from annotations or default values. - It is not necessarily to specify types for all arguments. The above example doesn't specify type for `arg2`. - Like with function annotations, it is possible to specify types for `*varargs` and `**kws`. - It is an error to specify a type for a non-existing arguments. --- **UPDATE:** Decided to allow specifying types also as a list to make simple cases less verbose. See [the comment below](https://github.com/robotframework/robotframework/issues/2947#issuecomment-417305867) for details.
non_defect
automatic argument conversion based on type information passed to keyword decorator we have lately been working with automatic argument type conversion based on function annotations and argument default values this is very useful but function annotations work only with python and it doesn t make sense to add default values to all arguments having a generic and python version independent type conversion would be handy and because the actual type conversion functionality is already implemented we d only need a way to specify types my proposal is to support specifying types using the keyword decorator by passing types as a dictionary mapping argument names to types python keyword types int bool def example additional design decisions related to this proposal type information is be stored to the function object as robot types attribute consistent with the existing robot name and robot tags that can be also set otherwise this explicit robot specific type information has priority over type information got from annotations or default values it is not necessarily to specify types for all arguments the above example doesn t specify type for like with function annotations it is possible to specify types for varargs and kws it is an error to specify a type for a non existing arguments update decided to allow specifying types also as a list to make simple cases less verbose see for details
0
38,591
8,922,105,637
IssuesEvent
2019-01-21 12:00:18
opencaching/opencaching-pl
https://api.github.com/repos/opencaching/opencaching-pl
closed
Editcache produces double-slash in URL
Component Cache Priority Medium Type Defect
After editing and saving a cache on my develsite, I am redirected to e.g. * http://local.opencaching.pl//viewcache.php?wp=OP8RPD Note the double-slash in the middle. It's the same at OC.NL, e.g. * https://www.opencaching.nl//viewcache.php?wp=OB1B6B Then somtimes the description language switch does not work but leads to e.g. https://viewcache.php?wp=OB1B6B?desclang=EN
1.0
Editcache produces double-slash in URL - After editing and saving a cache on my develsite, I am redirected to e.g. * http://local.opencaching.pl//viewcache.php?wp=OP8RPD Note the double-slash in the middle. It's the same at OC.NL, e.g. * https://www.opencaching.nl//viewcache.php?wp=OB1B6B Then somtimes the description language switch does not work but leads to e.g. https://viewcache.php?wp=OB1B6B?desclang=EN
defect
editcache produces double slash in url after editing and saving a cache on my develsite i am redirected to e g note the double slash in the middle it s the same at oc nl e g then somtimes the description language switch does not work but leads to e g
1
205
2,519,740,137
IssuesEvent
2015-01-18 09:01:14
mbunkus/mtx-trac-import-test
https://api.github.com/repos/mbunkus/mtx-trac-import-test
opened
'set as default track' leaves other 'default track' flags unchanged
C: mmg (mkvmerge GUI) P: normal R: fixed T: defect
**Reported by moritz on 4 Nov 2003 13:11 UTC** If someone marks a track s the default track and then later selects another track of the same kind (audio, video, subs) as the default track then mmg should clear the previous flags automatically. mkvmerge will throw a warning in this case, but this should really be handled on the GUI level. Reported by someone on forum.d9.org Migrated-From: https://trac.bunkus.org/ticket/16
1.0
'set as default track' leaves other 'default track' flags unchanged - **Reported by moritz on 4 Nov 2003 13:11 UTC** If someone marks a track s the default track and then later selects another track of the same kind (audio, video, subs) as the default track then mmg should clear the previous flags automatically. mkvmerge will throw a warning in this case, but this should really be handled on the GUI level. Reported by someone on forum.d9.org Migrated-From: https://trac.bunkus.org/ticket/16
defect
set as default track leaves other default track flags unchanged reported by moritz on nov utc if someone marks a track s the default track and then later selects another track of the same kind audio video subs as the default track then mmg should clear the previous flags automatically mkvmerge will throw a warning in this case but this should really be handled on the gui level reported by someone on forum org migrated from
1
30,525
13,250,811,085
IssuesEvent
2020-08-20 00:11:07
microsoft/BotFramework-Composer
https://api.github.com/repos/microsoft/BotFramework-Composer
closed
Consumer bot is processing the request before Skills every time
Bot Services R10-RC Type: Bug customer-replied-to customer-reported topic: skill
<!-- Complete the necessary portions of this template and delete the rest. --> ## Describe the bug What I have understood from the [docs](https://docs.microsoft.com/en-us/azure/bot-service/skills-conceptual?view=azure-bot-service-4.0) and the [Skills bot sample](https://github.com/microsoft/BotBuilder-Samples/tree/master/samples/csharp_dotnetcore/80.skills-simple-bot-to-bot) from the Samples repo is when the Skill is called from Consumer bot, it then redirects all the incoming activities to the Skill until Consumer receives endOfConversation activity from Skill. If this understanding is correct then I think I am having an issue. I have created a Skill using Composer 💯and my Consumer bot is another Composer bot. Now, I have got a **General Bank Bot** that calls a Skill *Balance Bot*. As soon as my CheckBalance gets recognized by the Consumer Bot, it calls the Skill *Balance Bot*. Then Balance Bot asks me a question i.e. my account number and as I provide the account number, it recognizes another intent from the Consumer Bot again (I think this shouldn't be the case) and then it processes my Skill's request. ## Version 1.0.2 ## Browser <!-- What browser are you using? --> - [ ] Electron distribution - [ ] Chrome - [ ] Safari - [ ] Firefox - [x] Edge ## OS <!-- What operating system are you using? --> - [ ] macOS - [x] Windows - [ ] Ubuntu ## To Reproduce Steps to reproduce the behavior: ![image](https://user-images.githubusercontent.com/16351038/90253717-f1ae4200-de84-11ea-9108-d9ba10409f66.png) ## Expected behavior I should straight away go to Skills.
1.0
Consumer bot is processing the request before Skills every time - <!-- Complete the necessary portions of this template and delete the rest. --> ## Describe the bug What I have understood from the [docs](https://docs.microsoft.com/en-us/azure/bot-service/skills-conceptual?view=azure-bot-service-4.0) and the [Skills bot sample](https://github.com/microsoft/BotBuilder-Samples/tree/master/samples/csharp_dotnetcore/80.skills-simple-bot-to-bot) from the Samples repo is when the Skill is called from Consumer bot, it then redirects all the incoming activities to the Skill until Consumer receives endOfConversation activity from Skill. If this understanding is correct then I think I am having an issue. I have created a Skill using Composer 💯and my Consumer bot is another Composer bot. Now, I have got a **General Bank Bot** that calls a Skill *Balance Bot*. As soon as my CheckBalance gets recognized by the Consumer Bot, it calls the Skill *Balance Bot*. Then Balance Bot asks me a question i.e. my account number and as I provide the account number, it recognizes another intent from the Consumer Bot again (I think this shouldn't be the case) and then it processes my Skill's request. ## Version 1.0.2 ## Browser <!-- What browser are you using? --> - [ ] Electron distribution - [ ] Chrome - [ ] Safari - [ ] Firefox - [x] Edge ## OS <!-- What operating system are you using? --> - [ ] macOS - [x] Windows - [ ] Ubuntu ## To Reproduce Steps to reproduce the behavior: ![image](https://user-images.githubusercontent.com/16351038/90253717-f1ae4200-de84-11ea-9108-d9ba10409f66.png) ## Expected behavior I should straight away go to Skills.
non_defect
consumer bot is processing the request before skills every time describe the bug what i have understood from the and the from the samples repo is when the skill is called from consumer bot it then redirects all the incoming activities to the skill until consumer receives endofconversation activity from skill if this understanding is correct then i think i am having an issue i have created a skill using composer 💯and my consumer bot is another composer bot now i have got a general bank bot that calls a skill balance bot as soon as my checkbalance gets recognized by the consumer bot it calls the skill balance bot then balance bot asks me a question i e my account number and as i provide the account number it recognizes another intent from the consumer bot again i think this shouldn t be the case and then it processes my skill s request version browser electron distribution chrome safari firefox edge os macos windows ubuntu to reproduce steps to reproduce the behavior expected behavior i should straight away go to skills
0
2,103
3,511,717,603
IssuesEvent
2016-01-10 14:12:11
timvideos/HDMI2USB-misoc-firmware
https://api.github.com/repos/timvideos/HDMI2USB-misoc-firmware
closed
`make gateware` should generate the xsvf file
board-*** firmware-fpga level-infrastructure type-bug
Currently to get a xsvf file you need to do a `PROG=fpgalink make load` which will cause a xsvf file to generated for fpgalink.
1.0
`make gateware` should generate the xsvf file - Currently to get a xsvf file you need to do a `PROG=fpgalink make load` which will cause a xsvf file to generated for fpgalink.
non_defect
make gateware should generate the xsvf file currently to get a xsvf file you need to do a prog fpgalink make load which will cause a xsvf file to generated for fpgalink
0
596,336
18,103,557,073
IssuesEvent
2021-09-22 16:34:38
basedosdados/mais
https://api.github.com/repos/basedosdados/mais
closed
[infra] Criar funcionalidade para criação de novas tabelas/views em cima de outras já publicadas.
enhancement priority infra
**Sua solicitação de recurso está relacionada a um problema? Por favor descreva.** Criei tabelas com queries agregando tabelas já publicadas (ex. microdados da RAIS -> agregações por município). Mas fiz isso na mão no BigQuery, o que não permite ter os `table_config.yaml` com metadados. **Descreva a solução que você gostaria** Ter esse workflow incorporado no CLI.
1.0
[infra] Criar funcionalidade para criação de novas tabelas/views em cima de outras já publicadas. - **Sua solicitação de recurso está relacionada a um problema? Por favor descreva.** Criei tabelas com queries agregando tabelas já publicadas (ex. microdados da RAIS -> agregações por município). Mas fiz isso na mão no BigQuery, o que não permite ter os `table_config.yaml` com metadados. **Descreva a solução que você gostaria** Ter esse workflow incorporado no CLI.
non_defect
criar funcionalidade para criação de novas tabelas views em cima de outras já publicadas sua solicitação de recurso está relacionada a um problema por favor descreva criei tabelas com queries agregando tabelas já publicadas ex microdados da rais agregações por município mas fiz isso na mão no bigquery o que não permite ter os table config yaml com metadados descreva a solução que você gostaria ter esse workflow incorporado no cli
0
16,103
2,872,101,393
IssuesEvent
2015-06-08 09:37:57
contao/core-bundle
https://api.github.com/repos/contao/core-bundle
closed
Folder shown as protected in file selector
defect
My folders have a lock icon in the backend file picker, even though they are published. Maybe related to the case that I limited the folder selection to a subfolder (using `eval => path`).
1.0
Folder shown as protected in file selector - My folders have a lock icon in the backend file picker, even though they are published. Maybe related to the case that I limited the folder selection to a subfolder (using `eval => path`).
defect
folder shown as protected in file selector my folders have a lock icon in the backend file picker even though they are published maybe related to the case that i limited the folder selection to a subfolder using eval path
1
195,767
14,762,318,193
IssuesEvent
2021-01-09 02:58:55
xr3ngine/xr3ngine
https://api.github.com/repos/xr3ngine/xr3ngine
closed
Smooth out client side prediction
testing
Right now character is pretty stuttery in dev server. Once local packet loss and latency have been setup, take steps to tune network interpolation time / # names and any lerp values to try to smooth out movement.
1.0
Smooth out client side prediction - Right now character is pretty stuttery in dev server. Once local packet loss and latency have been setup, take steps to tune network interpolation time / # names and any lerp values to try to smooth out movement.
non_defect
smooth out client side prediction right now character is pretty stuttery in dev server once local packet loss and latency have been setup take steps to tune network interpolation time names and any lerp values to try to smooth out movement
0
62,061
17,023,842,559
IssuesEvent
2021-07-03 04:07:47
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
edit area link broken in browse changeset/way/node/relation
Component: website Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 3.25pm, Sunday, 25th November 2012]** The "Edit area" link ("Modifier la zone" in french) does not work anymore when browsing changeset/node/way or relation on the osm.org website when using an external editor. The URL sent to JOSM looks like: http://127.0.0.1:8111/load_and_zoom?left=NaN&top=NaN&right=NaN&bottom=NaN
1.0
edit area link broken in browse changeset/way/node/relation - **[Submitted to the original trac issue database at 3.25pm, Sunday, 25th November 2012]** The "Edit area" link ("Modifier la zone" in french) does not work anymore when browsing changeset/node/way or relation on the osm.org website when using an external editor. The URL sent to JOSM looks like: http://127.0.0.1:8111/load_and_zoom?left=NaN&top=NaN&right=NaN&bottom=NaN
defect
edit area link broken in browse changeset way node relation the edit area link modifier la zone in french does not work anymore when browsing changeset node way or relation on the osm org website when using an external editor the url sent to josm looks like
1
9,106
12,619,873,591
IssuesEvent
2020-06-13 03:07:48
w-a-r-m-inventory-system/Food-Pantry-Inventory
https://api.github.com/repos/w-a-r-m-inventory-system/Food-Pantry-Inventory
closed
Implement permission levels though out the application
document requirement
- Only login page does not require the LoginMixIn - Each page will verify if the user is allowed to access that page - Throws a polite error message and allow return to previous page if not - So far, only the Add user page and the change user permission page will have conditional logic based on the permission of the user - Perhaps this can be isolated to one class or function that contains the necessary logic
1.0
Implement permission levels though out the application - - Only login page does not require the LoginMixIn - Each page will verify if the user is allowed to access that page - Throws a polite error message and allow return to previous page if not - So far, only the Add user page and the change user permission page will have conditional logic based on the permission of the user - Perhaps this can be isolated to one class or function that contains the necessary logic
non_defect
implement permission levels though out the application only login page does not require the loginmixin each page will verify if the user is allowed to access that page throws a polite error message and allow return to previous page if not so far only the add user page and the change user permission page will have conditional logic based on the permission of the user perhaps this can be isolated to one class or function that contains the necessary logic
0
65,013
19,012,993,601
IssuesEvent
2021-11-23 11:22:37
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
Don't see _cake_core_ storing file maps in CakePHP4.2.8
defect
### Description I dont see maping file in folder /tmp/cache/persistent. Did CakePHP4.2.8 remove this function? In CakePHP2X i saw cache method? Did CakePHP4.2.8 also remove it? Could you help me my isssue? Thanks for reading. ### CakePHP Version 4.2.8 ### PHP Version 7.4
1.0
Don't see _cake_core_ storing file maps in CakePHP4.2.8 - ### Description I dont see maping file in folder /tmp/cache/persistent. Did CakePHP4.2.8 remove this function? In CakePHP2X i saw cache method? Did CakePHP4.2.8 also remove it? Could you help me my isssue? Thanks for reading. ### CakePHP Version 4.2.8 ### PHP Version 7.4
defect
don t see cake core storing file maps in description i dont see maping file in folder tmp cache persistent did remove this function in i saw cache method did also remove it could you help me my isssue thanks for reading cakephp version php version
1
75,559
25,915,429,148
IssuesEvent
2022-12-15 16:58:40
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
opened
Element requests thumbnails in 0x0 pixel resolution
T-Defect
### Steps to reproduce Being the homeserver operator, I can't tell you exactly what the user is doing, but I am pretty sure they are just using the client as intended. ### Outcome #### What did you expect? Normal operation #### What happened instead? I can see in the reverse proxy log that the Element client makes a request like the following: `x.x.x.x - - [15/Dec/2022:09:34:16 +0100] "GET /_matrix/media/r0/thumbnail/matrix-server.example/rAgGyDiZgIGXzumIIYcQhWPB?width=0&height=0&method=scale HTTP/1.1" 500 5701 "-" "Element/1.9.13 (iPhone 14 Pro Max; iOS 16.2; Scale/3.00)"` Notice the **width=0&height=0** part This results in an error on the homeserver: ``` x/media/r0/thumbnail/matrix.gladblad.dk/rAgGyDiZgIGXzumIIYcQhWPB?width=0&height=0&method=scale' clientproto='HTTP/1.1' site='8008'> Dec 15 09:34:16 matrix docker/synapse[1641]: Traceback (most recent call last): Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/synapse/http/server.py", line 307, in _async_render_wrapper Dec 15 09:34:16 matrix docker/synapse[1641]: callback_return = await self._async_render(request) Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/synapse/http/server.py", line 337, in _async_render Dec 15 09:34:16 matrix docker/synapse[1641]: callback_return = await raw_callback_return Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/synapse/rest/media/v1/thumbnail_resource.py", line 76, in _async_render_GET Dec 15 09:34:16 matrix docker/synapse[1641]: await self._select_or_generate_local_thumbnail( Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/synapse/rest/media/v1/thumbnail_resource.py", line 178, in _select_or_generate_local_thumbnail Dec 15 09:34:16 matrix docker/synapse[1641]: file_path = await self.media_repo.generate_local_exact_thumbnail( Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/synapse/rest/media/v1/media_repository.py", line 592, in generate_local_exact_thumbnail Dec 15 09:34:16 matrix docker/synapse[1641]: t_byte_source = await defer_to_thread( Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/twisted/python/threadpool.py", line 244, in inContext Dec 15 09:34:16 matrix docker/synapse[1641]: result = inContext.theWork() # type: ignore[attr-defined] Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/twisted/python/threadpool.py", line 260, in <lambda> Dec 15 09:34:16 matrix docker/synapse[1641]: inContext.theWork = lambda: context.call( # type: ignore[attr-defined] Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/twisted/python/context.py", line 117, in callWithContext Dec 15 09:34:16 matrix docker/synapse[1641]: return self.currentContext().callWithContext(ctx, func, *args, **kw) Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/twisted/python/context.py", line 82, in callWithContext Dec 15 09:34:16 matrix docker/synapse[1641]: return func(*args, **kw) Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/synapse/logging/context.py", line 969, in g Dec 15 09:34:16 matrix docker/synapse[1641]: return f(*args, **kwargs) Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/synapse/rest/media/v1/media_repository.py", line 562, in _generate_thumbnail Dec 15 09:34:16 matrix docker/synapse[1641]: return thumbnailer.scale(t_width, t_height, t_type) Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/synapse/rest/media/v1/thumbnailer.py", line 143, in scale Dec 15 09:34:16 matrix docker/synapse[1641]: with self._resize(width, height) as scaled: Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/synapse/rest/media/v1/thumbnailer.py", line 135, in _resize Dec 15 09:34:16 matrix docker/synapse[1641]: return self.image.resize((width, height), Image.ANTIALIAS) Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/PIL/Image.py", line 2115, in resize Dec 15 09:34:16 matrix docker/synapse[1641]: return self._new(self.im.resize(size, resample, box)) Dec 15 09:34:16 matrix docker/synapse[1641]: ValueError: height and width must be > 0 ``` Which again results in an error 500, and, what I suspect, is an empty image on the client. Error is also reported in the Synapse project [here](https://github.com/matrix-org/synapse/issues/14579) It would be nice if a check for 0x0 sized thumbnails could be made, and either fix the size or just not make requests if the size of the thumbnail is 0 in either width or height. ### Your phone model iPhone 11, 12 and 14 ### Operating system version IOS 16, IOS 16.2 ### Application version Element 1.9.13 ### Homeserver Synapse 1.73.0 ### Will you send logs? Yes
1.0
Element requests thumbnails in 0x0 pixel resolution - ### Steps to reproduce Being the homeserver operator, I can't tell you exactly what the user is doing, but I am pretty sure they are just using the client as intended. ### Outcome #### What did you expect? Normal operation #### What happened instead? I can see in the reverse proxy log that the Element client makes a request like the following: `x.x.x.x - - [15/Dec/2022:09:34:16 +0100] "GET /_matrix/media/r0/thumbnail/matrix-server.example/rAgGyDiZgIGXzumIIYcQhWPB?width=0&height=0&method=scale HTTP/1.1" 500 5701 "-" "Element/1.9.13 (iPhone 14 Pro Max; iOS 16.2; Scale/3.00)"` Notice the **width=0&height=0** part This results in an error on the homeserver: ``` x/media/r0/thumbnail/matrix.gladblad.dk/rAgGyDiZgIGXzumIIYcQhWPB?width=0&height=0&method=scale' clientproto='HTTP/1.1' site='8008'> Dec 15 09:34:16 matrix docker/synapse[1641]: Traceback (most recent call last): Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/synapse/http/server.py", line 307, in _async_render_wrapper Dec 15 09:34:16 matrix docker/synapse[1641]: callback_return = await self._async_render(request) Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/synapse/http/server.py", line 337, in _async_render Dec 15 09:34:16 matrix docker/synapse[1641]: callback_return = await raw_callback_return Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/synapse/rest/media/v1/thumbnail_resource.py", line 76, in _async_render_GET Dec 15 09:34:16 matrix docker/synapse[1641]: await self._select_or_generate_local_thumbnail( Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/synapse/rest/media/v1/thumbnail_resource.py", line 178, in _select_or_generate_local_thumbnail Dec 15 09:34:16 matrix docker/synapse[1641]: file_path = await self.media_repo.generate_local_exact_thumbnail( Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/synapse/rest/media/v1/media_repository.py", line 592, in generate_local_exact_thumbnail Dec 15 09:34:16 matrix docker/synapse[1641]: t_byte_source = await defer_to_thread( Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/twisted/python/threadpool.py", line 244, in inContext Dec 15 09:34:16 matrix docker/synapse[1641]: result = inContext.theWork() # type: ignore[attr-defined] Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/twisted/python/threadpool.py", line 260, in <lambda> Dec 15 09:34:16 matrix docker/synapse[1641]: inContext.theWork = lambda: context.call( # type: ignore[attr-defined] Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/twisted/python/context.py", line 117, in callWithContext Dec 15 09:34:16 matrix docker/synapse[1641]: return self.currentContext().callWithContext(ctx, func, *args, **kw) Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/twisted/python/context.py", line 82, in callWithContext Dec 15 09:34:16 matrix docker/synapse[1641]: return func(*args, **kw) Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/synapse/logging/context.py", line 969, in g Dec 15 09:34:16 matrix docker/synapse[1641]: return f(*args, **kwargs) Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/synapse/rest/media/v1/media_repository.py", line 562, in _generate_thumbnail Dec 15 09:34:16 matrix docker/synapse[1641]: return thumbnailer.scale(t_width, t_height, t_type) Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/synapse/rest/media/v1/thumbnailer.py", line 143, in scale Dec 15 09:34:16 matrix docker/synapse[1641]: with self._resize(width, height) as scaled: Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/synapse/rest/media/v1/thumbnailer.py", line 135, in _resize Dec 15 09:34:16 matrix docker/synapse[1641]: return self.image.resize((width, height), Image.ANTIALIAS) Dec 15 09:34:16 matrix docker/synapse[1641]: File "/usr/local/lib/python3.9/site-packages/PIL/Image.py", line 2115, in resize Dec 15 09:34:16 matrix docker/synapse[1641]: return self._new(self.im.resize(size, resample, box)) Dec 15 09:34:16 matrix docker/synapse[1641]: ValueError: height and width must be > 0 ``` Which again results in an error 500, and, what I suspect, is an empty image on the client. Error is also reported in the Synapse project [here](https://github.com/matrix-org/synapse/issues/14579) It would be nice if a check for 0x0 sized thumbnails could be made, and either fix the size or just not make requests if the size of the thumbnail is 0 in either width or height. ### Your phone model iPhone 11, 12 and 14 ### Operating system version IOS 16, IOS 16.2 ### Application version Element 1.9.13 ### Homeserver Synapse 1.73.0 ### Will you send logs? Yes
defect
element requests thumbnails in pixel resolution steps to reproduce being the homeserver operator i can t tell you exactly what the user is doing but i am pretty sure they are just using the client as intended outcome what did you expect normal operation what happened instead i can see in the reverse proxy log that the element client makes a request like the following x x x x get matrix media thumbnail matrix server example raggydizgigxzumiiycqhwpb width height method scale http element iphone pro max ios scale notice the width height part this results in an error on the homeserver x media thumbnail matrix gladblad dk raggydizgigxzumiiycqhwpb width height method scale clientproto http site dec matrix docker synapse traceback most recent call last dec matrix docker synapse file usr local lib site packages synapse http server py line in async render wrapper dec matrix docker synapse callback return await self async render request dec matrix docker synapse file usr local lib site packages synapse http server py line in async render dec matrix docker synapse callback return await raw callback return dec matrix docker synapse file usr local lib site packages synapse rest media thumbnail resource py line in async render get dec matrix docker synapse await self select or generate local thumbnail dec matrix docker synapse file usr local lib site packages synapse rest media thumbnail resource py line in select or generate local thumbnail dec matrix docker synapse file path await self media repo generate local exact thumbnail dec matrix docker synapse file usr local lib site packages synapse rest media media repository py line in generate local exact thumbnail dec matrix docker synapse t byte source await defer to thread dec matrix docker synapse file usr local lib site packages twisted python threadpool py line in incontext dec matrix docker synapse result incontext thework type ignore dec matrix docker synapse file usr local lib site packages twisted python threadpool py line in dec matrix docker synapse incontext thework lambda context call type ignore dec matrix docker synapse file usr local lib site packages twisted python context py line in callwithcontext dec matrix docker synapse return self currentcontext callwithcontext ctx func args kw dec matrix docker synapse file usr local lib site packages twisted python context py line in callwithcontext dec matrix docker synapse return func args kw dec matrix docker synapse file usr local lib site packages synapse logging context py line in g dec matrix docker synapse return f args kwargs dec matrix docker synapse file usr local lib site packages synapse rest media media repository py line in generate thumbnail dec matrix docker synapse return thumbnailer scale t width t height t type dec matrix docker synapse file usr local lib site packages synapse rest media thumbnailer py line in scale dec matrix docker synapse with self resize width height as scaled dec matrix docker synapse file usr local lib site packages synapse rest media thumbnailer py line in resize dec matrix docker synapse return self image resize width height image antialias dec matrix docker synapse file usr local lib site packages pil image py line in resize dec matrix docker synapse return self new self im resize size resample box dec matrix docker synapse valueerror height and width must be which again results in an error and what i suspect is an empty image on the client error is also reported in the synapse project it would be nice if a check for sized thumbnails could be made and either fix the size or just not make requests if the size of the thumbnail is in either width or height your phone model iphone and operating system version ios ios application version element homeserver synapse will you send logs yes
1
117,163
4,711,788,065
IssuesEvent
2016-10-14 14:51:26
bedita/bedita
https://api.github.com/repos/bedita/bedita
closed
GET /auth endpoint - logged user data
Priority - High Topic - API Type - Task
read only endpoint to get user logged own data same response as `/users/:id` with id of logged user proposals to use a better name than `/me` are welcome :smiley:
1.0
GET /auth endpoint - logged user data - read only endpoint to get user logged own data same response as `/users/:id` with id of logged user proposals to use a better name than `/me` are welcome :smiley:
non_defect
get auth endpoint logged user data read only endpoint to get user logged own data same response as users id with id of logged user proposals to use a better name than me are welcome smiley
0
629,674
20,049,708,075
IssuesEvent
2022-02-03 03:53:46
kubernetes-sigs/cluster-api-provider-aws
https://api.github.com/repos/kubernetes-sigs/cluster-api-provider-aws
closed
AMIs with some versions (e.g., vx.x.0) not showing up on the AMI list
kind/bug priority/important-soon triage/accepted
We have a lambda function that updates automatically the list of AMIs we list in the [docs](https://cluster-api-aws.sigs.k8s.io/topics/images/built-amis.html). AMIs with Kubernetes v1.23.0 is released but not showing up on that list. We were not publishing AMIs with .0 patch releases before so probably the logic is not supporting it currently. This must be a very minor fix. /assign @Ankitasw /kind documentation /triage accepted /priority backlog /milestone Backlog
1.0
AMIs with some versions (e.g., vx.x.0) not showing up on the AMI list - We have a lambda function that updates automatically the list of AMIs we list in the [docs](https://cluster-api-aws.sigs.k8s.io/topics/images/built-amis.html). AMIs with Kubernetes v1.23.0 is released but not showing up on that list. We were not publishing AMIs with .0 patch releases before so probably the logic is not supporting it currently. This must be a very minor fix. /assign @Ankitasw /kind documentation /triage accepted /priority backlog /milestone Backlog
non_defect
amis with some versions e g vx x not showing up on the ami list we have a lambda function that updates automatically the list of amis we list in the amis with kubernetes is released but not showing up on that list we were not publishing amis with patch releases before so probably the logic is not supporting it currently this must be a very minor fix assign ankitasw kind documentation triage accepted priority backlog milestone backlog
0
39,389
9,422,727,173
IssuesEvent
2019-04-11 10:01:19
Automattic/wp-calypso
https://api.github.com/repos/Automattic/wp-calypso
closed
Publicize: Sharing to LinkedIn produces the incorrect card format on LinkedIn
LinkedIn Posts Sharing [Status] Stale [Type] Defect [Type] Question user-waiting
This is a report from 1267130-zen, a follow-up on 1238054-zen. The user is querying why sharing posts to LinkedIn produces a "card" that doesn't feature the post's featured image as prominently as if you share it directly on LinkedIn? #### Steps to reproduce 1. The user connected their site to LinkedIn with Publicize. 2. The user subsequently upgraded to the WordPress.com Business plan (with plugins). 3. The user created posts, and shared them to LinkedIn using Publicize. 4. The theme didn't support different post formats. #### What I expected The user expected shared posts to be formatted using the same "card" as if they shared the posts natively on LinkedIn. Here's an example of such a "natively" shared post: ![](http://cld.wthms.co/duuQio+) #### What happened instead They noticed that since upgrading to the WordPress.com Business plan, sharing to LinkedIn produced a different "card" format that doesn't feature the featured image as prominently. Here's an example: ![](http://cld.wthms.co/xEfhw3+) #### Browser / OS version Not relevant. #### Context / Source My initial feedback to the user was the following: > The reason for this is that your theme has limited support for WordPress [post formats](http://en.support.wordpress.com/posts/post-formats/). Themes that support a broader variety of post formats offer opportunities to share bolder previews of posts on social media. > > For example, a [theme that supports an Image post format](http://en.support.wordpress.com/post-formats/), may enable you to publish the sort of preview you produce when you publish the link directly on LinkedIn. Here is a discussion about this on LinkedIn from a few years ago: [Using post formats: WordPress Essential Training](https://www.linkedin.com/learning/wordpress-essential-training/using-post-formats). While this does seem to be a valid consideration, I subsequently tested sharing from a WordPress.com Business plan site (with plugins) to LinkedIn using the `Image` and `Standard` post formats, and using a different theme: Cubic. In both tests, I was able to reproduce the "card" that the user queried, not the better formatted version you see when posting directly on LinkedIn. When I shared my test post directly on LinkedIn.com, it resulted in this format: ![](http://cld.wthms.co/rIIRm8+)
1.0
Publicize: Sharing to LinkedIn produces the incorrect card format on LinkedIn - This is a report from 1267130-zen, a follow-up on 1238054-zen. The user is querying why sharing posts to LinkedIn produces a "card" that doesn't feature the post's featured image as prominently as if you share it directly on LinkedIn? #### Steps to reproduce 1. The user connected their site to LinkedIn with Publicize. 2. The user subsequently upgraded to the WordPress.com Business plan (with plugins). 3. The user created posts, and shared them to LinkedIn using Publicize. 4. The theme didn't support different post formats. #### What I expected The user expected shared posts to be formatted using the same "card" as if they shared the posts natively on LinkedIn. Here's an example of such a "natively" shared post: ![](http://cld.wthms.co/duuQio+) #### What happened instead They noticed that since upgrading to the WordPress.com Business plan, sharing to LinkedIn produced a different "card" format that doesn't feature the featured image as prominently. Here's an example: ![](http://cld.wthms.co/xEfhw3+) #### Browser / OS version Not relevant. #### Context / Source My initial feedback to the user was the following: > The reason for this is that your theme has limited support for WordPress [post formats](http://en.support.wordpress.com/posts/post-formats/). Themes that support a broader variety of post formats offer opportunities to share bolder previews of posts on social media. > > For example, a [theme that supports an Image post format](http://en.support.wordpress.com/post-formats/), may enable you to publish the sort of preview you produce when you publish the link directly on LinkedIn. Here is a discussion about this on LinkedIn from a few years ago: [Using post formats: WordPress Essential Training](https://www.linkedin.com/learning/wordpress-essential-training/using-post-formats). While this does seem to be a valid consideration, I subsequently tested sharing from a WordPress.com Business plan site (with plugins) to LinkedIn using the `Image` and `Standard` post formats, and using a different theme: Cubic. In both tests, I was able to reproduce the "card" that the user queried, not the better formatted version you see when posting directly on LinkedIn. When I shared my test post directly on LinkedIn.com, it resulted in this format: ![](http://cld.wthms.co/rIIRm8+)
defect
publicize sharing to linkedin produces the incorrect card format on linkedin this is a report from zen a follow up on zen the user is querying why sharing posts to linkedin produces a card that doesn t feature the post s featured image as prominently as if you share it directly on linkedin steps to reproduce the user connected their site to linkedin with publicize the user subsequently upgraded to the wordpress com business plan with plugins the user created posts and shared them to linkedin using publicize the theme didn t support different post formats what i expected the user expected shared posts to be formatted using the same card as if they shared the posts natively on linkedin here s an example of such a natively shared post what happened instead they noticed that since upgrading to the wordpress com business plan sharing to linkedin produced a different card format that doesn t feature the featured image as prominently here s an example browser os version not relevant context source my initial feedback to the user was the following the reason for this is that your theme has limited support for wordpress themes that support a broader variety of post formats offer opportunities to share bolder previews of posts on social media for example a may enable you to publish the sort of preview you produce when you publish the link directly on linkedin here is a discussion about this on linkedin from a few years ago while this does seem to be a valid consideration i subsequently tested sharing from a wordpress com business plan site with plugins to linkedin using the image and standard post formats and using a different theme cubic in both tests i was able to reproduce the card that the user queried not the better formatted version you see when posting directly on linkedin when i shared my test post directly on linkedin com it resulted in this format
1
2,375
3,807,012,302
IssuesEvent
2016-03-25 04:09:08
SteakBarker/RockPaperScissors
https://api.github.com/repos/SteakBarker/RockPaperScissors
closed
Limit Game Creation
addition security
As of now, a user can create as many games as they'd like. Set a limit so they can only create X amount of games per hour. Maybe 20?
True
Limit Game Creation - As of now, a user can create as many games as they'd like. Set a limit so they can only create X amount of games per hour. Maybe 20?
non_defect
limit game creation as of now a user can create as many games as they d like set a limit so they can only create x amount of games per hour maybe
0
74,277
25,035,414,366
IssuesEvent
2022-11-04 15:37:56
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
opened
Table: Long text leads to misstyling
defect
### Describe the bug When having a long text in a column, the table layout gets misstyled. Can be tested here: https://www.primefaces.org/primeng/table/scroll ![image](https://user-images.githubusercontent.com/13560351/200015641-cffdb040-337f-47a9-891f-7ebf8a18b9e6.png) ### Environment Windows ### Reproducer https://www.primefaces.org/primeng/table/scroll ### Angular version 14.0.4 ### PrimeNG version 4.1.2 ### Build / Runtime TypeScript ### Language ALL ### Node version (for AoT issues node --version) 14 ### Browser(s) Google Chrome ### Steps to reproduce the behavior Go to https://www.primefaces.org/primeng/table/scroll Change the text of a single column value to a loooong value. ### Expected behavior The text should be cut off (maybe with ellipsis), to make sure the table style will not break.
1.0
Table: Long text leads to misstyling - ### Describe the bug When having a long text in a column, the table layout gets misstyled. Can be tested here: https://www.primefaces.org/primeng/table/scroll ![image](https://user-images.githubusercontent.com/13560351/200015641-cffdb040-337f-47a9-891f-7ebf8a18b9e6.png) ### Environment Windows ### Reproducer https://www.primefaces.org/primeng/table/scroll ### Angular version 14.0.4 ### PrimeNG version 4.1.2 ### Build / Runtime TypeScript ### Language ALL ### Node version (for AoT issues node --version) 14 ### Browser(s) Google Chrome ### Steps to reproduce the behavior Go to https://www.primefaces.org/primeng/table/scroll Change the text of a single column value to a loooong value. ### Expected behavior The text should be cut off (maybe with ellipsis), to make sure the table style will not break.
defect
table long text leads to misstyling describe the bug when having a long text in a column the table layout gets misstyled can be tested here environment windows reproducer angular version primeng version build runtime typescript language all node version for aot issues node version browser s google chrome steps to reproduce the behavior go to change the text of a single column value to a loooong value expected behavior the text should be cut off maybe with ellipsis to make sure the table style will not break
1
20,903
3,645,624,886
IssuesEvent
2016-02-15 15:25:15
owncloud/client
https://api.github.com/repos/owncloud/client
reopened
[OS X] [Finder] Add icon to the Finder menu
Design & UX enhancement - proposed
In Finder, the Share with ownCloud contextual menu item can get lost in the mass of options. Dropbox has an icon appear next to their menu items to make sure they stand out. I think it would be good to add that to the Mac contextual menu for ownCloud so that your eye is quickly drawn to the place you need to go when you're wanting to access that option, rather than needing to search for it. @MTRichards @dragotin
1.0
[OS X] [Finder] Add icon to the Finder menu - In Finder, the Share with ownCloud contextual menu item can get lost in the mass of options. Dropbox has an icon appear next to their menu items to make sure they stand out. I think it would be good to add that to the Mac contextual menu for ownCloud so that your eye is quickly drawn to the place you need to go when you're wanting to access that option, rather than needing to search for it. @MTRichards @dragotin
non_defect
add icon to the finder menu in finder the share with owncloud contextual menu item can get lost in the mass of options dropbox has an icon appear next to their menu items to make sure they stand out i think it would be good to add that to the mac contextual menu for owncloud so that your eye is quickly drawn to the place you need to go when you re wanting to access that option rather than needing to search for it mtrichards dragotin
0
81,483
15,731,981,891
IssuesEvent
2021-03-29 17:44:23
Regalis11/Barotrauma
https://api.github.com/repos/Regalis11/Barotrauma
closed
(One word fix) revolvers don't shoot custom ammo due to tag mishap.
Code Low prio Modding
[Modding] basically, revolvers' itemcontainer accepts anything with the "revolverammo" tag, but in the rangedweapon itself, it won't fire because it has <RequiredItem identifiers="revolverround" />. It would obviously be better for everyone if the requireditem was changed to "revolverammo" so custom modded ammos could be fired.
1.0
(One word fix) revolvers don't shoot custom ammo due to tag mishap. - [Modding] basically, revolvers' itemcontainer accepts anything with the "revolverammo" tag, but in the rangedweapon itself, it won't fire because it has <RequiredItem identifiers="revolverround" />. It would obviously be better for everyone if the requireditem was changed to "revolverammo" so custom modded ammos could be fired.
non_defect
one word fix revolvers don t shoot custom ammo due to tag mishap basically revolvers itemcontainer accepts anything with the revolverammo tag but in the rangedweapon itself it won t fire because it has it would obviously be better for everyone if the requireditem was changed to revolverammo so custom modded ammos could be fired
0
46,904
13,056,000,070
IssuesEvent
2020-07-30 03:21:08
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
lilliput - test_minuit2_migrad.py fails with ROOT 6's Minuit2 (Trac #2114)
Incomplete Migration Migrated from Trac combo reconstruction defect
Migrated from https://code.icecube.wisc.edu/ticket/2114 ```json { "status": "closed", "changetime": "2019-02-13T14:15:13", "description": "`test_minuit2_migrad.py` fails with ROOT 6's Minuit2\n\nsee the SL6 SPTS bot: http://builds.icecube.wisc.edu/builders/Scientific%20Linux%206%20%28SPTS%29/builds/24/steps/test/logs/stdio\n\nconfirmed locally on Ubuntu 14 with CVMFS::py2-v3\n\nNote: The SPTS bot is SL6 w/ a **local** copy of CVMFS::py2-v3 + extras", "reporter": "nega", "cc": "", "resolution": "fixed", "_ts": "1550067313248429", "component": "combo reconstruction", "summary": "lilliput - test_minuit2_migrad.py fails with ROOT 6's Minuit2", "priority": "normal", "keywords": "lilliput minuit2", "time": "2017-11-16T21:47:24", "milestone": "", "owner": "kkrings", "type": "defect" } ```
1.0
lilliput - test_minuit2_migrad.py fails with ROOT 6's Minuit2 (Trac #2114) - Migrated from https://code.icecube.wisc.edu/ticket/2114 ```json { "status": "closed", "changetime": "2019-02-13T14:15:13", "description": "`test_minuit2_migrad.py` fails with ROOT 6's Minuit2\n\nsee the SL6 SPTS bot: http://builds.icecube.wisc.edu/builders/Scientific%20Linux%206%20%28SPTS%29/builds/24/steps/test/logs/stdio\n\nconfirmed locally on Ubuntu 14 with CVMFS::py2-v3\n\nNote: The SPTS bot is SL6 w/ a **local** copy of CVMFS::py2-v3 + extras", "reporter": "nega", "cc": "", "resolution": "fixed", "_ts": "1550067313248429", "component": "combo reconstruction", "summary": "lilliput - test_minuit2_migrad.py fails with ROOT 6's Minuit2", "priority": "normal", "keywords": "lilliput minuit2", "time": "2017-11-16T21:47:24", "milestone": "", "owner": "kkrings", "type": "defect" } ```
defect
lilliput test migrad py fails with root s trac migrated from json status closed changetime description test migrad py fails with root s n nsee the spts bot locally on ubuntu with cvmfs n nnote the spts bot is w a local copy of cvmfs extras reporter nega cc resolution fixed ts component combo reconstruction summary lilliput test migrad py fails with root s priority normal keywords lilliput time milestone owner kkrings type defect
1
70,167
9,380,283,607
IssuesEvent
2019-04-04 16:41:49
music-encoding/guidelines
https://api.github.com/repos/music-encoding/guidelines
opened
Revise 04: Repertoire: Common Music Notation
documentation
This issue can be used to discuss chapter 4 of the guidelines.
1.0
Revise 04: Repertoire: Common Music Notation - This issue can be used to discuss chapter 4 of the guidelines.
non_defect
revise repertoire common music notation this issue can be used to discuss chapter of the guidelines
0
782,766
27,506,413,762
IssuesEvent
2023-03-06 04:09:16
rmlockwood/FLExTrans
https://api.github.com/repos/rmlockwood/FLExTrans
opened
[Live Rule Tester] showing **none** for a RTL language in the tooltip is scrambled
bug low priority
Hover over a word in a RTL source text for a word that is mapped to **none** and the text is a bit scrambled.
1.0
[Live Rule Tester] showing **none** for a RTL language in the tooltip is scrambled - Hover over a word in a RTL source text for a word that is mapped to **none** and the text is a bit scrambled.
non_defect
showing none for a rtl language in the tooltip is scrambled hover over a word in a rtl source text for a word that is mapped to none and the text is a bit scrambled
0
8,732
2,611,542,388
IssuesEvent
2015-02-27 06:11:15
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
DiagonalMaze_v1 is broken
auto-migrated Priority-Low Type-Defect
``` What steps will reproduce the problem? 1. Obtain Hedgewars git b13ad84… 2. Somehow obtain the script “DiagonalMaze_v1” 3. Look on the map preview 4. Start the game What is the expected output? What do you see instead? Expected: The map preview looks like a maze and if you start the game it is a maze. Actual outcome: The map preview looks like the perlin noise random map generator has been used. If you start the game, the preview wasn’t lying to you. What version of the product are you using? On what operating system? git b13ad84… on GNU/linux Please provide any additional information below. DiagonalMaze_v1 used to work around Easter 2014, this was even promoted to the front page. ``` Original issue reported on code.google.com by `almikes@aol.com` on 2 Dec 2014 at 5:55
1.0
DiagonalMaze_v1 is broken - ``` What steps will reproduce the problem? 1. Obtain Hedgewars git b13ad84… 2. Somehow obtain the script “DiagonalMaze_v1” 3. Look on the map preview 4. Start the game What is the expected output? What do you see instead? Expected: The map preview looks like a maze and if you start the game it is a maze. Actual outcome: The map preview looks like the perlin noise random map generator has been used. If you start the game, the preview wasn’t lying to you. What version of the product are you using? On what operating system? git b13ad84… on GNU/linux Please provide any additional information below. DiagonalMaze_v1 used to work around Easter 2014, this was even promoted to the front page. ``` Original issue reported on code.google.com by `almikes@aol.com` on 2 Dec 2014 at 5:55
defect
diagonalmaze is broken what steps will reproduce the problem obtain hedgewars git … somehow obtain the script “diagonalmaze ” look on the map preview start the game what is the expected output what do you see instead expected the map preview looks like a maze and if you start the game it is a maze actual outcome the map preview looks like the perlin noise random map generator has been used if you start the game the preview wasn’t lying to you what version of the product are you using on what operating system git … on gnu linux please provide any additional information below diagonalmaze used to work around easter this was even promoted to the front page original issue reported on code google com by almikes aol com on dec at
1
537,159
15,724,148,900
IssuesEvent
2021-03-29 08:26:28
yalla-coop/chiltern-music-therapy
https://api.github.com/repos/yalla-coop/chiltern-music-therapy
opened
I can remove / edit content in my library
back-end front-end priority-5
__Related issue(s)__ #67 needs to be completed first **Notes** Covers the following scenarios: - Edit content in your library - Remove content from your library - Permanently delete content __Wireframe link__ https://www.figma.com/file/CcYmhfnXreAPxlfyEmGsAH/Chiltern-Music-Therapy?node-id=761%3A13358 (and all modals to the right) --- ### Acceptance Criteria: _REMEMBER THAT WHOEVER WORKS ON THIS ISSUE MUST TICK OFF ALL THE POINTS IN THIS LIST UNLESS THERE IS CLEAR AGREEMENT IN THE COMMENTS TO SAY OTHERWISE. **DO NOT REVIEW A PR INVOLVING THIS ISSUE UNLESS THIS HAS BEEN DONE**_ - [ ] This uses the Modal component #40 - [ ] If user selects to remove from library then remove boolean value that shows it in this therapist's library - [ ] If user selects to delete completely - [ ] Show are you sure prompt - [ ] On confirm, remove content from database - [ ] Show success modal on completion - [ ] If user selects to edit - [ ] change fields in card to input fields pre-filled with the stored values - [ ] Validation to ensure title and instructions included - [ ] On save update database - [ ] Note: this doesn't allow you to change the multimedia part of content (e.g. the file or link). The user would have to delete the content in that scenario - [ ] If user edits something but then clicks to expand another content card before hitting save, then remove any changes from the state and leave 'edit' mode (so it's the same as if the user clicked cancel)
1.0
I can remove / edit content in my library - __Related issue(s)__ #67 needs to be completed first **Notes** Covers the following scenarios: - Edit content in your library - Remove content from your library - Permanently delete content __Wireframe link__ https://www.figma.com/file/CcYmhfnXreAPxlfyEmGsAH/Chiltern-Music-Therapy?node-id=761%3A13358 (and all modals to the right) --- ### Acceptance Criteria: _REMEMBER THAT WHOEVER WORKS ON THIS ISSUE MUST TICK OFF ALL THE POINTS IN THIS LIST UNLESS THERE IS CLEAR AGREEMENT IN THE COMMENTS TO SAY OTHERWISE. **DO NOT REVIEW A PR INVOLVING THIS ISSUE UNLESS THIS HAS BEEN DONE**_ - [ ] This uses the Modal component #40 - [ ] If user selects to remove from library then remove boolean value that shows it in this therapist's library - [ ] If user selects to delete completely - [ ] Show are you sure prompt - [ ] On confirm, remove content from database - [ ] Show success modal on completion - [ ] If user selects to edit - [ ] change fields in card to input fields pre-filled with the stored values - [ ] Validation to ensure title and instructions included - [ ] On save update database - [ ] Note: this doesn't allow you to change the multimedia part of content (e.g. the file or link). The user would have to delete the content in that scenario - [ ] If user edits something but then clicks to expand another content card before hitting save, then remove any changes from the state and leave 'edit' mode (so it's the same as if the user clicked cancel)
non_defect
i can remove edit content in my library related issue s needs to be completed first notes covers the following scenarios edit content in your library remove content from your library permanently delete content wireframe link and all modals to the right acceptance criteria remember that whoever works on this issue must tick off all the points in this list unless there is clear agreement in the comments to say otherwise do not review a pr involving this issue unless this has been done this uses the modal component if user selects to remove from library then remove boolean value that shows it in this therapist s library if user selects to delete completely show are you sure prompt on confirm remove content from database show success modal on completion if user selects to edit change fields in card to input fields pre filled with the stored values validation to ensure title and instructions included on save update database note this doesn t allow you to change the multimedia part of content e g the file or link the user would have to delete the content in that scenario if user edits something but then clicks to expand another content card before hitting save then remove any changes from the state and leave edit mode so it s the same as if the user clicked cancel
0
58,881
7,187,727,167
IssuesEvent
2018-02-02 07:04:52
otavanopisto/muikku
https://api.github.com/repos/otavanopisto/muikku
closed
Coursepicker UI tests
COURSEPICKER REDESIGN2017 in progress test
Redesign branch needs UI tests coursepicker ad it appears to be almost functional
1.0
Coursepicker UI tests - Redesign branch needs UI tests coursepicker ad it appears to be almost functional
non_defect
coursepicker ui tests redesign branch needs ui tests coursepicker ad it appears to be almost functional
0
52,151
13,211,393,451
IssuesEvent
2020-08-15 22:49:17
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
port install root_5.34.18 under Ubuntu 16.04 fails (Trac #1753)
Incomplete Migration Migrated from Trac defect tools/ports
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1753">https://code.icecube.wisc.edu/projects/icecube/ticket/1753</a>, reported by jlanfranchiand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2016-06-21T18:10:44", "_ts": "1466532644311165", "description": "Root 5.34.18, a dependency of genie 2.8.6, fails to build using !DarwinPorts:\n\n{{{\nchecking for the pthreads library -llthread... \nbin/rmkdepend -R -fcint/reflex/src/GenreflexMemberBuilder.d -Y -w 1000 -- -pipe -m64 -Wshadow -Wall -W -Woverloaded-virtual -fPIC -Iinclude -pthread -D__cplusplus -- /home/icecube/bin/ports/var/db/dports/build/file._home_icecube_bin_ports_var_db_dports_sources_rsync.code.icecube.wisc.edu_icecube-tools-ports_science_root_5.34.18/work/root/cint/reflex/src/GenreflexMemberBuilder.cxx\ng++ -O2 -pipe -m64 -Wshadow -Wall -W -Woverloaded-virtual -fPIC -Iinclude -pthread -o cint/reflex/src/GenreflexMemberBuilder.o -c /home/icecube/bin/ports/var/db/dports/build/file._home_icecube_bin_ports_var_db_dports_sources_rsync.code.icecube.wisc.edu_icecube-tools-ports_science_root_5.34.18/work/root/cint/reflex/src/GenreflexMemberBuilder.cxx\nIn file included from cint/cint/src/dict/libstrm.h:37:0,\n from cint/cint/src/dict/libstrm.cxx:14:\ncint/cint/lib/stream/iostrm.h:24:22: fatal error: iostream.h: No such file or directory\ncompilation terminated.\nMakefile:616: recipe for target 'cint/cint/src/dict/libstrm.o' failed\nmake[1]: *** [cint/cint/src/dict/libstrm.o] Error 1\n}}}", "reporter": "jlanfranchi", "cc": "", "resolution": "fixed", "time": "2016-06-21T00:39:23", "component": "tools/ports", "summary": "port install root_5.34.18 under Ubuntu 16.04 fails", "priority": "normal", "keywords": "", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
1.0
port install root_5.34.18 under Ubuntu 16.04 fails (Trac #1753) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1753">https://code.icecube.wisc.edu/projects/icecube/ticket/1753</a>, reported by jlanfranchiand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2016-06-21T18:10:44", "_ts": "1466532644311165", "description": "Root 5.34.18, a dependency of genie 2.8.6, fails to build using !DarwinPorts:\n\n{{{\nchecking for the pthreads library -llthread... \nbin/rmkdepend -R -fcint/reflex/src/GenreflexMemberBuilder.d -Y -w 1000 -- -pipe -m64 -Wshadow -Wall -W -Woverloaded-virtual -fPIC -Iinclude -pthread -D__cplusplus -- /home/icecube/bin/ports/var/db/dports/build/file._home_icecube_bin_ports_var_db_dports_sources_rsync.code.icecube.wisc.edu_icecube-tools-ports_science_root_5.34.18/work/root/cint/reflex/src/GenreflexMemberBuilder.cxx\ng++ -O2 -pipe -m64 -Wshadow -Wall -W -Woverloaded-virtual -fPIC -Iinclude -pthread -o cint/reflex/src/GenreflexMemberBuilder.o -c /home/icecube/bin/ports/var/db/dports/build/file._home_icecube_bin_ports_var_db_dports_sources_rsync.code.icecube.wisc.edu_icecube-tools-ports_science_root_5.34.18/work/root/cint/reflex/src/GenreflexMemberBuilder.cxx\nIn file included from cint/cint/src/dict/libstrm.h:37:0,\n from cint/cint/src/dict/libstrm.cxx:14:\ncint/cint/lib/stream/iostrm.h:24:22: fatal error: iostream.h: No such file or directory\ncompilation terminated.\nMakefile:616: recipe for target 'cint/cint/src/dict/libstrm.o' failed\nmake[1]: *** [cint/cint/src/dict/libstrm.o] Error 1\n}}}", "reporter": "jlanfranchi", "cc": "", "resolution": "fixed", "time": "2016-06-21T00:39:23", "component": "tools/ports", "summary": "port install root_5.34.18 under Ubuntu 16.04 fails", "priority": "normal", "keywords": "", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
defect
port install root under ubuntu fails trac migrated from json status closed changetime ts description root a dependency of genie fails to build using darwinports n n nchecking for the pthreads library llthread nbin rmkdepend r fcint reflex src genreflexmemberbuilder d y w pipe wshadow wall w woverloaded virtual fpic iinclude pthread d cplusplus home icecube bin ports var db dports build file home icecube bin ports var db dports sources rsync code icecube wisc edu icecube tools ports science root work root cint reflex src genreflexmemberbuilder cxx ng pipe wshadow wall w woverloaded virtual fpic iinclude pthread o cint reflex src genreflexmemberbuilder o c home icecube bin ports var db dports build file home icecube bin ports var db dports sources rsync code icecube wisc edu icecube tools ports science root work root cint reflex src genreflexmemberbuilder cxx nin file included from cint cint src dict libstrm h n from cint cint src dict libstrm cxx ncint cint lib stream iostrm h fatal error iostream h no such file or directory ncompilation terminated nmakefile recipe for target cint cint src dict libstrm o failed nmake error n reporter jlanfranchi cc resolution fixed time component tools ports summary port install root under ubuntu fails priority normal keywords milestone owner nega type defect
1
38,485
8,849,277,739
IssuesEvent
2019-01-08 09:49:19
STEllAR-GROUP/hpx
https://api.github.com/repos/STEllAR-GROUP/hpx
opened
executor_parameters timeout with gcc <= 7 and Debug mode
category: tests compiler: gcc priority: low type: defect
The `executor_parameters` test times out with gcc version 7 and down (Boost 1.66 and down) in Debug mode. However, I can't reproduce this, so I'm just opening this for the record in case someone else is able to reproduce it. Example failure: http://rostam.cct.lsu.edu/builders/hpx_gcc_5_boost_1_62_centos_x86_64_debug/builds/190.
1.0
executor_parameters timeout with gcc <= 7 and Debug mode - The `executor_parameters` test times out with gcc version 7 and down (Boost 1.66 and down) in Debug mode. However, I can't reproduce this, so I'm just opening this for the record in case someone else is able to reproduce it. Example failure: http://rostam.cct.lsu.edu/builders/hpx_gcc_5_boost_1_62_centos_x86_64_debug/builds/190.
defect
executor parameters timeout with gcc and debug mode the executor parameters test times out with gcc version and down boost and down in debug mode however i can t reproduce this so i m just opening this for the record in case someone else is able to reproduce it example failure
1
568,312
16,964,539,814
IssuesEvent
2021-06-29 09:16:24
EvanQuan/Chubberino
https://api.github.com/repos/EvanQuan/Chubberino
opened
Add and delete emote from all categories
enhancement low effort low priority
with no category argument or potentially 'all' argument.
1.0
Add and delete emote from all categories - with no category argument or potentially 'all' argument.
non_defect
add and delete emote from all categories with no category argument or potentially all argument
0
15,783
2,869,067,873
IssuesEvent
2015-06-05 23:04:21
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
Polymer CSS class binding doesn't work when update is async
Area-Pkg Pkg-Polymer PolymerMilestone-Next Priority-Medium Triaged Type-Defect
*This issue was originally filed by @zoechi* _____ **What steps will reproduce the problem?** **1.** I have this code library spark_widgets.button; import 'dart:async' as async; import 'package:polymer/polymer.dart'; import '../common/spark_widget.dart'; @CustomTag('spark-button') class SparkButton extends SparkWidget { &nbsp;&nbsp;@&#173;published &nbsp;&nbsp;bool primary = false; &nbsp;&nbsp;@&#173;published &nbsp;&nbsp;bool active = true; &nbsp;&nbsp;@&#173;published &nbsp;&nbsp;bool large = false; &nbsp;&nbsp;@&#173;published &nbsp;&nbsp;bool small = false; &nbsp;&nbsp;@&#173;published &nbsp;&nbsp;bool noPadding = false; &nbsp;&nbsp;String get actionId =&gt; attributes['action-id']; &nbsp;&nbsp;@&#173;observable &nbsp;&nbsp;var btnClasses = toObservable({ &nbsp;&nbsp;&nbsp;&nbsp;CSS_BUTTON: true &nbsp;&nbsp;}); &nbsp;&nbsp;@&#173;override &nbsp;&nbsp;void enteredView() { &nbsp;&nbsp;&nbsp;&nbsp;super.enteredView();many &nbsp;&nbsp;&nbsp;&nbsp;updateBtnClassesJob(); &nbsp;&nbsp;} &nbsp;&nbsp;void updateBtnClasses() { &nbsp;&nbsp;&nbsp;&nbsp;btnClasses[CSS_PRIMARY] = primary; &nbsp;&nbsp;&nbsp;&nbsp;btnClasses[CSS_DEFAULT] = !primary; &nbsp;&nbsp;&nbsp;&nbsp;btnClasses[SparkWidget.CSS_ENABLED] = active; &nbsp;&nbsp;&nbsp;&nbsp;btnClasses[SparkWidget.CSS_DISABLED] = !active; &nbsp;&nbsp;&nbsp;&nbsp;btnClasses[CSS_LARGE] = large; &nbsp;&nbsp;&nbsp;&nbsp;btnClasses[CSS_SMALL] = small; &nbsp;&nbsp;&nbsp;&nbsp;print('update'); &nbsp;&nbsp;} &nbsp;&nbsp;/\*\* &nbsp;&nbsp;&nbsp;\* only modify collection once for several succinct events &nbsp;&nbsp;&nbsp;\*/ &nbsp;&nbsp;var btnClassesJob = false; &nbsp;&nbsp;updateBtnClassesJob() { &nbsp;&nbsp;&nbsp;&nbsp;// this works &nbsp;&nbsp;&nbsp;&nbsp;//updateBtnClasses(); &nbsp;&nbsp;&nbsp;&nbsp;// delayed update doesn't work, no matter if I use scheduleMicrotask, new Future, or new Timer &nbsp;&nbsp;&nbsp;&nbsp;if (btnClassesJob == false) { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;btnClassesJob = true; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;async.scheduleMicrotask(() { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;updateBtnClasses(); &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;btnClassesJob = false; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}); &nbsp;&nbsp;&nbsp;&nbsp;} &nbsp;&nbsp;} &nbsp;&nbsp;void activeChanged(old) { &nbsp;&nbsp;&nbsp;&nbsp;updateBtnClassesJob(); &nbsp;&nbsp;} &nbsp;&nbsp;void primaryChanged(old) { &nbsp;&nbsp;&nbsp;&nbsp;updateBtnClassesJob(); &nbsp;&nbsp;} &nbsp;&nbsp;void largeChanged(old) { &nbsp;&nbsp;&nbsp;&nbsp;updateBtnClassesJob(); &nbsp;&nbsp;&nbsp;&nbsp;// TODO should this disable small? &nbsp;&nbsp;} &nbsp;&nbsp;void smallChanged(old) { &nbsp;&nbsp;&nbsp;&nbsp;updateBtnClassesJob(); &nbsp;&nbsp;&nbsp;&nbsp;// TODO should this disable large? &nbsp;&nbsp;} &nbsp;&nbsp;static const CSS_BUTTON = &quot;btn&quot;; &nbsp;&nbsp;static const CSS_DEFAULT = &quot;btn-default&quot;; &nbsp;&nbsp;static const CSS_PRIMARY = &quot;btn-primary&quot;; &nbsp;&nbsp;static const CSS_LARGE = &quot;btn-lg&quot;; &nbsp;&nbsp;static const CSS_SMALL = &quot;btn-sm&quot;; &nbsp;&nbsp;SparkButton.created(): super.created(); } &lt;link rel=&quot;import&quot; href=&quot;../../../packages/spark_widgets/common/spark_widget.html&quot;/&gt; &lt;polymer-element name=&quot;spark-button&quot; extends=&quot;spark-widget&quot; class=&quot;{{btnClasses}}&quot; &nbsp;&nbsp;&nbsp;&nbsp;attributes=&quot;primary active large small noPadding&quot;&gt; &nbsp;&nbsp;&lt;template&gt; &nbsp;&nbsp;&nbsp;&nbsp;&lt;link rel=&quot;stylesheet&quot; href=&quot;spark_button.css&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&lt;template if=&quot;{{noPadding}}&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;style&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#button { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;padding: 0; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/style&gt; &nbsp;&nbsp;&nbsp;&nbsp;&lt;/template&gt; &nbsp;&nbsp;&nbsp;&nbsp;&lt;button id=&quot;button&quot; type=&quot;button&quot; focused class=&quot;{{btnClasses}}&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;content&gt;&lt;/content&gt; &nbsp;&nbsp;&nbsp;&nbsp;&lt;/button&gt; &nbsp;&nbsp;&lt;/template&gt; &nbsp;&nbsp;&lt;script type=&quot;application/dart&quot; src=&quot;spark_button.dart&quot;&gt;&lt;/script&gt; &lt;/polymer-element&gt; **2.** see code comments when the `btnClasses` map is updated synchronously the web page reflects the class changes when I use one of the async methods the buttons stay unstyled. **3.** **What is the expected output? What do you see instead?** Should also work async. I want to combine several succinct updates to one **What version of the product are you using? On what operating system?** Dart VM version: 1.3.0-dev.7.1 (Wed Mar 26 07:47:55 2014) on &quot;linux_x64&quot; Polymer 0.10.0-pre.4 **Please provide any additional information below.**
1.0
Polymer CSS class binding doesn't work when update is async - *This issue was originally filed by @zoechi* _____ **What steps will reproduce the problem?** **1.** I have this code library spark_widgets.button; import 'dart:async' as async; import 'package:polymer/polymer.dart'; import '../common/spark_widget.dart'; @CustomTag('spark-button') class SparkButton extends SparkWidget { &nbsp;&nbsp;@&#173;published &nbsp;&nbsp;bool primary = false; &nbsp;&nbsp;@&#173;published &nbsp;&nbsp;bool active = true; &nbsp;&nbsp;@&#173;published &nbsp;&nbsp;bool large = false; &nbsp;&nbsp;@&#173;published &nbsp;&nbsp;bool small = false; &nbsp;&nbsp;@&#173;published &nbsp;&nbsp;bool noPadding = false; &nbsp;&nbsp;String get actionId =&gt; attributes['action-id']; &nbsp;&nbsp;@&#173;observable &nbsp;&nbsp;var btnClasses = toObservable({ &nbsp;&nbsp;&nbsp;&nbsp;CSS_BUTTON: true &nbsp;&nbsp;}); &nbsp;&nbsp;@&#173;override &nbsp;&nbsp;void enteredView() { &nbsp;&nbsp;&nbsp;&nbsp;super.enteredView();many &nbsp;&nbsp;&nbsp;&nbsp;updateBtnClassesJob(); &nbsp;&nbsp;} &nbsp;&nbsp;void updateBtnClasses() { &nbsp;&nbsp;&nbsp;&nbsp;btnClasses[CSS_PRIMARY] = primary; &nbsp;&nbsp;&nbsp;&nbsp;btnClasses[CSS_DEFAULT] = !primary; &nbsp;&nbsp;&nbsp;&nbsp;btnClasses[SparkWidget.CSS_ENABLED] = active; &nbsp;&nbsp;&nbsp;&nbsp;btnClasses[SparkWidget.CSS_DISABLED] = !active; &nbsp;&nbsp;&nbsp;&nbsp;btnClasses[CSS_LARGE] = large; &nbsp;&nbsp;&nbsp;&nbsp;btnClasses[CSS_SMALL] = small; &nbsp;&nbsp;&nbsp;&nbsp;print('update'); &nbsp;&nbsp;} &nbsp;&nbsp;/\*\* &nbsp;&nbsp;&nbsp;\* only modify collection once for several succinct events &nbsp;&nbsp;&nbsp;\*/ &nbsp;&nbsp;var btnClassesJob = false; &nbsp;&nbsp;updateBtnClassesJob() { &nbsp;&nbsp;&nbsp;&nbsp;// this works &nbsp;&nbsp;&nbsp;&nbsp;//updateBtnClasses(); &nbsp;&nbsp;&nbsp;&nbsp;// delayed update doesn't work, no matter if I use scheduleMicrotask, new Future, or new Timer &nbsp;&nbsp;&nbsp;&nbsp;if (btnClassesJob == false) { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;btnClassesJob = true; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;async.scheduleMicrotask(() { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;updateBtnClasses(); &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;btnClassesJob = false; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}); &nbsp;&nbsp;&nbsp;&nbsp;} &nbsp;&nbsp;} &nbsp;&nbsp;void activeChanged(old) { &nbsp;&nbsp;&nbsp;&nbsp;updateBtnClassesJob(); &nbsp;&nbsp;} &nbsp;&nbsp;void primaryChanged(old) { &nbsp;&nbsp;&nbsp;&nbsp;updateBtnClassesJob(); &nbsp;&nbsp;} &nbsp;&nbsp;void largeChanged(old) { &nbsp;&nbsp;&nbsp;&nbsp;updateBtnClassesJob(); &nbsp;&nbsp;&nbsp;&nbsp;// TODO should this disable small? &nbsp;&nbsp;} &nbsp;&nbsp;void smallChanged(old) { &nbsp;&nbsp;&nbsp;&nbsp;updateBtnClassesJob(); &nbsp;&nbsp;&nbsp;&nbsp;// TODO should this disable large? &nbsp;&nbsp;} &nbsp;&nbsp;static const CSS_BUTTON = &quot;btn&quot;; &nbsp;&nbsp;static const CSS_DEFAULT = &quot;btn-default&quot;; &nbsp;&nbsp;static const CSS_PRIMARY = &quot;btn-primary&quot;; &nbsp;&nbsp;static const CSS_LARGE = &quot;btn-lg&quot;; &nbsp;&nbsp;static const CSS_SMALL = &quot;btn-sm&quot;; &nbsp;&nbsp;SparkButton.created(): super.created(); } &lt;link rel=&quot;import&quot; href=&quot;../../../packages/spark_widgets/common/spark_widget.html&quot;/&gt; &lt;polymer-element name=&quot;spark-button&quot; extends=&quot;spark-widget&quot; class=&quot;{{btnClasses}}&quot; &nbsp;&nbsp;&nbsp;&nbsp;attributes=&quot;primary active large small noPadding&quot;&gt; &nbsp;&nbsp;&lt;template&gt; &nbsp;&nbsp;&nbsp;&nbsp;&lt;link rel=&quot;stylesheet&quot; href=&quot;spark_button.css&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&lt;template if=&quot;{{noPadding}}&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;style&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#button { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;padding: 0; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/style&gt; &nbsp;&nbsp;&nbsp;&nbsp;&lt;/template&gt; &nbsp;&nbsp;&nbsp;&nbsp;&lt;button id=&quot;button&quot; type=&quot;button&quot; focused class=&quot;{{btnClasses}}&quot;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;content&gt;&lt;/content&gt; &nbsp;&nbsp;&nbsp;&nbsp;&lt;/button&gt; &nbsp;&nbsp;&lt;/template&gt; &nbsp;&nbsp;&lt;script type=&quot;application/dart&quot; src=&quot;spark_button.dart&quot;&gt;&lt;/script&gt; &lt;/polymer-element&gt; **2.** see code comments when the `btnClasses` map is updated synchronously the web page reflects the class changes when I use one of the async methods the buttons stay unstyled. **3.** **What is the expected output? What do you see instead?** Should also work async. I want to combine several succinct updates to one **What version of the product are you using? On what operating system?** Dart VM version: 1.3.0-dev.7.1 (Wed Mar 26 07:47:55 2014) on &quot;linux_x64&quot; Polymer 0.10.0-pre.4 **Please provide any additional information below.**
defect
polymer css class binding doesn t work when update is async this issue was originally filed by zoechi what steps will reproduce the problem i have this code library spark widgets button import dart async as async import package polymer polymer dart import common spark widget dart customtag spark button class sparkbutton extends sparkwidget nbsp nbsp published nbsp nbsp bool primary false nbsp nbsp published nbsp nbsp bool active true nbsp nbsp published nbsp nbsp bool large false nbsp nbsp published nbsp nbsp bool small false nbsp nbsp published nbsp nbsp bool nopadding false nbsp nbsp string get actionid gt attributes nbsp nbsp observable nbsp nbsp var btnclasses toobservable nbsp nbsp nbsp nbsp css button true nbsp nbsp nbsp nbsp override nbsp nbsp void enteredview nbsp nbsp nbsp nbsp super enteredview many nbsp nbsp nbsp nbsp updatebtnclassesjob nbsp nbsp nbsp nbsp void updatebtnclasses nbsp nbsp nbsp nbsp btnclasses primary nbsp nbsp nbsp nbsp btnclasses primary nbsp nbsp nbsp nbsp btnclasses active nbsp nbsp nbsp nbsp btnclasses active nbsp nbsp nbsp nbsp btnclasses large nbsp nbsp nbsp nbsp btnclasses small nbsp nbsp nbsp nbsp print update nbsp nbsp nbsp nbsp nbsp nbsp nbsp only modify collection once for several succinct events nbsp nbsp nbsp nbsp nbsp var btnclassesjob false nbsp nbsp updatebtnclassesjob nbsp nbsp nbsp nbsp this works nbsp nbsp nbsp nbsp updatebtnclasses nbsp nbsp nbsp nbsp delayed update doesn t work no matter if i use schedulemicrotask new future or new timer nbsp nbsp nbsp nbsp if btnclassesjob false nbsp nbsp nbsp nbsp nbsp nbsp btnclassesjob true nbsp nbsp nbsp nbsp nbsp nbsp async schedulemicrotask nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp updatebtnclasses nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp btnclassesjob false nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp void activechanged old nbsp nbsp nbsp nbsp updatebtnclassesjob nbsp nbsp nbsp nbsp void primarychanged old nbsp nbsp nbsp nbsp updatebtnclassesjob nbsp nbsp nbsp nbsp void largechanged old nbsp nbsp nbsp nbsp updatebtnclassesjob nbsp nbsp nbsp nbsp todo should this disable small nbsp nbsp nbsp nbsp void smallchanged old nbsp nbsp nbsp nbsp updatebtnclassesjob nbsp nbsp nbsp nbsp todo should this disable large nbsp nbsp nbsp nbsp static const css button quot btn quot nbsp nbsp static const css default quot btn default quot nbsp nbsp static const css primary quot btn primary quot nbsp nbsp static const css large quot btn lg quot nbsp nbsp static const css small quot btn sm quot nbsp nbsp sparkbutton created super created lt link rel quot import quot href quot packages spark widgets common spark widget html quot gt lt polymer element name quot spark button quot extends quot spark widget quot class quot btnclasses quot nbsp nbsp nbsp nbsp attributes quot primary active large small nopadding quot gt nbsp nbsp lt template gt nbsp nbsp nbsp nbsp lt link rel quot stylesheet quot href quot spark button css quot gt nbsp nbsp nbsp nbsp lt template if quot nopadding quot gt nbsp nbsp nbsp nbsp nbsp nbsp lt style gt nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp button nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp padding nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp lt style gt nbsp nbsp nbsp nbsp lt template gt nbsp nbsp nbsp nbsp lt button id quot button quot type quot button quot focused class quot btnclasses quot gt nbsp nbsp nbsp nbsp nbsp nbsp lt content gt lt content gt nbsp nbsp nbsp nbsp lt button gt nbsp nbsp lt template gt nbsp nbsp lt script type quot application dart quot src quot spark button dart quot gt lt script gt lt polymer element gt see code comments when the btnclasses map is updated synchronously the web page reflects the class changes when i use one of the async methods the buttons stay unstyled what is the expected output what do you see instead should also work async i want to combine several succinct updates to one what version of the product are you using on what operating system dart vm version dev wed mar on quot linux quot polymer pre please provide any additional information below
1
8,420
2,611,496,774
IssuesEvent
2015-02-27 05:36:06
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
Bullet line bug
auto-migrated Priority-Minor Type-Defect
``` What steps will reproduce the problem? 1. Shoot a bullet-type weapon, like Deagle or Sniper rifle, in any direction. 2. Besides the normal bullet line, a horizontal bullet line is drawn at the upper boundary of map pixels What is the expected output? What do you see instead? Only normal bullet line to appear What version of the product are you using? On what operating system? 0.9.18-7740-4ba77e6178cd / win32 Please provide any additional information below. The bug does not reproduce every time (though 0.9.17 never had that). The conditions aren't clear to me :( Demo deagle_bug - attached + video as this may not reproduce on your system: http://www.youtube.com/watch?v=IpeekkypORM ``` Original issue reported on code.google.com by `v...@vos.uz` on 26 Oct 2012 at 1:22 Attachments: * [deagle_bug.42.hwd](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-442/comment-0/deagle_bug.42.hwd)
1.0
Bullet line bug - ``` What steps will reproduce the problem? 1. Shoot a bullet-type weapon, like Deagle or Sniper rifle, in any direction. 2. Besides the normal bullet line, a horizontal bullet line is drawn at the upper boundary of map pixels What is the expected output? What do you see instead? Only normal bullet line to appear What version of the product are you using? On what operating system? 0.9.18-7740-4ba77e6178cd / win32 Please provide any additional information below. The bug does not reproduce every time (though 0.9.17 never had that). The conditions aren't clear to me :( Demo deagle_bug - attached + video as this may not reproduce on your system: http://www.youtube.com/watch?v=IpeekkypORM ``` Original issue reported on code.google.com by `v...@vos.uz` on 26 Oct 2012 at 1:22 Attachments: * [deagle_bug.42.hwd](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-442/comment-0/deagle_bug.42.hwd)
defect
bullet line bug what steps will reproduce the problem shoot a bullet type weapon like deagle or sniper rifle in any direction besides the normal bullet line a horizontal bullet line is drawn at the upper boundary of map pixels what is the expected output what do you see instead only normal bullet line to appear what version of the product are you using on what operating system please provide any additional information below the bug does not reproduce every time though never had that the conditions aren t clear to me demo deagle bug attached video as this may not reproduce on your system original issue reported on code google com by v vos uz on oct at attachments
1
36,172
8,057,784,392
IssuesEvent
2018-08-02 16:21:03
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
Do we need empty permission rules for #__ucm_content table?
No Code Attached Yet
### Steps to reproduce the issue I would like to ask a technical question to people who know how `#__assets` table works. **When we have at least one tag in the article.** Do we have to create records in `#__assets` table for rows from `#__ucm_content` table? Wnen adding a new article, joomla creates one row in `#__content` and another in `#__ucm_content` and a few others in `#__ucm...`. It is temporary OK. The issue is that the `#__ucm_content` table has `asset_id` column and therefore creates another row in `#__assets` table, which **always** has empty rules `{}`. Why do we need to store such unnecessary row in `#__assets` table? The way to fast fix it. ### Example ```diff diff --git a/libraries/src/Table/CoreContent.php b/libraries/src/Table/CoreContent.php index 41e8f035a4..08f277e2c4 100644 --- a/libraries/src/Table/CoreContent.php +++ b/libraries/src/Table/CoreContent.php @@ -31,6 +31,9 @@ class CoreContent extends Table public function __construct($db) { parent::__construct('#__ucm_content', 'core_content_id', $db); + + // Skip creating an asset row (with empty rules) for ucm_content table + $this->_trackAssets = false; } /** ``` To reduce the size of `#__assets` table, we can also run below query: ```sql DELETE FROM `#__assets` WHERE name LIKE "#__ucm_content.%" AND `rules` IN ('[]', '{}', ''); ``` without IMO any negative effects. Is anyone interested and would help in testing?
1.0
Do we need empty permission rules for #__ucm_content table? - ### Steps to reproduce the issue I would like to ask a technical question to people who know how `#__assets` table works. **When we have at least one tag in the article.** Do we have to create records in `#__assets` table for rows from `#__ucm_content` table? Wnen adding a new article, joomla creates one row in `#__content` and another in `#__ucm_content` and a few others in `#__ucm...`. It is temporary OK. The issue is that the `#__ucm_content` table has `asset_id` column and therefore creates another row in `#__assets` table, which **always** has empty rules `{}`. Why do we need to store such unnecessary row in `#__assets` table? The way to fast fix it. ### Example ```diff diff --git a/libraries/src/Table/CoreContent.php b/libraries/src/Table/CoreContent.php index 41e8f035a4..08f277e2c4 100644 --- a/libraries/src/Table/CoreContent.php +++ b/libraries/src/Table/CoreContent.php @@ -31,6 +31,9 @@ class CoreContent extends Table public function __construct($db) { parent::__construct('#__ucm_content', 'core_content_id', $db); + + // Skip creating an asset row (with empty rules) for ucm_content table + $this->_trackAssets = false; } /** ``` To reduce the size of `#__assets` table, we can also run below query: ```sql DELETE FROM `#__assets` WHERE name LIKE "#__ucm_content.%" AND `rules` IN ('[]', '{}', ''); ``` without IMO any negative effects. Is anyone interested and would help in testing?
non_defect
do we need empty permission rules for ucm content table steps to reproduce the issue i would like to ask a technical question to people who know how assets table works when we have at least one tag in the article do we have to create records in assets table for rows from ucm content table wnen adding a new article joomla creates one row in content and another in ucm content and a few others in ucm it is temporary ok the issue is that the ucm content table has asset id column and therefore creates another row in assets table which always has empty rules why do we need to store such unnecessary row in assets table the way to fast fix it example diff diff git a libraries src table corecontent php b libraries src table corecontent php index a libraries src table corecontent php b libraries src table corecontent php class corecontent extends table public function construct db parent construct ucm content core content id db skip creating an asset row with empty rules for ucm content table this trackassets false to reduce the size of assets table we can also run below query sql delete from assets where name like ucm content and rules in without imo any negative effects is anyone interested and would help in testing
0
58,135
16,358,753,025
IssuesEvent
2021-05-14 05:38:40
idaholab/raven
https://api.github.com/repos/idaholab/raven
opened
[DEFECT] the ppf function inside Distribution, the function returns none
defect priority_normal
-------- Defect Description -------- the ppf function inside Distribution, the function returns none if cdf = 0.9999999999 where the required x =1 ##### What did you expect to see happen? it should return the value corresponding to cdf of 1. ##### What did you see instead? it returns None ##### Do you have a suggested fix for the development team? Yes we can subtract machine epsilon from the required x to allow for the approximation **Describe how to Reproduce** Steps to reproduce the behavior: 1. Just run the tests in this PR. 2. 3. 4. **Screenshots and Input Files** Please attach the input file(s) that generate this error. The simpler the input, the faster we can find the issue. **Platform (please complete the following information):** - OS: [e.g. iOS] - Version: [e.g. 22] - Dependencies Installation: [CONDA or PIP] ---------------- For Change Control Board: Issue Review ---------------- This review should occur before any development is performed as a response to this issue. - [ ] 1. Is it tagged with a type: defect or task? - [ ] 2. Is it tagged with a priority: critical, normal or minor? - [ ] 3. If it will impact requirements or requirements tests, is it tagged with requirements? - [ ] 4. If it is a defect, can it cause wrong results for users? If so an email needs to be sent to the users. - [ ] 5. Is a rationale provided? (Such as explaining why the improvement is needed or why current code is wrong.) ------- For Change Control Board: Issue Closure ------- This review should occur when the issue is imminently going to be closed. - [ ] 1. If the issue is a defect, is the defect fixed? - [ ] 2. If the issue is a defect, is the defect tested for in the regression test system? (If not explain why not.) - [ ] 3. If the issue can impact users, has an email to the users group been written (the email should specify if the defect impacts stable or master)? - [ ] 4. If the issue is a defect, does it impact the latest release branch? If yes, is there any issue tagged with release (create if needed)? - [ ] 5. If the issue is being closed without a pull request, has an explanation of why it is being closed been provided?
1.0
[DEFECT] the ppf function inside Distribution, the function returns none - -------- Defect Description -------- the ppf function inside Distribution, the function returns none if cdf = 0.9999999999 where the required x =1 ##### What did you expect to see happen? it should return the value corresponding to cdf of 1. ##### What did you see instead? it returns None ##### Do you have a suggested fix for the development team? Yes we can subtract machine epsilon from the required x to allow for the approximation **Describe how to Reproduce** Steps to reproduce the behavior: 1. Just run the tests in this PR. 2. 3. 4. **Screenshots and Input Files** Please attach the input file(s) that generate this error. The simpler the input, the faster we can find the issue. **Platform (please complete the following information):** - OS: [e.g. iOS] - Version: [e.g. 22] - Dependencies Installation: [CONDA or PIP] ---------------- For Change Control Board: Issue Review ---------------- This review should occur before any development is performed as a response to this issue. - [ ] 1. Is it tagged with a type: defect or task? - [ ] 2. Is it tagged with a priority: critical, normal or minor? - [ ] 3. If it will impact requirements or requirements tests, is it tagged with requirements? - [ ] 4. If it is a defect, can it cause wrong results for users? If so an email needs to be sent to the users. - [ ] 5. Is a rationale provided? (Such as explaining why the improvement is needed or why current code is wrong.) ------- For Change Control Board: Issue Closure ------- This review should occur when the issue is imminently going to be closed. - [ ] 1. If the issue is a defect, is the defect fixed? - [ ] 2. If the issue is a defect, is the defect tested for in the regression test system? (If not explain why not.) - [ ] 3. If the issue can impact users, has an email to the users group been written (the email should specify if the defect impacts stable or master)? - [ ] 4. If the issue is a defect, does it impact the latest release branch? If yes, is there any issue tagged with release (create if needed)? - [ ] 5. If the issue is being closed without a pull request, has an explanation of why it is being closed been provided?
defect
the ppf function inside distribution the function returns none defect description the ppf function inside distribution the function returns none if cdf where the required x what did you expect to see happen it should return the value corresponding to cdf of what did you see instead it returns none do you have a suggested fix for the development team yes we can subtract machine epsilon from the required x to allow for the approximation describe how to reproduce steps to reproduce the behavior just run the tests in this pr screenshots and input files please attach the input file s that generate this error the simpler the input the faster we can find the issue platform please complete the following information os version dependencies installation for change control board issue review this review should occur before any development is performed as a response to this issue is it tagged with a type defect or task is it tagged with a priority critical normal or minor if it will impact requirements or requirements tests is it tagged with requirements if it is a defect can it cause wrong results for users if so an email needs to be sent to the users is a rationale provided such as explaining why the improvement is needed or why current code is wrong for change control board issue closure this review should occur when the issue is imminently going to be closed if the issue is a defect is the defect fixed if the issue is a defect is the defect tested for in the regression test system if not explain why not if the issue can impact users has an email to the users group been written the email should specify if the defect impacts stable or master if the issue is a defect does it impact the latest release branch if yes is there any issue tagged with release create if needed if the issue is being closed without a pull request has an explanation of why it is being closed been provided
1
106,923
11,502,254,089
IssuesEvent
2020-02-12 18:45:12
eclipse/jetty.project
https://api.github.com/repos/eclipse/jetty.project
closed
Jetty 10 docs still have references to Jetty 9 artifacts
Documentation
I was merging jetty-9.4.x to jetty-10.0.x and decided to check if there was any lingering jetty 9.4.x-isms ... ``` [jetty-10.0.x]$ git grep SNAPSHOT | grep 9\.4 jetty-documentation/src/main/asciidoc/distribution-guide/logging/configuring-logging-modules.adoc:540 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.0-SNAPSHOT jetty-documentation/src/main/asciidoc/distribution-guide/logging/default-logging-with-stderrlog.adoc:2016-10-21 15:31:01.370:INFO:oejs.Server:main: jetty-9.4.0-SNAPSHOT jetty-documentation/src/main/asciidoc/distribution-guide/logging/default-logging-with-stderrlog.adoc:2016-10-21 15:31:35.144:INFO:org.eclipse.jetty.server.Server:main: jetty-9.4.0-SNAPSHOT jetty-documentation/src/main/asciidoc/distribution-guide/startup/startup-jpms.adoc:--module-path /opt/jetty/lib/jetty-servlet-api-4.0.2.jar:/opt/jetty/lib/jetty-http-9.4.13-SNAPSHOT.jar:... tests/test-distribution/src/main/java/org/eclipse/jetty/tests/distribution/DistributionTester.java: * @param jettyVersion the version to use (format: 9.4.14.v20181114 9.4.15-SNAPSHOT). ``` Looks like we have a few places in documentation, and one in javadoc that we need to fix at least. This is not an exhaustive list, just pointing out a general issue that needs to be resolved.
1.0
Jetty 10 docs still have references to Jetty 9 artifacts - I was merging jetty-9.4.x to jetty-10.0.x and decided to check if there was any lingering jetty 9.4.x-isms ... ``` [jetty-10.0.x]$ git grep SNAPSHOT | grep 9\.4 jetty-documentation/src/main/asciidoc/distribution-guide/logging/configuring-logging-modules.adoc:540 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.0-SNAPSHOT jetty-documentation/src/main/asciidoc/distribution-guide/logging/default-logging-with-stderrlog.adoc:2016-10-21 15:31:01.370:INFO:oejs.Server:main: jetty-9.4.0-SNAPSHOT jetty-documentation/src/main/asciidoc/distribution-guide/logging/default-logging-with-stderrlog.adoc:2016-10-21 15:31:35.144:INFO:org.eclipse.jetty.server.Server:main: jetty-9.4.0-SNAPSHOT jetty-documentation/src/main/asciidoc/distribution-guide/startup/startup-jpms.adoc:--module-path /opt/jetty/lib/jetty-servlet-api-4.0.2.jar:/opt/jetty/lib/jetty-http-9.4.13-SNAPSHOT.jar:... tests/test-distribution/src/main/java/org/eclipse/jetty/tests/distribution/DistributionTester.java: * @param jettyVersion the version to use (format: 9.4.14.v20181114 9.4.15-SNAPSHOT). ``` Looks like we have a few places in documentation, and one in javadoc that we need to fix at least. This is not an exhaustive list, just pointing out a general issue that needs to be resolved.
non_defect
jetty docs still have references to jetty artifacts i was merging jetty x to jetty x and decided to check if there was any lingering jetty x isms git grep snapshot grep jetty documentation src main asciidoc distribution guide logging configuring logging modules adoc info org eclipse jetty server server jetty snapshot jetty documentation src main asciidoc distribution guide logging default logging with stderrlog adoc info oejs server main jetty snapshot jetty documentation src main asciidoc distribution guide logging default logging with stderrlog adoc info org eclipse jetty server server main jetty snapshot jetty documentation src main asciidoc distribution guide startup startup jpms adoc module path opt jetty lib jetty servlet api jar opt jetty lib jetty http snapshot jar tests test distribution src main java org eclipse jetty tests distribution distributiontester java param jettyversion the version to use format snapshot looks like we have a few places in documentation and one in javadoc that we need to fix at least this is not an exhaustive list just pointing out a general issue that needs to be resolved
0
3,544
2,610,064,552
IssuesEvent
2015-02-26 18:19:00
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
黄岩不孕不育检查费
auto-migrated Priority-Medium Type-Defect
``` 黄岩不孕不育检查费【台州五洲生殖医院】24小时健康咨询热 线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市椒 江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、118� ��198及椒江一金清公交车直达枫南小区,乘坐107、105、109、112 、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:08
1.0
黄岩不孕不育检查费 - ``` 黄岩不孕不育检查费【台州五洲生殖医院】24小时健康咨询热 线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市椒 江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、118� ��198及椒江一金清公交车直达枫南小区,乘坐107、105、109、112 、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:08
defect
黄岩不孕不育检查费 黄岩不孕不育检查费【台州五洲生殖医院】 线 微信号tzwzszyy 医院地址 台州市椒 (枫南大转盘旁)乘车线路 、 、 � �� , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at
1
47,909
13,066,352,729
IssuesEvent
2020-07-30 21:31:00
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
alas, another steamshovel segfault (Trac #1393)
Migrated from Trac combo core defect
This time when looking at true MC energy losses: ```text Program terminated with signal SIGSEGV, Segmentation fault. https://code.icecube.wisc.edu/ticket/0 0x00007f154e0ee241 in ?? () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 (gdb) bt https://code.icecube.wisc.edu/ticket/0 0x00007f154e0ee241 in ?? () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 #1 0x00007f154fc28552 in boost::python::converter::shared_ptr_deleter::operator()(void const*) () from /home/berghaus/i3/ports/lib/boost-1.38.0/libboost_python-mt.so #2 0x0000000000493efa in void qMetaTypeDeleteHelper<boost::shared_ptr<ColorMap> >(boost::shared_ptr<ColorMap>*) () #3 0x00007f154beb83f3 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #4 0x00007f154c985f0d in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #5 0x00007f154c988ad1 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #6 0x00007f154c988bc3 in QStandardItem::~QStandardItem() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #7 0x00007f154c9889e8 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #8 0x00007f154c988bc3 in QStandardItem::~QStandardItem() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #9 0x00007f154c988db4 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #10 0x00007f154c989049 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #11 0x00007f154bead597 in QObject::~QObject() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #12 0x00007f154be87105 in QAbstractItemModel::~QAbstractItemModel() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #13 0x00007f154c985ec9 in QStandardItemModel::~QStandardItemModel() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #14 0x00007f154beaad18 in QObjectPrivate::deleteChildren() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #15 0x00007f154c4187f3 in QWidget::~QWidget() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #16 0x0000000000493278 in ColorMapEditor::~ColorMapEditor() () #17 0x00007f154beac908 in QObject::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #18 0x00007f154c4192e3 in QWidget::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #19 0x00007f154c3c59bc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #20 0x00007f154c3cc4d8 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #21 0x00000000004adbf8 in SteamshovelApp::notify(QObject*, QEvent*) () #22 0x00007f154be931cd in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #23 0x00007f154be96a71 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 ---Type <return> to continue, or q <return> to quit--- #24 0x00007f154bec26ee in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #25 0x00007f1542677c3d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #26 0x00007f1542677f20 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #27 0x00007f1542677fcc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #28 0x00007f154bec285e in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #29 0x00007f154c46dc66 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #30 0x00007f154be91d21 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #31 0x00007f154be92085 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #32 0x00007f154be97b09 in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #33 0x0000000000475900 in main () ``` Migrated from https://code.icecube.wisc.edu/ticket/1393 ```json { "status": "closed", "changetime": "2016-03-18T21:14:09", "description": "This time when looking at true MC energy losses:\n\n{{{\nProgram terminated with signal SIGSEGV, Segmentation fault.\n#0 0x00007f154e0ee241 in ?? () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0\n(gdb) bt\n#0 0x00007f154e0ee241 in ?? () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0\n#1 0x00007f154fc28552 in boost::python::converter::shared_ptr_deleter::operator()(void const*) ()\n from /home/berghaus/i3/ports/lib/boost-1.38.0/libboost_python-mt.so\n#2 0x0000000000493efa in void qMetaTypeDeleteHelper<boost::shared_ptr<ColorMap> >(boost::shared_ptr<ColorMap>*) ()\n#3 0x00007f154beb83f3 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#4 0x00007f154c985f0d in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#5 0x00007f154c988ad1 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#6 0x00007f154c988bc3 in QStandardItem::~QStandardItem() ()\n from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#7 0x00007f154c9889e8 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#8 0x00007f154c988bc3 in QStandardItem::~QStandardItem() ()\n from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#9 0x00007f154c988db4 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#10 0x00007f154c989049 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#11 0x00007f154bead597 in QObject::~QObject() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#12 0x00007f154be87105 in QAbstractItemModel::~QAbstractItemModel() ()\n from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#13 0x00007f154c985ec9 in QStandardItemModel::~QStandardItemModel() ()\n from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#14 0x00007f154beaad18 in QObjectPrivate::deleteChildren() ()\n from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#15 0x00007f154c4187f3 in QWidget::~QWidget() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#16 0x0000000000493278 in ColorMapEditor::~ColorMapEditor() ()\n#17 0x00007f154beac908 in QObject::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#18 0x00007f154c4192e3 in QWidget::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#19 0x00007f154c3c59bc in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()\n from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#20 0x00007f154c3cc4d8 in QApplication::notify(QObject*, QEvent*) ()\n from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#21 0x00000000004adbf8 in SteamshovelApp::notify(QObject*, QEvent*) ()\n#22 0x00007f154be931cd in QCoreApplication::notifyInternal(QObject*, QEvent*) ()\n from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#23 0x00007f154be96a71 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) ()\n from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n---Type <return> to continue, or q <return> to quit--- \n#24 0x00007f154bec26ee in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#25 0x00007f1542677c3d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0\n#26 0x00007f1542677f20 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0\n#27 0x00007f1542677fcc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0\n#28 0x00007f154bec285e in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#29 0x00007f154c46dc66 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#30 0x00007f154be91d21 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()\n from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#31 0x00007f154be92085 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()\n from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#32 0x00007f154be97b09 in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#33 0x0000000000475900 in main ()\n}}}", "reporter": "berghaus", "cc": "", "resolution": "invalid", "_ts": "1458335649133028", "component": "combo core", "summary": "alas, another steamshovel segfault", "priority": "minor", "keywords": "steamshovel", "time": "2015-10-12T08:54:03", "milestone": "", "owner": "hdembinski", "type": "defect" } ```
1.0
alas, another steamshovel segfault (Trac #1393) - This time when looking at true MC energy losses: ```text Program terminated with signal SIGSEGV, Segmentation fault. https://code.icecube.wisc.edu/ticket/0 0x00007f154e0ee241 in ?? () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 (gdb) bt https://code.icecube.wisc.edu/ticket/0 0x00007f154e0ee241 in ?? () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 #1 0x00007f154fc28552 in boost::python::converter::shared_ptr_deleter::operator()(void const*) () from /home/berghaus/i3/ports/lib/boost-1.38.0/libboost_python-mt.so #2 0x0000000000493efa in void qMetaTypeDeleteHelper<boost::shared_ptr<ColorMap> >(boost::shared_ptr<ColorMap>*) () #3 0x00007f154beb83f3 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #4 0x00007f154c985f0d in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #5 0x00007f154c988ad1 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #6 0x00007f154c988bc3 in QStandardItem::~QStandardItem() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #7 0x00007f154c9889e8 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #8 0x00007f154c988bc3 in QStandardItem::~QStandardItem() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #9 0x00007f154c988db4 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #10 0x00007f154c989049 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #11 0x00007f154bead597 in QObject::~QObject() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #12 0x00007f154be87105 in QAbstractItemModel::~QAbstractItemModel() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #13 0x00007f154c985ec9 in QStandardItemModel::~QStandardItemModel() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #14 0x00007f154beaad18 in QObjectPrivate::deleteChildren() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #15 0x00007f154c4187f3 in QWidget::~QWidget() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #16 0x0000000000493278 in ColorMapEditor::~ColorMapEditor() () #17 0x00007f154beac908 in QObject::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #18 0x00007f154c4192e3 in QWidget::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #19 0x00007f154c3c59bc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #20 0x00007f154c3cc4d8 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #21 0x00000000004adbf8 in SteamshovelApp::notify(QObject*, QEvent*) () #22 0x00007f154be931cd in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #23 0x00007f154be96a71 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 ---Type <return> to continue, or q <return> to quit--- #24 0x00007f154bec26ee in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #25 0x00007f1542677c3d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #26 0x00007f1542677f20 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #27 0x00007f1542677fcc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #28 0x00007f154bec285e in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #29 0x00007f154c46dc66 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #30 0x00007f154be91d21 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #31 0x00007f154be92085 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #32 0x00007f154be97b09 in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #33 0x0000000000475900 in main () ``` Migrated from https://code.icecube.wisc.edu/ticket/1393 ```json { "status": "closed", "changetime": "2016-03-18T21:14:09", "description": "This time when looking at true MC energy losses:\n\n{{{\nProgram terminated with signal SIGSEGV, Segmentation fault.\n#0 0x00007f154e0ee241 in ?? () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0\n(gdb) bt\n#0 0x00007f154e0ee241 in ?? () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0\n#1 0x00007f154fc28552 in boost::python::converter::shared_ptr_deleter::operator()(void const*) ()\n from /home/berghaus/i3/ports/lib/boost-1.38.0/libboost_python-mt.so\n#2 0x0000000000493efa in void qMetaTypeDeleteHelper<boost::shared_ptr<ColorMap> >(boost::shared_ptr<ColorMap>*) ()\n#3 0x00007f154beb83f3 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#4 0x00007f154c985f0d in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#5 0x00007f154c988ad1 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#6 0x00007f154c988bc3 in QStandardItem::~QStandardItem() ()\n from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#7 0x00007f154c9889e8 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#8 0x00007f154c988bc3 in QStandardItem::~QStandardItem() ()\n from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#9 0x00007f154c988db4 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#10 0x00007f154c989049 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#11 0x00007f154bead597 in QObject::~QObject() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#12 0x00007f154be87105 in QAbstractItemModel::~QAbstractItemModel() ()\n from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#13 0x00007f154c985ec9 in QStandardItemModel::~QStandardItemModel() ()\n from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#14 0x00007f154beaad18 in QObjectPrivate::deleteChildren() ()\n from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#15 0x00007f154c4187f3 in QWidget::~QWidget() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#16 0x0000000000493278 in ColorMapEditor::~ColorMapEditor() ()\n#17 0x00007f154beac908 in QObject::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#18 0x00007f154c4192e3 in QWidget::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#19 0x00007f154c3c59bc in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()\n from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#20 0x00007f154c3cc4d8 in QApplication::notify(QObject*, QEvent*) ()\n from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#21 0x00000000004adbf8 in SteamshovelApp::notify(QObject*, QEvent*) ()\n#22 0x00007f154be931cd in QCoreApplication::notifyInternal(QObject*, QEvent*) ()\n from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#23 0x00007f154be96a71 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) ()\n from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n---Type <return> to continue, or q <return> to quit--- \n#24 0x00007f154bec26ee in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#25 0x00007f1542677c3d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0\n#26 0x00007f1542677f20 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0\n#27 0x00007f1542677fcc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0\n#28 0x00007f154bec285e in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#29 0x00007f154c46dc66 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4\n#30 0x00007f154be91d21 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()\n from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#31 0x00007f154be92085 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()\n from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#32 0x00007f154be97b09 in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4\n#33 0x0000000000475900 in main ()\n}}}", "reporter": "berghaus", "cc": "", "resolution": "invalid", "_ts": "1458335649133028", "component": "combo core", "summary": "alas, another steamshovel segfault", "priority": "minor", "keywords": "steamshovel", "time": "2015-10-12T08:54:03", "milestone": "", "owner": "hdembinski", "type": "defect" } ```
defect
alas another steamshovel segfault trac this time when looking at true mc energy losses text program terminated with signal sigsegv segmentation fault in from usr lib linux gnu so gdb bt in from usr lib linux gnu so in boost python converter shared ptr deleter operator void const from home berghaus ports lib boost libboost python mt so in void qmetatypedeletehelper boost shared ptr in from usr lib linux gnu libqtcore so in from usr lib linux gnu libqtgui so in from usr lib linux gnu libqtgui so in qstandarditem qstandarditem from usr lib linux gnu libqtgui so in from usr lib linux gnu libqtgui so in qstandarditem qstandarditem from usr lib linux gnu libqtgui so in from usr lib linux gnu libqtgui so in from usr lib linux gnu libqtgui so in qobject qobject from usr lib linux gnu libqtcore so in qabstractitemmodel qabstractitemmodel from usr lib linux gnu libqtcore so in qstandarditemmodel qstandarditemmodel from usr lib linux gnu libqtgui so in qobjectprivate deletechildren from usr lib linux gnu libqtcore so in qwidget qwidget from usr lib linux gnu libqtgui so in colormapeditor colormapeditor in qobject event qevent from usr lib linux gnu libqtcore so in qwidget event qevent from usr lib linux gnu libqtgui so in qapplicationprivate notify helper qobject qevent from usr lib linux gnu libqtgui so in qapplication notify qobject qevent from usr lib linux gnu libqtgui so in steamshovelapp notify qobject qevent in qcoreapplication notifyinternal qobject qevent from usr lib linux gnu libqtcore so in qcoreapplicationprivate sendpostedevents qobject int qthreaddata from usr lib linux gnu libqtcore so type to continue or q to quit in from usr lib linux gnu libqtcore so in g main context dispatch from lib linux gnu libglib so in from lib linux gnu libglib so in g main context iteration from lib linux gnu libglib so in qeventdispatcherglib processevents qflags from usr lib linux gnu libqtcore so in from usr lib linux gnu libqtgui so in qeventloop processevents qflags from usr lib linux gnu libqtcore so in qeventloop exec qflags from usr lib linux gnu libqtcore so in qcoreapplication exec from usr lib linux gnu libqtcore so in main migrated from json status closed changetime description this time when looking at true mc energy losses n n nprogram terminated with signal sigsegv segmentation fault n in from usr lib linux gnu so n gdb bt n in from usr lib linux gnu so n in boost python converter shared ptr deleter operator void const n from home berghaus ports lib boost libboost python mt so n in void qmetatypedeletehelper boost shared ptr n in from usr lib linux gnu libqtcore so n in from usr lib linux gnu libqtgui so n in from usr lib linux gnu libqtgui so n in qstandarditem qstandarditem n from usr lib linux gnu libqtgui so n in from usr lib linux gnu libqtgui so n in qstandarditem qstandarditem n from usr lib linux gnu libqtgui so n in from usr lib linux gnu libqtgui so n in from usr lib linux gnu libqtgui so n in qobject qobject from usr lib linux gnu libqtcore so n in qabstractitemmodel qabstractitemmodel n from usr lib linux gnu libqtcore so n in qstandarditemmodel qstandarditemmodel n from usr lib linux gnu libqtgui so n in qobjectprivate deletechildren n from usr lib linux gnu libqtcore so n in qwidget qwidget from usr lib linux gnu libqtgui so n in colormapeditor colormapeditor n in qobject event qevent from usr lib linux gnu libqtcore so n in qwidget event qevent from usr lib linux gnu libqtgui so n in qapplicationprivate notify helper qobject qevent n from usr lib linux gnu libqtgui so n in qapplication notify qobject qevent n from usr lib linux gnu libqtgui so n in steamshovelapp notify qobject qevent n in qcoreapplication notifyinternal qobject qevent n from usr lib linux gnu libqtcore so n in qcoreapplicationprivate sendpostedevents qobject int qthreaddata n from usr lib linux gnu libqtcore so n type to continue or q to quit n in from usr lib linux gnu libqtcore so n in g main context dispatch from lib linux gnu libglib so n in from lib linux gnu libglib so n in g main context iteration from lib linux gnu libglib so n in qeventdispatcherglib processevents qflags from usr lib linux gnu libqtcore so n in from usr lib linux gnu libqtgui so n in qeventloop processevents qflags n from usr lib linux gnu libqtcore so n in qeventloop exec qflags n from usr lib linux gnu libqtcore so n in qcoreapplication exec from usr lib linux gnu libqtcore so n in main n reporter berghaus cc resolution invalid ts component combo core summary alas another steamshovel segfault priority minor keywords steamshovel time milestone owner hdembinski type defect
1
52,279
13,211,423,971
IssuesEvent
2020-08-15 23:02:52
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[clsim] compatibility with geant4.10.3 (Trac #1986)
Incomplete Migration Migrated from Trac combo simulation defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1986">https://code.icecube.wisc.edu/projects/icecube/ticket/1986</a>, reported by david.schultzand owned by claudio.kopper</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:13:53", "_ts": "1550067233566919", "description": "{{{\n/cvmfs/icecube.opensciencegrid.org/py2-v3/metaprojects/combo/stable/clsim/private/geant4/TrkEMPhysicsUHE.cxx: In member function \u2018virtual void TrkEMPhysicsUHE::ConstructProcess()\u2019:\n/cvmfs/icecube.opensciencegrid.org/py2-v3/metaprojects/combo/stable/clsim/private/geant4/TrkEMPhysicsUHE.cxx:63:37: error: \u2018class G4LossTableManager\u2019 has no member named \u2018SetMaxEnergy\u2019\n G4LossTableManager::Instance()->SetMaxEnergy(10.*PeV);\n}}}\n\nWould be nice to fix this soon and get it in a simulation point release, so it will build with py2-v3.", "reporter": "david.schultz", "cc": "olivas", "resolution": "fixed", "time": "2017-04-20T22:05:47", "component": "combo simulation", "summary": "[clsim] compatibility with geant4.10.3", "priority": "critical", "keywords": "", "milestone": "", "owner": "claudio.kopper", "type": "defect" } ``` </p> </details>
1.0
[clsim] compatibility with geant4.10.3 (Trac #1986) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1986">https://code.icecube.wisc.edu/projects/icecube/ticket/1986</a>, reported by david.schultzand owned by claudio.kopper</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:13:53", "_ts": "1550067233566919", "description": "{{{\n/cvmfs/icecube.opensciencegrid.org/py2-v3/metaprojects/combo/stable/clsim/private/geant4/TrkEMPhysicsUHE.cxx: In member function \u2018virtual void TrkEMPhysicsUHE::ConstructProcess()\u2019:\n/cvmfs/icecube.opensciencegrid.org/py2-v3/metaprojects/combo/stable/clsim/private/geant4/TrkEMPhysicsUHE.cxx:63:37: error: \u2018class G4LossTableManager\u2019 has no member named \u2018SetMaxEnergy\u2019\n G4LossTableManager::Instance()->SetMaxEnergy(10.*PeV);\n}}}\n\nWould be nice to fix this soon and get it in a simulation point release, so it will build with py2-v3.", "reporter": "david.schultz", "cc": "olivas", "resolution": "fixed", "time": "2017-04-20T22:05:47", "component": "combo simulation", "summary": "[clsim] compatibility with geant4.10.3", "priority": "critical", "keywords": "", "milestone": "", "owner": "claudio.kopper", "type": "defect" } ``` </p> </details>
defect
compatibility with trac migrated from json status closed changetime ts description n cvmfs icecube opensciencegrid org metaprojects combo stable clsim private trkemphysicsuhe cxx in member function void trkemphysicsuhe constructprocess n cvmfs icecube opensciencegrid org metaprojects combo stable clsim private trkemphysicsuhe cxx error has no member named n instance setmaxenergy pev n n nwould be nice to fix this soon and get it in a simulation point release so it will build with reporter david schultz cc olivas resolution fixed time component combo simulation summary compatibility with priority critical keywords milestone owner claudio kopper type defect
1
192,626
22,215,980,620
IssuesEvent
2022-06-08 01:43:28
Nivaskumark/kernel_v4.1.15
https://api.github.com/repos/Nivaskumark/kernel_v4.1.15
reopened
CVE-2020-27786 (High) detected in linuxlinux-4.6, linuxlinux-4.6
security vulnerability
## CVE-2020-27786 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linuxlinux-4.6</b>, <b>linuxlinux-4.6</b></p></summary> <p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A flaw was found in the Linux kernel’s implementation of MIDI, where an attacker with a local account and the permissions to issue ioctl commands to midi devices could trigger a use-after-free issue. A write to this specific memory while freed and before use causes the flow of execution to change and possibly allow for memory corruption or privilege escalation. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability. WhiteSource Note: After conducting further research, WhiteSource has determined that versions v2.6.12-rc2 through v4.4.223, ;v4.5-rc1 through v4.9.223, v4.10-rc1 through v4.14.180, v4.15-rc1 through v4.19.123, v5.0-rc1 through v5.4.41, v5.5-rc1 through v5.6.13 and v5.7-rc1 through v5.7-rc5 of Linux Kernel are vulnerable to CVE-2020-27786. <p>Publish Date: 2020-12-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-27786>CVE-2020-27786</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2020-27786">https://www.linuxkernelcves.com/cves/CVE-2020-27786</a></p> <p>Release Date: 2020-12-11</p> <p>Fix Resolution: v4.4.224, v4.9.224, v4.14.181, v4.19.124, v5.4.42, v5.6.14, v5.7-rc6</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-27786 (High) detected in linuxlinux-4.6, linuxlinux-4.6 - ## CVE-2020-27786 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linuxlinux-4.6</b>, <b>linuxlinux-4.6</b></p></summary> <p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A flaw was found in the Linux kernel’s implementation of MIDI, where an attacker with a local account and the permissions to issue ioctl commands to midi devices could trigger a use-after-free issue. A write to this specific memory while freed and before use causes the flow of execution to change and possibly allow for memory corruption or privilege escalation. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability. WhiteSource Note: After conducting further research, WhiteSource has determined that versions v2.6.12-rc2 through v4.4.223, ;v4.5-rc1 through v4.9.223, v4.10-rc1 through v4.14.180, v4.15-rc1 through v4.19.123, v5.0-rc1 through v5.4.41, v5.5-rc1 through v5.6.13 and v5.7-rc1 through v5.7-rc5 of Linux Kernel are vulnerable to CVE-2020-27786. <p>Publish Date: 2020-12-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-27786>CVE-2020-27786</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2020-27786">https://www.linuxkernelcves.com/cves/CVE-2020-27786</a></p> <p>Release Date: 2020-12-11</p> <p>Fix Resolution: v4.4.224, v4.9.224, v4.14.181, v4.19.124, v5.4.42, v5.6.14, v5.7-rc6</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in linuxlinux linuxlinux cve high severity vulnerability vulnerable libraries linuxlinux linuxlinux vulnerability details a flaw was found in the linux kernel’s implementation of midi where an attacker with a local account and the permissions to issue ioctl commands to midi devices could trigger a use after free issue a write to this specific memory while freed and before use causes the flow of execution to change and possibly allow for memory corruption or privilege escalation the highest threat from this vulnerability is to confidentiality integrity as well as system availability whitesource note after conducting further research whitesource has determined that versions through through through through through through and through of linux kernel are vulnerable to cve publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
72,937
24,374,584,945
IssuesEvent
2022-10-03 22:58:37
scoutplan/scoutplan
https://api.github.com/repos/scoutplan/scoutplan
closed
[Scoutplan Production/production] NoMethodError: undefined method `online' for #<Event id: 87230, unit_id: 32098, title: "Canoe Trip", description: nil, starts_at: "2022-09-30 17:00:00.000000000 -0400", ends_at: "2022-10-02 10:00:00.000000000 -0400", location: "Housatonic River, CT", created_at: "2021-11-01 22:52:47.792624000 -0400", updated_at: "2022-09-15 20:51:53.834041000 -0400", requires_rsvp: true, max_total_attendees: nil, rsvp_opens_at: nil, event_category_id: 23, series_parent_id: nil, status: "...
defect
## Backtrace line 1 of [PROJECT_ROOT]/app/views/events/_event_location.slim: _app_views_events__event_location_slim___2872941035108155283_226960 line 42 of [PROJECT_ROOT]/app/views/events/_new_event.slim: block in _app_views_events__new_event_slim___2376431857079635926_226940 line 13 of [PROJECT_ROOT]/app/views/events/_new_event.slim: _app_views_events__new_event_slim___2376431857079635926_226940 [View full backtrace and more info at honeybadger.io](https://app.honeybadger.io/projects/97676/faults/88839010)
1.0
[Scoutplan Production/production] NoMethodError: undefined method `online' for #<Event id: 87230, unit_id: 32098, title: "Canoe Trip", description: nil, starts_at: "2022-09-30 17:00:00.000000000 -0400", ends_at: "2022-10-02 10:00:00.000000000 -0400", location: "Housatonic River, CT", created_at: "2021-11-01 22:52:47.792624000 -0400", updated_at: "2022-09-15 20:51:53.834041000 -0400", requires_rsvp: true, max_total_attendees: nil, rsvp_opens_at: nil, event_category_id: 23, series_parent_id: nil, status: "... - ## Backtrace line 1 of [PROJECT_ROOT]/app/views/events/_event_location.slim: _app_views_events__event_location_slim___2872941035108155283_226960 line 42 of [PROJECT_ROOT]/app/views/events/_new_event.slim: block in _app_views_events__new_event_slim___2376431857079635926_226940 line 13 of [PROJECT_ROOT]/app/views/events/_new_event.slim: _app_views_events__new_event_slim___2376431857079635926_226940 [View full backtrace and more info at honeybadger.io](https://app.honeybadger.io/projects/97676/faults/88839010)
defect
nomethoderror undefined method online for event id unit id title canoe trip description nil starts at ends at location housatonic river ct created at updated at requires rsvp true max total attendees nil rsvp opens at nil event category id series parent id nil status backtrace line of app views events event location slim app views events event location slim line of app views events new event slim block in app views events new event slim line of app views events new event slim app views events new event slim
1
58,429
3,089,275,824
IssuesEvent
2015-08-25 20:42:32
chrisblakley/Nebula
https://api.github.com/repos/chrisblakley/Nebula
closed
Consider renaming "Nebula Settings" to "Nebula Options"
Backend (Server) Low Priority
Change the name to Options for less confusion and semantic correctness.
1.0
Consider renaming "Nebula Settings" to "Nebula Options" - Change the name to Options for less confusion and semantic correctness.
non_defect
consider renaming nebula settings to nebula options change the name to options for less confusion and semantic correctness
0
247,463
20,981,008,475
IssuesEvent
2022-03-28 19:56:32
quantumlib/Cirq
https://api.github.com/repos/quantumlib/Cirq
closed
Tests are not stable under re-ordering.
kind/bug-report kind/health triage/accepted area/testing
**Description of the issue** Right now if you do: ``` pip install pytest-randomly ./check/pytest --random-order ``` Many tests break. This issue (along with others that might be underlying it like randomness seeding @pavoljuhas ) is blocking us from taking advantage of things like parallel pytest: ``` ./check/pytest -n auto ``` or more distributed CI checking like is done in #4913 https://github.com/quantumlib/Cirq/runs/5013652945?check_suite_focus=true We should work to get these issues resolved and make our tests a little more robust. Perhaps a good first step would be to resolve all the issues when using `pytest-randomly` and then introduce it into our CI. **Cirq version** ``` v0.14.0dev ```
1.0
Tests are not stable under re-ordering. - **Description of the issue** Right now if you do: ``` pip install pytest-randomly ./check/pytest --random-order ``` Many tests break. This issue (along with others that might be underlying it like randomness seeding @pavoljuhas ) is blocking us from taking advantage of things like parallel pytest: ``` ./check/pytest -n auto ``` or more distributed CI checking like is done in #4913 https://github.com/quantumlib/Cirq/runs/5013652945?check_suite_focus=true We should work to get these issues resolved and make our tests a little more robust. Perhaps a good first step would be to resolve all the issues when using `pytest-randomly` and then introduce it into our CI. **Cirq version** ``` v0.14.0dev ```
non_defect
tests are not stable under re ordering description of the issue right now if you do pip install pytest randomly check pytest random order many tests break this issue along with others that might be underlying it like randomness seeding pavoljuhas is blocking us from taking advantage of things like parallel pytest check pytest n auto or more distributed ci checking like is done in we should work to get these issues resolved and make our tests a little more robust perhaps a good first step would be to resolve all the issues when using pytest randomly and then introduce it into our ci cirq version
0
30,525
6,151,797,088
IssuesEvent
2017-06-28 04:23:30
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
closed
PTAC heating coil is off when there is no zone heating load and supply fan is continuous mode
Defect Priority1
Issue overview -------------- User has two files which both use baseboard as the primary heat source with a PTAC running second for heating. One simulation uses hot water baseboard and a hot water heating coil in the PTAC, and it controls fairly well (not perfect, but no unmet heating hours). The second one has electric baseboard and a gas heating coil in the PTAC. The PTAC heating coil rarely operates and there are many unmet heating hours. Tried swapping in an electric heating coil on one PTAC and got a similar result. Run with Chicago Midway AP weather. January 19, mid-day is a good example of several hours where the setpoint is not met with the gas heating PTAC. ### Details Some additional details for this issue (if relevant): - Platform Win64 - Version of EnergyPlus 8.7.0-78a111df4a - Helpdesk ticket number 11960 ### Checklist Add to this list or remove from it as applicable. This is a simple templated set of guidelines. - [ ] Defect file added (list location of defect file here) - [ ] Ticket added to Pivotal for defect (development team task) - [ ] Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
1.0
PTAC heating coil is off when there is no zone heating load and supply fan is continuous mode - Issue overview -------------- User has two files which both use baseboard as the primary heat source with a PTAC running second for heating. One simulation uses hot water baseboard and a hot water heating coil in the PTAC, and it controls fairly well (not perfect, but no unmet heating hours). The second one has electric baseboard and a gas heating coil in the PTAC. The PTAC heating coil rarely operates and there are many unmet heating hours. Tried swapping in an electric heating coil on one PTAC and got a similar result. Run with Chicago Midway AP weather. January 19, mid-day is a good example of several hours where the setpoint is not met with the gas heating PTAC. ### Details Some additional details for this issue (if relevant): - Platform Win64 - Version of EnergyPlus 8.7.0-78a111df4a - Helpdesk ticket number 11960 ### Checklist Add to this list or remove from it as applicable. This is a simple templated set of guidelines. - [ ] Defect file added (list location of defect file here) - [ ] Ticket added to Pivotal for defect (development team task) - [ ] Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
defect
ptac heating coil is off when there is no zone heating load and supply fan is continuous mode issue overview user has two files which both use baseboard as the primary heat source with a ptac running second for heating one simulation uses hot water baseboard and a hot water heating coil in the ptac and it controls fairly well not perfect but no unmet heating hours the second one has electric baseboard and a gas heating coil in the ptac the ptac heating coil rarely operates and there are many unmet heating hours tried swapping in an electric heating coil on one ptac and got a similar result run with chicago midway ap weather january mid day is a good example of several hours where the setpoint is not met with the gas heating ptac details some additional details for this issue if relevant platform version of energyplus helpdesk ticket number checklist add to this list or remove from it as applicable this is a simple templated set of guidelines defect file added list location of defect file here ticket added to pivotal for defect development team task pull request created the pull request will have additional tasks related to reviewing changes that fix this defect
1
46,906
13,056,000,390
IssuesEvent
2020-07-30 03:21:11
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
[tpx] does not check for icetop tanks (Trac #2117)
Incomplete Migration Migrated from Trac combo reconstruction defect
Migrated from https://code.icecube.wisc.edu/ticket/2117 ```json { "status": "closed", "changetime": "2019-02-13T14:14:55", "description": "TPX failed with a lexical_cast because the scintillators data was included in with the icetop data but scintillators do not have an impedance in their calibration (see slack discussion : https://icecube-spno.slack.com/archives/C02KQL9KN/p1510687520000565)\n\nChris Weaver provided a fix: r159503/IceCube but both Timo and Javier (see #2115) were unhappy with this.\nI suggested that tpx only attempt do do anything to known icetop doms with a check of the nature `I3OMGeo::OMType==IceTop`. What ever happens the lexical_cast has to stay gone", "reporter": "kjmeagher", "cc": "jgonzalez, kjmeagher, cweaver", "resolution": "fixed", "_ts": "1550067295757382", "component": "combo reconstruction", "summary": "[tpx] does not check for icetop tanks", "priority": "normal", "keywords": "", "time": "2017-11-29T11:30:51", "milestone": "", "owner": "karg", "type": "defect" } ```
1.0
[tpx] does not check for icetop tanks (Trac #2117) - Migrated from https://code.icecube.wisc.edu/ticket/2117 ```json { "status": "closed", "changetime": "2019-02-13T14:14:55", "description": "TPX failed with a lexical_cast because the scintillators data was included in with the icetop data but scintillators do not have an impedance in their calibration (see slack discussion : https://icecube-spno.slack.com/archives/C02KQL9KN/p1510687520000565)\n\nChris Weaver provided a fix: r159503/IceCube but both Timo and Javier (see #2115) were unhappy with this.\nI suggested that tpx only attempt do do anything to known icetop doms with a check of the nature `I3OMGeo::OMType==IceTop`. What ever happens the lexical_cast has to stay gone", "reporter": "kjmeagher", "cc": "jgonzalez, kjmeagher, cweaver", "resolution": "fixed", "_ts": "1550067295757382", "component": "combo reconstruction", "summary": "[tpx] does not check for icetop tanks", "priority": "normal", "keywords": "", "time": "2017-11-29T11:30:51", "milestone": "", "owner": "karg", "type": "defect" } ```
defect
does not check for icetop tanks trac migrated from json status closed changetime description tpx failed with a lexical cast because the scintillators data was included in with the icetop data but scintillators do not have an impedance in their calibration see slack discussion weaver provided a fix icecube but both timo and javier see were unhappy with this ni suggested that tpx only attempt do do anything to known icetop doms with a check of the nature omtype icetop what ever happens the lexical cast has to stay gone reporter kjmeagher cc jgonzalez kjmeagher cweaver resolution fixed ts component combo reconstruction summary does not check for icetop tanks priority normal keywords time milestone owner karg type defect
1
176,508
6,560,391,703
IssuesEvent
2017-09-07 09:07:18
salesagility/SuiteCRM
https://api.github.com/repos/salesagility/SuiteCRM
closed
Download PDF for Reports not respecting date filtering on MySQL
bug Fix Proposed Medium Priority Resolved: Next Release
#### Issue Reports show the correct filtered data based on date filtering on the web GUI, however downloading a PDF will remove date filtering and return every result that matches the remaining conditions. #### Expected Behavior The downloaded report should match the web report. #### Possible Fix The SQL query that is generated does not format the date correctly for MySQL it instead generates a query with the date in the format the end user has selected under their advanced account settings. Like this. `WHERE ( accounts.name LIKE CONCAT('Great' ,'%') AND accounts:notes.date_entered >= '04/30/2017') AND accounts.deleted = 0 ORDER BY accounts:notes.date_entered DESC` MySQL then outputs _warning incorrect datetime value_ but then still runs the query and simply returns all values that match the other parts of the WHERE statement. If the end user changes their date format to match the MySQL date format of y-m-d the issue goes away A quick query against a MSSQL database makes me think that MSSQL is not effected by this, a query of `WHERE ModifiedOn > '04/14/2017'` Returns the expected data on MSSQL #### Steps to Reproduce 1. Change account Date format to M/D/Y 2. Create a report with date created greater than or equal to as one of the parameters 3. Add a second parameter such as account name 3. Download PDF of the report #### Your Environment * SuiteCRM Version used: 7.8.4, 7.9 * Environment name and version Apache, MySQL, php5 * Operating System and version : TurnKey GNU/Linux 14.1 / Debian 8.8 Jessie
1.0
Download PDF for Reports not respecting date filtering on MySQL - #### Issue Reports show the correct filtered data based on date filtering on the web GUI, however downloading a PDF will remove date filtering and return every result that matches the remaining conditions. #### Expected Behavior The downloaded report should match the web report. #### Possible Fix The SQL query that is generated does not format the date correctly for MySQL it instead generates a query with the date in the format the end user has selected under their advanced account settings. Like this. `WHERE ( accounts.name LIKE CONCAT('Great' ,'%') AND accounts:notes.date_entered >= '04/30/2017') AND accounts.deleted = 0 ORDER BY accounts:notes.date_entered DESC` MySQL then outputs _warning incorrect datetime value_ but then still runs the query and simply returns all values that match the other parts of the WHERE statement. If the end user changes their date format to match the MySQL date format of y-m-d the issue goes away A quick query against a MSSQL database makes me think that MSSQL is not effected by this, a query of `WHERE ModifiedOn > '04/14/2017'` Returns the expected data on MSSQL #### Steps to Reproduce 1. Change account Date format to M/D/Y 2. Create a report with date created greater than or equal to as one of the parameters 3. Add a second parameter such as account name 3. Download PDF of the report #### Your Environment * SuiteCRM Version used: 7.8.4, 7.9 * Environment name and version Apache, MySQL, php5 * Operating System and version : TurnKey GNU/Linux 14.1 / Debian 8.8 Jessie
non_defect
download pdf for reports not respecting date filtering on mysql issue reports show the correct filtered data based on date filtering on the web gui however downloading a pdf will remove date filtering and return every result that matches the remaining conditions expected behavior the downloaded report should match the web report possible fix the sql query that is generated does not format the date correctly for mysql it instead generates a query with the date in the format the end user has selected under their advanced account settings like this where accounts name like concat great and accounts notes date entered and accounts deleted order by accounts notes date entered desc mysql then outputs warning incorrect datetime value but then still runs the query and simply returns all values that match the other parts of the where statement if the end user changes their date format to match the mysql date format of y m d the issue goes away a quick query against a mssql database makes me think that mssql is not effected by this a query of where modifiedon returns the expected data on mssql steps to reproduce change account date format to m d y create a report with date created greater than or equal to as one of the parameters add a second parameter such as account name download pdf of the report your environment suitecrm version used environment name and version apache mysql operating system and version turnkey gnu linux debian jessie
0
86,442
10,492,681,244
IssuesEvent
2019-09-25 13:43:56
heknt90/Gllacy
https://api.github.com/repos/heknt90/Gllacy
opened
Спецификация
documentation
- [ ] Название сайта: Глейси - [ ] Домен: пока нет 1. Общие технические требования - [ ] 1.1. Стандарты вёрстки: HTML5, CSS3, прогрессивное улучшение. - [ ] 1.2. Сетка: четыре колонки равной ширины (22.2%). - [ ] 1.3. Два варианта вёрстки: - с фиксированной шириной 1200px с центровкой основного контента, с - некоторыми блоками, которые тянутся на всю ширину окна браузера; - с дополнительной резиновостью (необязательный вариант): диапазон ширин - от 900px до 1200px. При этом основной шириной является 1200px, и для неё - проверяется полное соответствие макету. - [ ] 1.4. Используемые фреймворки: нет. - [ ] 1.5. Кроссбраузерность: IE11+, Chrome, Firefox, Opera, Safari. - [ ] 1.6. Типографика: частично определена в макете (прочее — на усмотрение - [ ] разработчика). - [ ] 1.7. Используемый шрифт: Roboto (есть в папке с макетом и на Google Fonts). - [ ] 1.8. С макетом предоставлен styleguide.psd, содержащий прорисовку состояний элементов интерфейса. При любых расхождениях с макетами он должен иметь наивысший приоритет. 2. Пояснения для учащихся - [ ] 2.1. В макетах есть скрытые слои с всплывающими окнами. Такие слои в блоке слоёв фотошопа выделены красным цветом. - [ ] 2.2. Макеты верстаются постепенно, не нужно сразу выполнять все требования. - [ ] 2.3. Ниже в разделе «Обязательные требования» описано поведение блоков, которое должно быть реализовано для получения допуска. Требования из раздела «Дополнительные требования» можно реализовать по желанию для выполнения дополнительных критериев. Некоторые размеры описаны в процентной ширине. Если вы выбрали вариант вёрстки с дополнительной резиновостью, то следуйте указанным процентам. Если вы выбрали вёрстку с фиксированной шириной, то проценты помогут вам высчитать правильные размеры блоков в пикселях. 3. Обязательные требования Все макеты: - [ ] 3.1. Контентная область центрируется и не может быть уже макетной ширины. - [ ] 3.2. Внутренние отступы слева и справа для обеих страниц — по 2.3% от ширины всей контентной области. - [ ] 3.3. Отступы между колонками сетки одинаковые — по 2.2% от ширины всей контентной области. - [ ] 3.4. При достижении 1200px сетка перестаёт масштабироваться дальше. - [ ] 3.5. Логотип не является пунктом меню. Его нужно размечать отдельным элементом. - [ ] 3.6. Главное меню — при наведении на пункт меню «Каталог» появляется подменю (смотрите папку слоёв «Ховеры» в gllacy-index.psd). - [ ] 3.7. Главное меню — пункт подменю «Сливочное» должен вести на внутреннюю страницу (gllacy-catalog.psd). - [ ] 3.8. Шапка — при наведении на кнопку поиска появляется форма для ввода текста (смотрите папку слоёв «Ховеры» в gllacy-index.psd). - [ ] 3.9. Шапка — при наведении на кнопку «Вход» появляется форма для авторизации (смотрите папку слоёв «Ховеры» в gllacy-index.psd). - [ ] 3.10. Логотип Академии и ссылка HTML Academy в подвале ведут на лендинг интенсива «Профессиональный HTML и CSS, уровень 1». gllacy-index.psd: - [ ] 3.11. Логотип не является ссылкой. - [ ] 3.12. Карусель под шапкой страницы: слайдер. Вёрстка всех слайдов обязательна. Оживление слайдера необязательно, принцип оживления описан в 4 разделе. - [ ] 3.13. Блок карты — достаточная реализация — обычное изображение. - [ ] 3.14. Вёрстка модального окна обязательна (смотрите папку слоёв «Обратная связь»). - [ ] 3.15. Карточка товара: поведение этого элемента при наведении на главной странице аналогичны поведению на странице каталога (смотрите в styleguide.psd). gllacy-catalog.psd: - [ ] 3.16. Логотип — это ссылка на главную страницу. - [ ] 3.17. В хлебных крошках пункт «Главная» — это ссылка на главную страницу. - [ ] 3.18. Фильтр: верстать с помощью формы, кнопка «Применить» отвечает за отправку формы. - [ ] 3.19. Блок «Цена» — при наведении на любой из маркеров появляется указатель cursor: pointer, делать маркеры подвижными не обязательно, цена меняться не должна. - [ ] 3.20. Количество товаров может быть любым, оно не должно ломать страницу. - [ ] 3.21. Если пользователь добавил что-то в корзину, соответствующий пункт в шапке страницы меняет цвет фона на белый. При наведении на этот пункт появляется форма с товарами (смотрите папку слоёв «Ховеры»). 4. Дополнительные требования gllacy-index.psd: - [ ] 4.1. Карусель под шапкой страницы: оживление слайдера. Cмена слайдов мгновенная, без промежуточных переходов. При смене слайдов происходит смена фонового цвета на всей странице (смотрите папку слоёв «Фон» в gllacy-index.psd). - [ ] 4.2. Блок карты — реализация по желанию — интерактивная карта, которая также масштабируется на 100% ширины вьюпорта, на карте размещён маркер. Допустимо использовать как стандартный, так и кастомный маркер. - [ ] 4.3. По клику на кнопку «форма обратной связи» возникает модальное окно с формой отправки сообщения (смотрите папку слоёв «Ховеры» в gllacy-index.psd), окно позиционируется относительно вьюпорта, а не страницы. gllacy-catalog.psd: - [ ] 4.4 Фильтр: по нажатию кнопки «Применить» осуществляется отправка формы.
1.0
Спецификация - - [ ] Название сайта: Глейси - [ ] Домен: пока нет 1. Общие технические требования - [ ] 1.1. Стандарты вёрстки: HTML5, CSS3, прогрессивное улучшение. - [ ] 1.2. Сетка: четыре колонки равной ширины (22.2%). - [ ] 1.3. Два варианта вёрстки: - с фиксированной шириной 1200px с центровкой основного контента, с - некоторыми блоками, которые тянутся на всю ширину окна браузера; - с дополнительной резиновостью (необязательный вариант): диапазон ширин - от 900px до 1200px. При этом основной шириной является 1200px, и для неё - проверяется полное соответствие макету. - [ ] 1.4. Используемые фреймворки: нет. - [ ] 1.5. Кроссбраузерность: IE11+, Chrome, Firefox, Opera, Safari. - [ ] 1.6. Типографика: частично определена в макете (прочее — на усмотрение - [ ] разработчика). - [ ] 1.7. Используемый шрифт: Roboto (есть в папке с макетом и на Google Fonts). - [ ] 1.8. С макетом предоставлен styleguide.psd, содержащий прорисовку состояний элементов интерфейса. При любых расхождениях с макетами он должен иметь наивысший приоритет. 2. Пояснения для учащихся - [ ] 2.1. В макетах есть скрытые слои с всплывающими окнами. Такие слои в блоке слоёв фотошопа выделены красным цветом. - [ ] 2.2. Макеты верстаются постепенно, не нужно сразу выполнять все требования. - [ ] 2.3. Ниже в разделе «Обязательные требования» описано поведение блоков, которое должно быть реализовано для получения допуска. Требования из раздела «Дополнительные требования» можно реализовать по желанию для выполнения дополнительных критериев. Некоторые размеры описаны в процентной ширине. Если вы выбрали вариант вёрстки с дополнительной резиновостью, то следуйте указанным процентам. Если вы выбрали вёрстку с фиксированной шириной, то проценты помогут вам высчитать правильные размеры блоков в пикселях. 3. Обязательные требования Все макеты: - [ ] 3.1. Контентная область центрируется и не может быть уже макетной ширины. - [ ] 3.2. Внутренние отступы слева и справа для обеих страниц — по 2.3% от ширины всей контентной области. - [ ] 3.3. Отступы между колонками сетки одинаковые — по 2.2% от ширины всей контентной области. - [ ] 3.4. При достижении 1200px сетка перестаёт масштабироваться дальше. - [ ] 3.5. Логотип не является пунктом меню. Его нужно размечать отдельным элементом. - [ ] 3.6. Главное меню — при наведении на пункт меню «Каталог» появляется подменю (смотрите папку слоёв «Ховеры» в gllacy-index.psd). - [ ] 3.7. Главное меню — пункт подменю «Сливочное» должен вести на внутреннюю страницу (gllacy-catalog.psd). - [ ] 3.8. Шапка — при наведении на кнопку поиска появляется форма для ввода текста (смотрите папку слоёв «Ховеры» в gllacy-index.psd). - [ ] 3.9. Шапка — при наведении на кнопку «Вход» появляется форма для авторизации (смотрите папку слоёв «Ховеры» в gllacy-index.psd). - [ ] 3.10. Логотип Академии и ссылка HTML Academy в подвале ведут на лендинг интенсива «Профессиональный HTML и CSS, уровень 1». gllacy-index.psd: - [ ] 3.11. Логотип не является ссылкой. - [ ] 3.12. Карусель под шапкой страницы: слайдер. Вёрстка всех слайдов обязательна. Оживление слайдера необязательно, принцип оживления описан в 4 разделе. - [ ] 3.13. Блок карты — достаточная реализация — обычное изображение. - [ ] 3.14. Вёрстка модального окна обязательна (смотрите папку слоёв «Обратная связь»). - [ ] 3.15. Карточка товара: поведение этого элемента при наведении на главной странице аналогичны поведению на странице каталога (смотрите в styleguide.psd). gllacy-catalog.psd: - [ ] 3.16. Логотип — это ссылка на главную страницу. - [ ] 3.17. В хлебных крошках пункт «Главная» — это ссылка на главную страницу. - [ ] 3.18. Фильтр: верстать с помощью формы, кнопка «Применить» отвечает за отправку формы. - [ ] 3.19. Блок «Цена» — при наведении на любой из маркеров появляется указатель cursor: pointer, делать маркеры подвижными не обязательно, цена меняться не должна. - [ ] 3.20. Количество товаров может быть любым, оно не должно ломать страницу. - [ ] 3.21. Если пользователь добавил что-то в корзину, соответствующий пункт в шапке страницы меняет цвет фона на белый. При наведении на этот пункт появляется форма с товарами (смотрите папку слоёв «Ховеры»). 4. Дополнительные требования gllacy-index.psd: - [ ] 4.1. Карусель под шапкой страницы: оживление слайдера. Cмена слайдов мгновенная, без промежуточных переходов. При смене слайдов происходит смена фонового цвета на всей странице (смотрите папку слоёв «Фон» в gllacy-index.psd). - [ ] 4.2. Блок карты — реализация по желанию — интерактивная карта, которая также масштабируется на 100% ширины вьюпорта, на карте размещён маркер. Допустимо использовать как стандартный, так и кастомный маркер. - [ ] 4.3. По клику на кнопку «форма обратной связи» возникает модальное окно с формой отправки сообщения (смотрите папку слоёв «Ховеры» в gllacy-index.psd), окно позиционируется относительно вьюпорта, а не страницы. gllacy-catalog.psd: - [ ] 4.4 Фильтр: по нажатию кнопки «Применить» осуществляется отправка формы.
non_defect
спецификация название сайта глейси домен пока нет общие технические требования стандарты вёрстки прогрессивное улучшение сетка четыре колонки равной ширины два варианта вёрстки с фиксированной шириной с центровкой основного контента с некоторыми блоками которые тянутся на всю ширину окна браузера с дополнительной резиновостью необязательный вариант диапазон ширин от до при этом основной шириной является и для неё проверяется полное соответствие макету используемые фреймворки нет кроссбраузерность chrome firefox opera safari типографика частично определена в макете прочее — на усмотрение разработчика используемый шрифт roboto есть в папке с макетом и на google fonts с макетом предоставлен styleguide psd содержащий прорисовку состояний элементов интерфейса при любых расхождениях с макетами он должен иметь наивысший приоритет пояснения для учащихся в макетах есть скрытые слои с всплывающими окнами такие слои в блоке слоёв фотошопа выделены красным цветом макеты верстаются постепенно не нужно сразу выполнять все требования ниже в разделе «обязательные требования» описано поведение блоков которое должно быть реализовано для получения допуска требования из раздела «дополнительные требования» можно реализовать по желанию для выполнения дополнительных критериев некоторые размеры описаны в процентной ширине если вы выбрали вариант вёрстки с дополнительной резиновостью то следуйте указанным процентам если вы выбрали вёрстку с фиксированной шириной то проценты помогут вам высчитать правильные размеры блоков в пикселях обязательные требования все макеты контентная область центрируется и не может быть уже макетной ширины внутренние отступы слева и справа для обеих страниц — по от ширины всей контентной области отступы между колонками сетки одинаковые — по от ширины всей контентной области при достижении сетка перестаёт масштабироваться дальше логотип не является пунктом меню его нужно размечать отдельным элементом главное меню — при наведении на пункт меню «каталог» появляется подменю смотрите папку слоёв «ховеры» в gllacy index psd главное меню — пункт подменю «сливочное» должен вести на внутреннюю страницу gllacy catalog psd шапка — при наведении на кнопку поиска появляется форма для ввода текста смотрите папку слоёв «ховеры» в gllacy index psd шапка — при наведении на кнопку «вход» появляется форма для авторизации смотрите папку слоёв «ховеры» в gllacy index psd логотип академии и ссылка html academy в подвале ведут на лендинг интенсива «профессиональный html и css уровень » gllacy index psd логотип не является ссылкой карусель под шапкой страницы слайдер вёрстка всех слайдов обязательна оживление слайдера необязательно принцип оживления описан в разделе блок карты — достаточная реализация — обычное изображение вёрстка модального окна обязательна смотрите папку слоёв «обратная связь» карточка товара поведение этого элемента при наведении на главной странице аналогичны поведению на странице каталога смотрите в styleguide psd gllacy catalog psd логотип — это ссылка на главную страницу в хлебных крошках пункт «главная» — это ссылка на главную страницу фильтр верстать с помощью формы кнопка «применить» отвечает за отправку формы блок «цена» — при наведении на любой из маркеров появляется указатель cursor pointer делать маркеры подвижными не обязательно цена меняться не должна количество товаров может быть любым оно не должно ломать страницу если пользователь добавил что то в корзину соответствующий пункт в шапке страницы меняет цвет фона на белый при наведении на этот пункт появляется форма с товарами смотрите папку слоёв «ховеры» дополнительные требования gllacy index psd карусель под шапкой страницы оживление слайдера cмена слайдов мгновенная без промежуточных переходов при смене слайдов происходит смена фонового цвета на всей странице смотрите папку слоёв «фон» в gllacy index psd блок карты — реализация по желанию — интерактивная карта которая также масштабируется на ширины вьюпорта на карте размещён маркер допустимо использовать как стандартный так и кастомный маркер по клику на кнопку «форма обратной связи» возникает модальное окно с формой отправки сообщения смотрите папку слоёв «ховеры» в gllacy index psd окно позиционируется относительно вьюпорта а не страницы gllacy catalog psd фильтр по нажатию кнопки «применить» осуществляется отправка формы
0
19,367
4,385,428,100
IssuesEvent
2016-08-08 08:55:51
php-coder/mystamps
https://api.github.com/repos/php-coder/mystamps
opened
Use SSL certificate from Letsencrypt
area/documentation area/infrastructure environment/prod
Our SSL certificate expires 15.08.2016 and we must update it. I suggest to take a free SSL certificate from https://letsencrypt.org Related links: - https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-16-04 - https://habrahabr.ru/post/270273/
1.0
Use SSL certificate from Letsencrypt - Our SSL certificate expires 15.08.2016 and we must update it. I suggest to take a free SSL certificate from https://letsencrypt.org Related links: - https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-16-04 - https://habrahabr.ru/post/270273/
non_defect
use ssl certificate from letsencrypt our ssl certificate expires and we must update it i suggest to take a free ssl certificate from related links
0
44,350
12,104,197,256
IssuesEvent
2020-04-20 19:46:23
SasView/sasview
https://api.github.com/repos/SasView/sasview
closed
Version 5 permissions
CCX: Infrastructure defect
When installing from fresh SASView version 5, MAC OS doesn't install it (not even going to settings security). The same does not happen with version 4.2.2. When going to Settings->Permissions one can install it.
1.0
Version 5 permissions - When installing from fresh SASView version 5, MAC OS doesn't install it (not even going to settings security). The same does not happen with version 4.2.2. When going to Settings->Permissions one can install it.
defect
version permissions when installing from fresh sasview version mac os doesn t install it not even going to settings security the same does not happen with version when going to settings permissions one can install it
1
74,080
24,934,618,904
IssuesEvent
2022-10-31 14:17:39
SasView/sasview
https://api.github.com/repos/SasView/sasview
closed
Windows failed to execute script sasview if an environment variable HOME exists
Defect Critical Stale
Sometime shortly after the release of 5.0.1 (Feb 2020) reports started to emerge from both new and existing Users of SasView of a popup displaying _failed to execute script sasview_ when attempting to run the program. Windows users have been the most affected, but not exclusively so. Identifying the cause has been an ongoing saga. The following issues illustrate the challenge: https://github.com/SasView/sasview/issues/1534 https://github.com/SasView/sasview/issues/1622 https://github.com/SasView/sasview/issues/1672 Some workarounds were identified and added to https://www.sasview.org/faq/#why-will-sasview-no-longer-start but none were a panacea; they worked for some Users, but not others. User RaffaeleP has now made contact to offer the following insight: >I recently installed Sasview in Windows 10 and experienced the error “Failed to execute script sasview” when starting the program.The reason for the error is that the installer (for example setupSasView-5.0.4-Win64.exe) and the installed program (sasview.exe) determine the user directory (user_dir) differently. In particular, the installed program sasview.exe determines the user folder by calling expanduser("~") (see function make_user_dir() in src/sas/_config.py), which in turn first looks for the user environment variable HOME: this is not a Windows default variable and, although it is not set by default, it can nevertheless be set as desired. In my case the HOME variable was set during the installation of the program ORCAD and pointed to a subfolder of Orcad itself. Therefore, the installer of Sasview has created a .sasview folder in C:\User\Raffaele, while the installed program sasview.exe, not finding it, has created an additional folder .sasview in the Orcad subfolder. Inside the sasview.log file (created in the Orcad subfolder) the message "ERROR : sas._config (_config.py:94) :: Could not copy default custom config" appears. After deleting the HOME variable, everything works fine. I have tested this on a x64/W10 machine happily running both 4.2.2 and 5.0.4. First, I created a new system environment variable HOME and pointed it at C:\Temp. Then I uninstalled 5.0.4 and installed 5.0.3. When I tried to run 5.0.3 it wouldn't start and I got the _failed to execute script sasview_ error. The folder .sasview and sasview.log were created in C:\Temp. I then deleted the HOME variable, uninstalled 5.0.3, and reinstalled 5.0.4 and tried running 5.0.4. It started normally. This mismatch should be resolved before the next release.
1.0
Windows failed to execute script sasview if an environment variable HOME exists - Sometime shortly after the release of 5.0.1 (Feb 2020) reports started to emerge from both new and existing Users of SasView of a popup displaying _failed to execute script sasview_ when attempting to run the program. Windows users have been the most affected, but not exclusively so. Identifying the cause has been an ongoing saga. The following issues illustrate the challenge: https://github.com/SasView/sasview/issues/1534 https://github.com/SasView/sasview/issues/1622 https://github.com/SasView/sasview/issues/1672 Some workarounds were identified and added to https://www.sasview.org/faq/#why-will-sasview-no-longer-start but none were a panacea; they worked for some Users, but not others. User RaffaeleP has now made contact to offer the following insight: >I recently installed Sasview in Windows 10 and experienced the error “Failed to execute script sasview” when starting the program.The reason for the error is that the installer (for example setupSasView-5.0.4-Win64.exe) and the installed program (sasview.exe) determine the user directory (user_dir) differently. In particular, the installed program sasview.exe determines the user folder by calling expanduser("~") (see function make_user_dir() in src/sas/_config.py), which in turn first looks for the user environment variable HOME: this is not a Windows default variable and, although it is not set by default, it can nevertheless be set as desired. In my case the HOME variable was set during the installation of the program ORCAD and pointed to a subfolder of Orcad itself. Therefore, the installer of Sasview has created a .sasview folder in C:\User\Raffaele, while the installed program sasview.exe, not finding it, has created an additional folder .sasview in the Orcad subfolder. Inside the sasview.log file (created in the Orcad subfolder) the message "ERROR : sas._config (_config.py:94) :: Could not copy default custom config" appears. After deleting the HOME variable, everything works fine. I have tested this on a x64/W10 machine happily running both 4.2.2 and 5.0.4. First, I created a new system environment variable HOME and pointed it at C:\Temp. Then I uninstalled 5.0.4 and installed 5.0.3. When I tried to run 5.0.3 it wouldn't start and I got the _failed to execute script sasview_ error. The folder .sasview and sasview.log were created in C:\Temp. I then deleted the HOME variable, uninstalled 5.0.3, and reinstalled 5.0.4 and tried running 5.0.4. It started normally. This mismatch should be resolved before the next release.
defect
windows failed to execute script sasview if an environment variable home exists sometime shortly after the release of feb reports started to emerge from both new and existing users of sasview of a popup displaying failed to execute script sasview when attempting to run the program windows users have been the most affected but not exclusively so identifying the cause has been an ongoing saga the following issues illustrate the challenge some workarounds were identified and added to but none were a panacea they worked for some users but not others user raffaelep has now made contact to offer the following insight i recently installed sasview in windows and experienced the error “failed to execute script sasview” when starting the program the reason for the error is that the installer for example setupsasview exe and the installed program sasview exe determine the user directory user dir differently in particular the installed program sasview exe determines the user folder by calling expanduser see function make user dir in src sas config py which in turn first looks for the user environment variable home this is not a windows default variable and although it is not set by default it can nevertheless be set as desired in my case the home variable was set during the installation of the program orcad and pointed to a subfolder of orcad itself therefore the installer of sasview has created a sasview folder in c user raffaele while the installed program sasview exe not finding it has created an additional folder sasview in the orcad subfolder inside the sasview log file created in the orcad subfolder the message error sas config config py could not copy default custom config appears after deleting the home variable everything works fine i have tested this on a machine happily running both and first i created a new system environment variable home and pointed it at c temp then i uninstalled and installed when i tried to run it wouldn t start and i got the failed to execute script sasview error the folder sasview and sasview log were created in c temp i then deleted the home variable uninstalled and reinstalled and tried running it started normally this mismatch should be resolved before the next release
1
43,891
23,414,270,237
IssuesEvent
2022-08-12 21:31:43
google/jax
https://api.github.com/repos/google/jax
closed
float64 dot on cpu is slow
performance
Dot in Jax currently seems to be about 3-4 times slower than numpy: ``` import time import jax import numpy as np import jax.numpy as jnp import jax.config as config jax.config.update("jax_enable_x64", True) chi = 256 dtype = np.float64 Aj = jnp.ones((chi, chi), dtype=dtype) Bj = jnp.ones((chi, chi), dtype=dtype) An = np.ones((chi, chi), dtype=dtype) Bn = np.ones((chi, chi), dtype=dtype) %timeit jnp.dot(Aj, Bj).block_until_ready() %timeit np.dot(An, Bn) ``` ``` $ 100 loops, best of 3: 4.54 ms per loop $ 1000 loops, best of 3: 1.21 ms per loop ``` Those timings are from a Colab notebook, and I get comparable results on my laptop. They are about the same however I express the operation (e.g. using einsum, etc).
True
float64 dot on cpu is slow - Dot in Jax currently seems to be about 3-4 times slower than numpy: ``` import time import jax import numpy as np import jax.numpy as jnp import jax.config as config jax.config.update("jax_enable_x64", True) chi = 256 dtype = np.float64 Aj = jnp.ones((chi, chi), dtype=dtype) Bj = jnp.ones((chi, chi), dtype=dtype) An = np.ones((chi, chi), dtype=dtype) Bn = np.ones((chi, chi), dtype=dtype) %timeit jnp.dot(Aj, Bj).block_until_ready() %timeit np.dot(An, Bn) ``` ``` $ 100 loops, best of 3: 4.54 ms per loop $ 1000 loops, best of 3: 1.21 ms per loop ``` Those timings are from a Colab notebook, and I get comparable results on my laptop. They are about the same however I express the operation (e.g. using einsum, etc).
non_defect
dot on cpu is slow dot in jax currently seems to be about times slower than numpy import time import jax import numpy as np import jax numpy as jnp import jax config as config jax config update jax enable true chi dtype np aj jnp ones chi chi dtype dtype bj jnp ones chi chi dtype dtype an np ones chi chi dtype dtype bn np ones chi chi dtype dtype timeit jnp dot aj bj block until ready timeit np dot an bn loops best of ms per loop loops best of ms per loop those timings are from a colab notebook and i get comparable results on my laptop they are about the same however i express the operation e g using einsum etc
0
416,067
12,139,070,957
IssuesEvent
2020-04-23 18:16:02
findthemasks/findthemasks
https://api.github.com/repos/findthemasks/findthemasks
opened
English version of France site Form links to US-EN Form
bug high-priority
When viewing FTM-France, the English button should go to France-EN form? It links to US-EN now.
1.0
English version of France site Form links to US-EN Form - When viewing FTM-France, the English button should go to France-EN form? It links to US-EN now.
non_defect
english version of france site form links to us en form when viewing ftm france the english button should go to france en form it links to us en now
0
294,858
25,410,601,498
IssuesEvent
2022-11-22 18:37:20
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
DISABLED test_ref_small_input__masked_prod_cuda_int32 (__main__.TestReductionsCUDA)
module: windows module: tests triaged skipped
Platforms: win This test was disabled because it is failing on master ([recent examples](http://torch-ci.com/failure/test_ref_small_input__masked_prod_cuda_int32%2C%20TestReductionsCUDA)). cc @peterjc123 @mszhanyi @skyline75489 @nbcsm @mruberry
1.0
DISABLED test_ref_small_input__masked_prod_cuda_int32 (__main__.TestReductionsCUDA) - Platforms: win This test was disabled because it is failing on master ([recent examples](http://torch-ci.com/failure/test_ref_small_input__masked_prod_cuda_int32%2C%20TestReductionsCUDA)). cc @peterjc123 @mszhanyi @skyline75489 @nbcsm @mruberry
non_defect
disabled test ref small input masked prod cuda main testreductionscuda platforms win this test was disabled because it is failing on master cc mszhanyi nbcsm mruberry
0
15,172
2,850,245,723
IssuesEvent
2015-05-31 12:04:23
damonkohler/sl4a
https://api.github.com/repos/damonkohler/sl4a
opened
webView does not open properly
auto-migrated Priority-Medium Type-Defect
_From @GoogleCodeExporter on May 31, 2015 11:31_ ``` What device(s) are you experiencing the problem on? galaxy note 8.0 What firmware version are you running on the device? android 4.1.2 What steps will reproduce the problem? 1.refer to issue # 479. the steps are virtually the same 2. code can be found here: http://stackoverflow.com/questions/7154669/send-events-from-python-to-javascript -using-sl4a What is the expected output? What do you see instead? supposedly a html page will load. all I get is a blank screen What version of the product are you using? On what operating system? sl4a r6. py4a r6 Please provide any additional information below. tried giving the url value in the webVIewShow a non existent location. still ends up with a white screen ``` Original issue reported on code.google.com by `strike6...@yahoo.com.ph` on 25 Aug 2013 at 8:22 _Copied from original issue: damonkohler/android-scripting#697_
1.0
webView does not open properly - _From @GoogleCodeExporter on May 31, 2015 11:31_ ``` What device(s) are you experiencing the problem on? galaxy note 8.0 What firmware version are you running on the device? android 4.1.2 What steps will reproduce the problem? 1.refer to issue # 479. the steps are virtually the same 2. code can be found here: http://stackoverflow.com/questions/7154669/send-events-from-python-to-javascript -using-sl4a What is the expected output? What do you see instead? supposedly a html page will load. all I get is a blank screen What version of the product are you using? On what operating system? sl4a r6. py4a r6 Please provide any additional information below. tried giving the url value in the webVIewShow a non existent location. still ends up with a white screen ``` Original issue reported on code.google.com by `strike6...@yahoo.com.ph` on 25 Aug 2013 at 8:22 _Copied from original issue: damonkohler/android-scripting#697_
defect
webview does not open properly from googlecodeexporter on may what device s are you experiencing the problem on galaxy note what firmware version are you running on the device android what steps will reproduce the problem refer to issue the steps are virtually the same code can be found here using what is the expected output what do you see instead supposedly a html page will load all i get is a blank screen what version of the product are you using on what operating system please provide any additional information below tried giving the url value in the webviewshow a non existent location still ends up with a white screen original issue reported on code google com by yahoo com ph on aug at copied from original issue damonkohler android scripting
1
109,758
23,821,381,858
IssuesEvent
2022-09-05 11:34:24
panoply/vscode-liquid
https://api.github.com/repos/panoply/vscode-liquid
closed
Markdown horizontal rule gets highlighted as if it were frontmatter
VS Code Bug Fixing in Liquify
I originally filed this as a bug on VSCode itself, but it turns out it’s vscode-liquid causing it. Please see for details: https://github.com/microsoft/vscode/issues/81756
1.0
Markdown horizontal rule gets highlighted as if it were frontmatter - I originally filed this as a bug on VSCode itself, but it turns out it’s vscode-liquid causing it. Please see for details: https://github.com/microsoft/vscode/issues/81756
non_defect
markdown horizontal rule gets highlighted as if it were frontmatter i originally filed this as a bug on vscode itself but it turns out it’s vscode liquid causing it please see for details
0
781,186
27,426,124,605
IssuesEvent
2023-03-01 20:27:33
Expensify/App
https://api.github.com/repos/Expensify/App
closed
Name disappears after saving if it has special characters in it in personal details
Daily Overdue Not a priority Bug
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensify.com to request to join our Slack channel! ___ ## Action Performed: 1. Open the app 2. Open settings 3. Open profile 4. Open personal details 5. Open legal name 6. Enter any special character along with name and click on save ## Expected Result: Name should be saved successfully and it should not disappear i.e. empty itself after sometime ## Actual Result: Name is saved but it disappears i.e. empties itself after sometime ## Workaround: unknown ## Platforms: <!--- Check off any platforms that are affected by this issue ---> Which of our officially supported platforms is this issue occurring on? - [ x] Android / native - [x ] Android / Chrome - [x ] iOS / native - [x ] iOS / Safari - [x ] MacOS / Chrome / Safari - [ x] MacOS / Desktop **Version Number:** 1.2.75-0 **Reproducible in staging?:** y **Reproducible in production?:** y **If this was caught during regression testing, add the test name, ID and link from TestRail:** **Email or phone of affected tester (no customers):** **Logs:** https://stackoverflow.com/c/expensify/questions/4856 **Notes/Photos/Videos:** https://user-images.githubusercontent.com/43996225/220732447-19c550f1-4954-4adb-8fc9-295aa4b78159.mp4 https://user-images.githubusercontent.com/43996225/220732480-b3383445-614c-4d8f-8971-8dd5e43dc410.mp4 **Expensify/Expensify Issue URL:** **Issue reported by:** @dhanashree-sawant **Slack conversation:** https://expensify.slack.com/archives/C049HHMV9SM/p1677058984442549 [View all open jobs on GitHub](https://github.com/Expensify/App/issues?q=is%3Aopen+is%3Aissue+label%3A%22Help+Wanted%22)
1.0
Name disappears after saving if it has special characters in it in personal details - If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensify.com to request to join our Slack channel! ___ ## Action Performed: 1. Open the app 2. Open settings 3. Open profile 4. Open personal details 5. Open legal name 6. Enter any special character along with name and click on save ## Expected Result: Name should be saved successfully and it should not disappear i.e. empty itself after sometime ## Actual Result: Name is saved but it disappears i.e. empties itself after sometime ## Workaround: unknown ## Platforms: <!--- Check off any platforms that are affected by this issue ---> Which of our officially supported platforms is this issue occurring on? - [ x] Android / native - [x ] Android / Chrome - [x ] iOS / native - [x ] iOS / Safari - [x ] MacOS / Chrome / Safari - [ x] MacOS / Desktop **Version Number:** 1.2.75-0 **Reproducible in staging?:** y **Reproducible in production?:** y **If this was caught during regression testing, add the test name, ID and link from TestRail:** **Email or phone of affected tester (no customers):** **Logs:** https://stackoverflow.com/c/expensify/questions/4856 **Notes/Photos/Videos:** https://user-images.githubusercontent.com/43996225/220732447-19c550f1-4954-4adb-8fc9-295aa4b78159.mp4 https://user-images.githubusercontent.com/43996225/220732480-b3383445-614c-4d8f-8971-8dd5e43dc410.mp4 **Expensify/Expensify Issue URL:** **Issue reported by:** @dhanashree-sawant **Slack conversation:** https://expensify.slack.com/archives/C049HHMV9SM/p1677058984442549 [View all open jobs on GitHub](https://github.com/Expensify/App/issues?q=is%3Aopen+is%3Aissue+label%3A%22Help+Wanted%22)
non_defect
name disappears after saving if it has special characters in it in personal details if you haven’t already check out our for onboarding and email contributors expensify com to request to join our slack channel action performed open the app open settings open profile open personal details open legal name enter any special character along with name and click on save expected result name should be saved successfully and it should not disappear i e empty itself after sometime actual result name is saved but it disappears i e empties itself after sometime workaround unknown platforms check off any platforms that are affected by this issue which of our officially supported platforms is this issue occurring on android native android chrome ios native ios safari macos chrome safari macos desktop version number reproducible in staging y reproducible in production y if this was caught during regression testing add the test name id and link from testrail email or phone of affected tester no customers logs notes photos videos expensify expensify issue url issue reported by dhanashree sawant slack conversation
0
5,611
2,610,191,710
IssuesEvent
2015-02-26 19:00:36
chrsmith/quchuseban
https://api.github.com/repos/chrsmith/quchuseban
opened
详解手背上长褐色斑点
auto-migrated Priority-Medium Type-Defect
``` 《摘要》 有一天,一只狐狸走到一个葡萄园外,看见里面水灵灵的葡萄垂涎欲滴。可是外面有栅栏挡着,无法进去。于是它一狠心绝食三日,减肥之后,终于钻进葡萄园内饱餐一顿。当它心满意足地想离开葡萄园时,发觉自己吃得太饱,怎么也钻不出栅栏了。相信任何人都不愿做这样的狐狸。退路同样重要。饱带干粮,晴带雨伞,点滴积累,水到渠成。有的东西今天似乎一文不值,但有朝一日也许就会身价百倍。手背上长褐色斑点, 《客户案例》   在我的生活当中,要问我对自己最不满意的地方是什么�� �想想,就是我的一脸黄褐斑了。我的皮肤属于比较白的那种� ��生,在很小的时候,鼻梁就有一点黄褐斑,但那时斑是若隐 若现,不多也不明显。后来毕业工作了,因为做的是经常对�� �电脑的文员工作,电脑辐射本身对皮肤伤害很大,我平常又� ��有特别注意清洁皮肤,再加上日常饮食不注意,时常还熬夜 看书……种种原因,我的黄褐斑加重了,鼻梁上的斑也开始�� �散到面部。平常喜欢照镜子穿衣打扮的我,开始害怕仔细看� ��子里的自己。爱美的我,一想到自己脸上布满黄褐斑的情景 ,就不寒而栗。</br>   后来一次偶然的机会,再一次跟客服交流的时候他知道�� �我的苦恼,于是他就笑着对我说你怎么不早点碰到我呢,最� ��他说你用黛芙薇尔试试吧,效果很不错的,他以前就是用黛 芙薇尔告别的斑点。回到家中我详细的在官网上了解了这款�� �品,据黛芙薇尔专家讲,之</br>   所以会长斑是体内内分泌紊乱,毒素排泄不畅,长期形�� �的斑。而黛芙薇尔祛斑就是通过内调外养的方法,涂抹调理� ��从皮肤深层着手,是从体内根本上改变身体自洁系统,可以 使机体有效消解异常黑色素,有效抑制黑色素的形成,清除�� �内自由基,抵抗氧化,还原皮肤真皮层弹力,达到美白祛斑� ��作用!。最后通过深入的了解我决定购买两个周期的黛芙薇�� �祛斑,最后我通过客服的引导买了两个周期的黛芙薇尔。</br >   我刚使用到一个周期的时候我发现效果真的很不错,于�� �我就有定购了三个周期的,想彻底祛除这脸上的黄褐斑,然� ��在使用黛芙薇尔三个周期后,如今,我脸上的色斑不仅完全 去除了,而且感觉很滋润,不用洗面奶也仍然能保持清爽,�� �会太油腻了。真没想到黛芙薇尔还有这么好的效果,嘿嘿,� ��斑的朋友们,建议你们也尝试一下黛芙薇尔,效果真棒!在�� �推荐给大家。 阅读了手背上长褐色斑点,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 手背上长褐色斑点,同时为您分享祛斑小方法 茶水去斑美白 方法一:洗脸后,将茶水涂到脸上,并用手轻轻拍脸。 方法二:将蘸了茶水的脱脂棉附在脸上2-3分钟,然后清水洗�� �,有除色斑、美白的效果。 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 5:14
1.0
详解手背上长褐色斑点 - ``` 《摘要》 有一天,一只狐狸走到一个葡萄园外,看见里面水灵灵的葡萄垂涎欲滴。可是外面有栅栏挡着,无法进去。于是它一狠心绝食三日,减肥之后,终于钻进葡萄园内饱餐一顿。当它心满意足地想离开葡萄园时,发觉自己吃得太饱,怎么也钻不出栅栏了。相信任何人都不愿做这样的狐狸。退路同样重要。饱带干粮,晴带雨伞,点滴积累,水到渠成。有的东西今天似乎一文不值,但有朝一日也许就会身价百倍。手背上长褐色斑点, 《客户案例》   在我的生活当中,要问我对自己最不满意的地方是什么�� �想想,就是我的一脸黄褐斑了。我的皮肤属于比较白的那种� ��生,在很小的时候,鼻梁就有一点黄褐斑,但那时斑是若隐 若现,不多也不明显。后来毕业工作了,因为做的是经常对�� �电脑的文员工作,电脑辐射本身对皮肤伤害很大,我平常又� ��有特别注意清洁皮肤,再加上日常饮食不注意,时常还熬夜 看书……种种原因,我的黄褐斑加重了,鼻梁上的斑也开始�� �散到面部。平常喜欢照镜子穿衣打扮的我,开始害怕仔细看� ��子里的自己。爱美的我,一想到自己脸上布满黄褐斑的情景 ,就不寒而栗。</br>   后来一次偶然的机会,再一次跟客服交流的时候他知道�� �我的苦恼,于是他就笑着对我说你怎么不早点碰到我呢,最� ��他说你用黛芙薇尔试试吧,效果很不错的,他以前就是用黛 芙薇尔告别的斑点。回到家中我详细的在官网上了解了这款�� �品,据黛芙薇尔专家讲,之</br>   所以会长斑是体内内分泌紊乱,毒素排泄不畅,长期形�� �的斑。而黛芙薇尔祛斑就是通过内调外养的方法,涂抹调理� ��从皮肤深层着手,是从体内根本上改变身体自洁系统,可以 使机体有效消解异常黑色素,有效抑制黑色素的形成,清除�� �内自由基,抵抗氧化,还原皮肤真皮层弹力,达到美白祛斑� ��作用!。最后通过深入的了解我决定购买两个周期的黛芙薇�� �祛斑,最后我通过客服的引导买了两个周期的黛芙薇尔。</br >   我刚使用到一个周期的时候我发现效果真的很不错,于�� �我就有定购了三个周期的,想彻底祛除这脸上的黄褐斑,然� ��在使用黛芙薇尔三个周期后,如今,我脸上的色斑不仅完全 去除了,而且感觉很滋润,不用洗面奶也仍然能保持清爽,�� �会太油腻了。真没想到黛芙薇尔还有这么好的效果,嘿嘿,� ��斑的朋友们,建议你们也尝试一下黛芙薇尔,效果真棒!在�� �推荐给大家。 阅读了手背上长褐色斑点,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 手背上长褐色斑点,同时为您分享祛斑小方法 茶水去斑美白 方法一:洗脸后,将茶水涂到脸上,并用手轻轻拍脸。 方法二:将蘸了茶水的脱脂棉附在脸上2-3分钟,然后清水洗�� �,有除色斑、美白的效果。 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 5:14
defect
详解手背上长褐色斑点 《摘要》 有一天,一只狐狸走到一个葡萄园外,看见里面水灵灵的葡萄垂涎欲滴。可是外面有栅栏挡着,无法进去。于是它一狠心绝食三日,减肥之后,终于钻进葡萄园内饱餐一顿。当它心满意足地想离开葡萄园时,发觉自己吃得太饱,怎么也钻不出栅栏了。相信任何人都不愿做这样的狐狸。退路同样重要。饱带干粮,晴带雨伞,点滴积累,水到渠成。有的东西今天似乎一文不值,但有朝一日也许就会身价百倍。手背上长褐色斑点, 《客户案例》   在我的生活当中,要问我对自己最不满意的地方是什么�� �想想,就是我的一脸黄褐斑了。我的皮肤属于比较白的那种� ��生,在很小的时候,鼻梁就有一点黄褐斑,但那时斑是若隐 若现,不多也不明显。后来毕业工作了,因为做的是经常对�� �电脑的文员工作,电脑辐射本身对皮肤伤害很大,我平常又� ��有特别注意清洁皮肤,再加上日常饮食不注意,时常还熬夜 看书……种种原因,我的黄褐斑加重了,鼻梁上的斑也开始�� �散到面部。平常喜欢照镜子穿衣打扮的我,开始害怕仔细看� ��子里的自己。爱美的我,一想到自己脸上布满黄褐斑的情景 ,就不寒而栗。   后来一次偶然的机会,再一次跟客服交流的时候他知道�� �我的苦恼,于是他就笑着对我说你怎么不早点碰到我呢,最� ��他说你用黛芙薇尔试试吧,效果很不错的,他以前就是用黛 芙薇尔告别的斑点。回到家中我详细的在官网上了解了这款�� �品,据黛芙薇尔专家讲,之   所以会长斑是体内内分泌紊乱,毒素排泄不畅,长期形�� �的斑。而黛芙薇尔祛斑就是通过内调外养的方法,涂抹调理� ��从皮肤深层着手,是从体内根本上改变身体自洁系统,可以 使机体有效消解异常黑色素,有效抑制黑色素的形成,清除�� �内自由基,抵抗氧化,还原皮肤真皮层弹力,达到美白祛斑� ��作用 。最后通过深入的了解我决定购买两个周期的黛芙薇�� �祛斑,最后我通过客服的引导买了两个周期的黛芙薇尔。 br   我刚使用到一个周期的时候我发现效果真的很不错,于�� �我就有定购了三个周期的,想彻底祛除这脸上的黄褐斑,然� ��在使用黛芙薇尔三个周期后,如今,我脸上的色斑不仅完全 去除了,而且感觉很滋润,不用洗面奶也仍然能保持清爽,�� �会太油腻了。真没想到黛芙薇尔还有这么好的效果,嘿嘿,� ��斑的朋友们,建议你们也尝试一下黛芙薇尔,效果真棒 在�� �推荐给大家。 阅读了手背上长褐色斑点,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》    黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗   答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来    ,服用黛芙薇尔美白,会伤身体吗 有副作用吗   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖    ,去除黄褐斑之后,会反弹吗   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗    ,你们的价格有点贵,能不能便宜一点   答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗    ,我适合用黛芙薇尔精华液吗   答:黛芙薇尔适用人群:    、生理紊乱引起的黄褐斑人群    、生育引起的妊娠斑人群    、年纪增长引起的老年斑人群    、化妆品色素沉积、辐射斑人群    、长期日照引起的日晒斑人群    、肌肤暗淡急需美白的人群 《祛斑小方法》 手背上长褐色斑点,同时为您分享祛斑小方法 茶水去斑美白 方法一:洗脸后,将茶水涂到脸上,并用手轻轻拍脸。 方法二: ,然后清水洗�� �,有除色斑、美白的效果。 original issue reported on code google com by additive gmail com on jul at
1
23,828
3,851,868,372
IssuesEvent
2016-04-06 05:29:13
GPF/imame4all
https://api.github.com/repos/GPF/imame4all
closed
iCade Enhancement Causes imame4all to not Start
auto-migrated Priority-Medium Type-Defect
``` First, thanks for the iCade controller enhancement (and I know its experimental at this point)! After overwriting the mame file in the iMame package in the Applications directory on the iPad, when I tap the iMAME4all icon, the screen immediately goes black and then returns to the "desktop." I have tried rebooting the device and reinstalling iMame4all(and reloading the new mame file) with no success. I am running ios 4.3.3 (83J) on an iPAD 1. My version of iMame4all is 1.6.1. When I check the /var/mobile/Library/Logs/CrashReporter on the iPAD, I don't find any reports of a crash. ``` Original issue reported on code.google.com by `jmann99...@gmail.com` on 6 Jul 2011 at 2:53
1.0
iCade Enhancement Causes imame4all to not Start - ``` First, thanks for the iCade controller enhancement (and I know its experimental at this point)! After overwriting the mame file in the iMame package in the Applications directory on the iPad, when I tap the iMAME4all icon, the screen immediately goes black and then returns to the "desktop." I have tried rebooting the device and reinstalling iMame4all(and reloading the new mame file) with no success. I am running ios 4.3.3 (83J) on an iPAD 1. My version of iMame4all is 1.6.1. When I check the /var/mobile/Library/Logs/CrashReporter on the iPAD, I don't find any reports of a crash. ``` Original issue reported on code.google.com by `jmann99...@gmail.com` on 6 Jul 2011 at 2:53
defect
icade enhancement causes to not start first thanks for the icade controller enhancement and i know its experimental at this point after overwriting the mame file in the imame package in the applications directory on the ipad when i tap the icon the screen immediately goes black and then returns to the desktop i have tried rebooting the device and reinstalling and reloading the new mame file with no success i am running ios on an ipad my version of is when i check the var mobile library logs crashreporter on the ipad i don t find any reports of a crash original issue reported on code google com by gmail com on jul at
1
22,494
11,628,437,584
IssuesEvent
2020-02-27 18:20:14
cshjin/GCN-TF2.0
https://api.github.com/repos/cshjin/GCN-TF2.0
opened
Consider to a sparse-sparse matmul case
performance
Overall, if we have two sparse matrices, then the multiplication should be sparse as well, in order to improve the performance. Example like https://github.com/scipy/scipy/blob/a03f15fe43cb68c132192af22deb73b69ef201bf/scipy/sparse/compressed.py#L496-L530 And the `spspmm` function in the pytorch-sparse package. https://github.com/rusty1s/pytorch_sparse/blob/master/torch_sparse/spspmm.py While in TF2.x, no matter the matmul (sparse, sparse) or the sparse.sparse_dense_matmul function return a Tensor instead of SparseTensor. This is the one of the reasons why the PTG is much faster in the implementation of tensorflow or DGL. Performance issue need to be resolved.
True
Consider to a sparse-sparse matmul case - Overall, if we have two sparse matrices, then the multiplication should be sparse as well, in order to improve the performance. Example like https://github.com/scipy/scipy/blob/a03f15fe43cb68c132192af22deb73b69ef201bf/scipy/sparse/compressed.py#L496-L530 And the `spspmm` function in the pytorch-sparse package. https://github.com/rusty1s/pytorch_sparse/blob/master/torch_sparse/spspmm.py While in TF2.x, no matter the matmul (sparse, sparse) or the sparse.sparse_dense_matmul function return a Tensor instead of SparseTensor. This is the one of the reasons why the PTG is much faster in the implementation of tensorflow or DGL. Performance issue need to be resolved.
non_defect
consider to a sparse sparse matmul case overall if we have two sparse matrices then the multiplication should be sparse as well in order to improve the performance example like and the spspmm function in the pytorch sparse package while in x no matter the matmul sparse sparse or the sparse sparse dense matmul function return a tensor instead of sparsetensor this is the one of the reasons why the ptg is much faster in the implementation of tensorflow or dgl performance issue need to be resolved
0
1,788
2,603,971,433
IssuesEvent
2015-02-24 19:00:21
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳龟头上有菜花有时很痒
auto-migrated Priority-Medium Type-Defect
``` 沈阳龟头上有菜花有时很痒〓沈陽軍區政治部醫院性病〓TEL�� �024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治� ��。位于沈陽市沈河區二緯路32號。是一所與新中國同建立共� ��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、 保健、醫療、科研康復為一體的綜合性醫院。是國家首批公�� �甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大� ��、東南大學等知名高等院校的教學醫院。曾被中國人民解放 軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立�� �體二等功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:33
1.0
沈阳龟头上有菜花有时很痒 - ``` 沈阳龟头上有菜花有时很痒〓沈陽軍區政治部醫院性病〓TEL�� �024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治� ��。位于沈陽市沈河區二緯路32號。是一所與新中國同建立共� ��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、 保健、醫療、科研康復為一體的綜合性醫院。是國家首批公�� �甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大� ��、東南大學等知名高等院校的教學醫院。曾被中國人民解放 軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立�� �體二等功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:33
defect
沈阳龟头上有菜花有时很痒 沈阳龟头上有菜花有时很痒〓沈陽軍區政治部醫院性病〓tel�� � 〓 , � ��。 。是一所與新中國同建立共� ��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、 保健、醫療、科研康復為一體的綜合性醫院。是國家首批公�� �甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大� ��、東南大學等知名高等院校的教學醫院。曾被中國人民解放 軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立�� �體二等功。 original issue reported on code google com by gmail com on jun at
1
473,453
13,642,597,067
IssuesEvent
2020-09-25 15:45:49
creativecommons/ccos-scripts
https://api.github.com/repos/creativecommons/ccos-scripts
closed
Failing workflow for pushing issues to CC open Source
🏁 status: ready for work 🔒 staff only 🛠 goal: fix 🟧 priority: high 🤖 aspect: dx
## Description <!-- Concisely describe the bug. --> [Push issues to CC Open Source](https://github.com/creativecommons/ccos-scripts/blob/master/.github/workflows/push_issues_to_ccos.yml) workflow is failing since last 8 days (maybe more). ## Reproduction <!-- Provide detailed steps to reproduce the bug --> Go [here](https://github.com/creativecommons/ccos-scripts/actions?page=8&query=workflow%3A%22Push+issues+to+CC+Open+Source%22) ## Screenshots <!-- Add screenshots to show the problem; or delete the section entirely. --> ![Screenshot from 2020-09-23 01-23-04](https://user-images.githubusercontent.com/35889327/93930671-5a69c380-fd3b-11ea-92e0-0cc872e10e78.png) ## Additional context <!-- Add any other context about the problem here; or delete the section entirely. --> Somewhat related to #81 **Error seems to be `authentication failure` in both cases.** ## Resolution <!-- Replace the [ ] with [x] to check the box. --> - [ ] I would be interested in resolving this bug.
1.0
Failing workflow for pushing issues to CC open Source - ## Description <!-- Concisely describe the bug. --> [Push issues to CC Open Source](https://github.com/creativecommons/ccos-scripts/blob/master/.github/workflows/push_issues_to_ccos.yml) workflow is failing since last 8 days (maybe more). ## Reproduction <!-- Provide detailed steps to reproduce the bug --> Go [here](https://github.com/creativecommons/ccos-scripts/actions?page=8&query=workflow%3A%22Push+issues+to+CC+Open+Source%22) ## Screenshots <!-- Add screenshots to show the problem; or delete the section entirely. --> ![Screenshot from 2020-09-23 01-23-04](https://user-images.githubusercontent.com/35889327/93930671-5a69c380-fd3b-11ea-92e0-0cc872e10e78.png) ## Additional context <!-- Add any other context about the problem here; or delete the section entirely. --> Somewhat related to #81 **Error seems to be `authentication failure` in both cases.** ## Resolution <!-- Replace the [ ] with [x] to check the box. --> - [ ] I would be interested in resolving this bug.
non_defect
failing workflow for pushing issues to cc open source description workflow is failing since last days maybe more reproduction go screenshots additional context somewhat related to error seems to be authentication failure in both cases resolution i would be interested in resolving this bug
0
318,487
9,693,301,129
IssuesEvent
2019-05-24 15:44:23
kubeflow/kubeflow
https://api.github.com/repos/kubeflow/kubeflow
closed
Jupyter web app should respect namespace in central dashboard
area/jupyter priority/p1
Screenshot ![jupyternamespace](https://user-images.githubusercontent.com/777219/55130237-570a6300-50d7-11e9-9d12-e85acfc37f05.png) The central dashboard is displaying the jupyter web app in an iframe. The central dashboard has a namespace selector. This namespace selector is not wired up to the jupyter web app. /cc @avdaredevil @kimwnasptd @vkoukis @avdaredevil this might be a good opportunity to figure out how the namespace selector should interact with individual web apps.
1.0
Jupyter web app should respect namespace in central dashboard - Screenshot ![jupyternamespace](https://user-images.githubusercontent.com/777219/55130237-570a6300-50d7-11e9-9d12-e85acfc37f05.png) The central dashboard is displaying the jupyter web app in an iframe. The central dashboard has a namespace selector. This namespace selector is not wired up to the jupyter web app. /cc @avdaredevil @kimwnasptd @vkoukis @avdaredevil this might be a good opportunity to figure out how the namespace selector should interact with individual web apps.
non_defect
jupyter web app should respect namespace in central dashboard screenshot the central dashboard is displaying the jupyter web app in an iframe the central dashboard has a namespace selector this namespace selector is not wired up to the jupyter web app cc avdaredevil kimwnasptd vkoukis avdaredevil this might be a good opportunity to figure out how the namespace selector should interact with individual web apps
0
54,975
14,106,717,174
IssuesEvent
2020-11-06 15:18:21
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
Datatable: multi-sort loses order with lazy
defect
**Describe the defect** I've a table with columns [a,b,c,d,e] and lazy initialization. When I provide an intilial list of sortmeta (c, a) it sorts data correctly. But, If I change page, It loses sortmeta order (a, c). For example: After apply sort columns: - sortMeta: c DESC, a DESC After change page (a and c got swapped): - sortMeta: a DESC, c DESC **Environment:** - PF Version: 8.0 - JSF 2.3: Jakarta faces 2.3.14 - Affected browsers: ALL **Expected behavior** Maintain sortmeta order with pagination. **Example XHTML** ```html <p:dataTable scrollable="true" scrollHeight="auto" rows="#{exampleBean.session.nReg}" first="#{exampleBean.session.nPage}" id="dtExample" paginator="true" paginatorTemplate="{CurrentPageReport} {FirstPageLink} {PreviousPageLink} {PageLinks} {NextPageLink} {LastPageLink} {RowsPerPageDropdown}" rowsPerPageTemplate="20,50,100" emptyMessage="Empty table" value="#{exampleBean.dataSource}" var="rec" paginatorAlwaysVisible="true" currentPageReportTemplate="{totalRecords}" selection="#{exampleBean.selectedRecords}" rowKey="#{rec.uid}" sortOrder="descending" style="font-size: 0.9em !important;" lazy="true" sortMode="multiple" styleClass="myTooltip" rowIndexVar="rowIndex" rowStyleClass="#{exampleBean.styleClazz(rec)"> <p:column selectionMode="multiple" style="width:16px;text-align:center" exportable="false"/> <p:column headerText="A" sortBy="#{rec.a}">#{rec.a}</p:column> <p:column headerText="B" sortBy="#{rec.b}">#{rec.b}</p:column> <p:column headerText="C" sortBy="#{rec.c}">#{rec.c}</p:column> <p:column headerText="D" sortBy="#{rec.d}">#{rec.d}</p:column> <p:column headerText="E" sortBy="#{rec.e}">#{rec.e}</p:column> </p:dataTable> ```
1.0
Datatable: multi-sort loses order with lazy - **Describe the defect** I've a table with columns [a,b,c,d,e] and lazy initialization. When I provide an intilial list of sortmeta (c, a) it sorts data correctly. But, If I change page, It loses sortmeta order (a, c). For example: After apply sort columns: - sortMeta: c DESC, a DESC After change page (a and c got swapped): - sortMeta: a DESC, c DESC **Environment:** - PF Version: 8.0 - JSF 2.3: Jakarta faces 2.3.14 - Affected browsers: ALL **Expected behavior** Maintain sortmeta order with pagination. **Example XHTML** ```html <p:dataTable scrollable="true" scrollHeight="auto" rows="#{exampleBean.session.nReg}" first="#{exampleBean.session.nPage}" id="dtExample" paginator="true" paginatorTemplate="{CurrentPageReport} {FirstPageLink} {PreviousPageLink} {PageLinks} {NextPageLink} {LastPageLink} {RowsPerPageDropdown}" rowsPerPageTemplate="20,50,100" emptyMessage="Empty table" value="#{exampleBean.dataSource}" var="rec" paginatorAlwaysVisible="true" currentPageReportTemplate="{totalRecords}" selection="#{exampleBean.selectedRecords}" rowKey="#{rec.uid}" sortOrder="descending" style="font-size: 0.9em !important;" lazy="true" sortMode="multiple" styleClass="myTooltip" rowIndexVar="rowIndex" rowStyleClass="#{exampleBean.styleClazz(rec)"> <p:column selectionMode="multiple" style="width:16px;text-align:center" exportable="false"/> <p:column headerText="A" sortBy="#{rec.a}">#{rec.a}</p:column> <p:column headerText="B" sortBy="#{rec.b}">#{rec.b}</p:column> <p:column headerText="C" sortBy="#{rec.c}">#{rec.c}</p:column> <p:column headerText="D" sortBy="#{rec.d}">#{rec.d}</p:column> <p:column headerText="E" sortBy="#{rec.e}">#{rec.e}</p:column> </p:dataTable> ```
defect
datatable multi sort loses order with lazy describe the defect i ve a table with columns and lazy initialization when i provide an intilial list of sortmeta c a it sorts data correctly but if i change page it loses sortmeta order a c for example after apply sort columns sortmeta c desc a desc after change page a and c got swapped sortmeta a desc c desc environment pf version jsf jakarta faces affected browsers all expected behavior maintain sortmeta order with pagination example xhtml html rec a rec b rec c rec d rec e
1
28,440
5,266,902,753
IssuesEvent
2017-02-04 17:24:45
albfernandez/juniversalchardet
https://api.github.com/repos/albfernandez/juniversalchardet
closed
universal detector fail to detect some charsets
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. for each case, read first line 2. if it's encoded word, decoded using either base64 or quoted printable 3. convert it to UTF-8 4. compare with second line of each case, which is expected result. What is the expected output? What do you see instead? please see second line of attached file. What version of the product are you using? On what operating system? redhat enterprise 4 Please provide any additional information below. ``` Original issue reported on code.google.com by `jinsuozh...@gmail.com` on 18 Jun 2010 at 6:14 Attachments: - [failedcharsetdetect.dat](https://storage.googleapis.com/google-code-attachments/juniversalchardet/issue-8/comment-0/failedcharsetdetect.dat)
1.0
universal detector fail to detect some charsets - ``` What steps will reproduce the problem? 1. for each case, read first line 2. if it's encoded word, decoded using either base64 or quoted printable 3. convert it to UTF-8 4. compare with second line of each case, which is expected result. What is the expected output? What do you see instead? please see second line of attached file. What version of the product are you using? On what operating system? redhat enterprise 4 Please provide any additional information below. ``` Original issue reported on code.google.com by `jinsuozh...@gmail.com` on 18 Jun 2010 at 6:14 Attachments: - [failedcharsetdetect.dat](https://storage.googleapis.com/google-code-attachments/juniversalchardet/issue-8/comment-0/failedcharsetdetect.dat)
defect
universal detector fail to detect some charsets what steps will reproduce the problem for each case read first line if it s encoded word decoded using either or quoted printable convert it to utf compare with second line of each case which is expected result what is the expected output what do you see instead please see second line of attached file what version of the product are you using on what operating system redhat enterprise please provide any additional information below original issue reported on code google com by jinsuozh gmail com on jun at attachments
1
7,059
2,610,324,561
IssuesEvent
2015-02-26 19:44:38
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
SFX
auto-migrated Priority-Low Type-Defect
``` Jango's seismic charge voice needs to be fixed. The game plays a Rebel Infiltrator's voice over Jango's voice ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 6 Jun 2011 at 10:24
1.0
SFX - ``` Jango's seismic charge voice needs to be fixed. The game plays a Rebel Infiltrator's voice over Jango's voice ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 6 Jun 2011 at 10:24
defect
sfx jango s seismic charge voice needs to be fixed the game plays a rebel infiltrator s voice over jango s voice original issue reported on code google com by gmail com on jun at
1
144,253
19,286,088,642
IssuesEvent
2021-12-11 01:34:49
tamirverthim/arthas
https://api.github.com/repos/tamirverthim/arthas
opened
CVE-2021-43797 (Medium) detected in netty-codec-http-4.1.29.Final.jar
security vulnerability
## CVE-2021-43797 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-codec-http-4.1.29.Final.jar</b></p></summary> <p>Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.</p> <p>Library home page: <a href="http://netty.io/">http://netty.io/</a></p> <p>Path to dependency file: arthas/core/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/io/netty/netty-codec-http/4.1.29.Final/netty-codec-http-4.1.29.Final.jar</p> <p> Dependency Hierarchy: - termd-core-1.1.7.1.jar (Root Library) - :x: **netty-codec-http-4.1.29.Final.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. Netty prior to version 4.1.7.1.Final skips control chars when they are present at the beginning / end of the header name. It should instead fail fast as these are not allowed by the spec and could lead to HTTP request smuggling. Failing to do the validation might cause netty to "sanitize" header names before it forward these to another remote system when used as proxy. This remote system can't see the invalid usage anymore, and therefore does not do the validation itself. Users should upgrade to version 4.1.7.1.Final to receive a patch. <p>Publish Date: 2021-12-09 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43797>CVE-2021-43797</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-wx5j-54mm-rqqq">https://github.com/advisories/GHSA-wx5j-54mm-rqqq</a></p> <p>Release Date: 2021-11-17</p> <p>Fix Resolution: io.netty:netty-codec-http:4.1.71.Final</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"io.netty","packageName":"netty-codec-http","packageVersion":"4.1.29.Final","packageFilePaths":["/core/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"com.alibaba.middleware:termd-core:1.1.7.1;io.netty:netty-codec-http:4.1.29.Final","isMinimumFixVersionAvailable":true,"minimumFixVersion":"io.netty:netty-codec-http:4.1.71.Final","isBinary":false}],"baseBranches":[],"vulnerabilityIdentifier":"CVE-2021-43797","vulnerabilityDetails":"Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers \u0026 clients. Netty prior to version 4.1.7.1.Final skips control chars when they are present at the beginning / end of the header name. It should instead fail fast as these are not allowed by the spec and could lead to HTTP request smuggling. Failing to do the validation might cause netty to \"sanitize\" header names before it forward these to another remote system when used as proxy. This remote system can\u0027t see the invalid usage anymore, and therefore does not do the validation itself. Users should upgrade to version 4.1.7.1.Final to receive a patch.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43797","cvss3Severity":"medium","cvss3Score":"6.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"Required","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2021-43797 (Medium) detected in netty-codec-http-4.1.29.Final.jar - ## CVE-2021-43797 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-codec-http-4.1.29.Final.jar</b></p></summary> <p>Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.</p> <p>Library home page: <a href="http://netty.io/">http://netty.io/</a></p> <p>Path to dependency file: arthas/core/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/io/netty/netty-codec-http/4.1.29.Final/netty-codec-http-4.1.29.Final.jar</p> <p> Dependency Hierarchy: - termd-core-1.1.7.1.jar (Root Library) - :x: **netty-codec-http-4.1.29.Final.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. Netty prior to version 4.1.7.1.Final skips control chars when they are present at the beginning / end of the header name. It should instead fail fast as these are not allowed by the spec and could lead to HTTP request smuggling. Failing to do the validation might cause netty to "sanitize" header names before it forward these to another remote system when used as proxy. This remote system can't see the invalid usage anymore, and therefore does not do the validation itself. Users should upgrade to version 4.1.7.1.Final to receive a patch. <p>Publish Date: 2021-12-09 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43797>CVE-2021-43797</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-wx5j-54mm-rqqq">https://github.com/advisories/GHSA-wx5j-54mm-rqqq</a></p> <p>Release Date: 2021-11-17</p> <p>Fix Resolution: io.netty:netty-codec-http:4.1.71.Final</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"io.netty","packageName":"netty-codec-http","packageVersion":"4.1.29.Final","packageFilePaths":["/core/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"com.alibaba.middleware:termd-core:1.1.7.1;io.netty:netty-codec-http:4.1.29.Final","isMinimumFixVersionAvailable":true,"minimumFixVersion":"io.netty:netty-codec-http:4.1.71.Final","isBinary":false}],"baseBranches":[],"vulnerabilityIdentifier":"CVE-2021-43797","vulnerabilityDetails":"Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers \u0026 clients. Netty prior to version 4.1.7.1.Final skips control chars when they are present at the beginning / end of the header name. It should instead fail fast as these are not allowed by the spec and could lead to HTTP request smuggling. Failing to do the validation might cause netty to \"sanitize\" header names before it forward these to another remote system when used as proxy. This remote system can\u0027t see the invalid usage anymore, and therefore does not do the validation itself. Users should upgrade to version 4.1.7.1.Final to receive a patch.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43797","cvss3Severity":"medium","cvss3Score":"6.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"Required","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_defect
cve medium detected in netty codec http final jar cve medium severity vulnerability vulnerable library netty codec http final jar netty is an asynchronous event driven network application framework for rapid development of maintainable high performance protocol servers and clients library home page a href path to dependency file arthas core pom xml path to vulnerable library root repository io netty netty codec http final netty codec http final jar dependency hierarchy termd core jar root library x netty codec http final jar vulnerable library vulnerability details netty is an asynchronous event driven network application framework for rapid development of maintainable high performance protocol servers clients netty prior to version final skips control chars when they are present at the beginning end of the header name it should instead fail fast as these are not allowed by the spec and could lead to http request smuggling failing to do the validation might cause netty to sanitize header names before it forward these to another remote system when used as proxy this remote system can t see the invalid usage anymore and therefore does not do the validation itself users should upgrade to version final to receive a patch publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution io netty netty codec http final isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree com alibaba middleware termd core io netty netty codec http final isminimumfixversionavailable true minimumfixversion io netty netty codec http final isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails netty is an asynchronous event driven network application framework for rapid development of maintainable high performance protocol servers clients netty prior to version final skips control chars when they are present at the beginning end of the header name it should instead fail fast as these are not allowed by the spec and could lead to http request smuggling failing to do the validation might cause netty to sanitize header names before it forward these to another remote system when used as proxy this remote system can see the invalid usage anymore and therefore does not do the validation itself users should upgrade to version final to receive a patch vulnerabilityurl
0
16,632
2,920,435,391
IssuesEvent
2015-06-24 18:55:25
ashanbh/chrome-rest-client
https://api.github.com/repos/ashanbh/chrome-rest-client
closed
Allow multi-line inputs for form values
auto-migrated Component-Logic Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. create a post request 2. under form payload add a new entry 3. paste a multiline text for example a small CSV output What is the expected output? What do you see instead? the line return should be urlencoded, but because an input is used, they are stripped from the, using a textarea instead of an input would allow for multiple line form values. On what operating system, browser and browser version? Chrome 29.0.1547.22 / OSX 10.8 Please provide any additional information below. ``` Original issue reported on code.google.com by `dcol...@gmail.com` on 16 Jul 2013 at 10:33
1.0
Allow multi-line inputs for form values - ``` What steps will reproduce the problem? 1. create a post request 2. under form payload add a new entry 3. paste a multiline text for example a small CSV output What is the expected output? What do you see instead? the line return should be urlencoded, but because an input is used, they are stripped from the, using a textarea instead of an input would allow for multiple line form values. On what operating system, browser and browser version? Chrome 29.0.1547.22 / OSX 10.8 Please provide any additional information below. ``` Original issue reported on code.google.com by `dcol...@gmail.com` on 16 Jul 2013 at 10:33
defect
allow multi line inputs for form values what steps will reproduce the problem create a post request under form payload add a new entry paste a multiline text for example a small csv output what is the expected output what do you see instead the line return should be urlencoded but because an input is used they are stripped from the using a textarea instead of an input would allow for multiple line form values on what operating system browser and browser version chrome osx please provide any additional information below original issue reported on code google com by dcol gmail com on jul at
1
100,569
21,416,908,659
IssuesEvent
2022-04-22 11:50:02
ROCmSoftwarePlatform/composable_kernel
https://api.github.com/repos/ROCmSoftwarePlatform/composable_kernel
closed
Use ck::half_t instead of half_float::half on host, so we can remove dependency on half_float::half in future
code quality
Since `numeric_limits<ck::half_t>::lowest()` will get 0. if all the value in input tensor is negative, ReductionHost will get 0
1.0
Use ck::half_t instead of half_float::half on host, so we can remove dependency on half_float::half in future - Since `numeric_limits<ck::half_t>::lowest()` will get 0. if all the value in input tensor is negative, ReductionHost will get 0
non_defect
use ck half t instead of half float half on host so we can remove dependency on half float half in future since numeric limits lowest will get if all the value in input tensor is negative reductionhost will get
0
69,872
22,705,489,842
IssuesEvent
2022-07-05 14:19:11
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
closed
Username and poll title sometimes overlay on top of each other
T-Defect A-Timeline S-Minor O-Uncommon A-Polls
### Steps to reproduce Sometimes poll layout is broken with the username covering part of the poll title. Not sure how to trigger it. ### Outcome ![ima_6c8775d](https://user-images.githubusercontent.com/51663/146920417-adc9fcab-2049-43f5-bbe0-0eaa3ba2d94f.png) ### Your phone model iPhoneX ### Operating system version iOS 14.6 ### Application version Test Flight ### Homeserver _No response_ ### Will you send logs? No
1.0
Username and poll title sometimes overlay on top of each other - ### Steps to reproduce Sometimes poll layout is broken with the username covering part of the poll title. Not sure how to trigger it. ### Outcome ![ima_6c8775d](https://user-images.githubusercontent.com/51663/146920417-adc9fcab-2049-43f5-bbe0-0eaa3ba2d94f.png) ### Your phone model iPhoneX ### Operating system version iOS 14.6 ### Application version Test Flight ### Homeserver _No response_ ### Will you send logs? No
defect
username and poll title sometimes overlay on top of each other steps to reproduce sometimes poll layout is broken with the username covering part of the poll title not sure how to trigger it outcome your phone model iphonex operating system version ios application version test flight homeserver no response will you send logs no
1
59,660
17,023,194,376
IssuesEvent
2021-07-03 00:48:11
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Handle combination of leisure=stadium and sport=*
Component: osmarender Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 6.58pm, Saturday, 5th January 2008]** When an area is tagged both leisure=stadium and sport=something it gets two renderings, one which is bezier curved and one which is not. It also gets two text labels. See Lerkendal stadion for example: http://www.openstreetmap.org/?lat=63.41239&lon=10.40412&zoom=17&layers=0BFT The fix could probably be to inhibit rendering of stadium if the area also has a sport= tag.
1.0
Handle combination of leisure=stadium and sport=* - **[Submitted to the original trac issue database at 6.58pm, Saturday, 5th January 2008]** When an area is tagged both leisure=stadium and sport=something it gets two renderings, one which is bezier curved and one which is not. It also gets two text labels. See Lerkendal stadion for example: http://www.openstreetmap.org/?lat=63.41239&lon=10.40412&zoom=17&layers=0BFT The fix could probably be to inhibit rendering of stadium if the area also has a sport= tag.
defect
handle combination of leisure stadium and sport when an area is tagged both leisure stadium and sport something it gets two renderings one which is bezier curved and one which is not it also gets two text labels see lerkendal stadion for example the fix could probably be to inhibit rendering of stadium if the area also has a sport tag
1
389,167
26,801,541,382
IssuesEvent
2023-02-01 15:25:14
archway-network/archway
https://api.github.com/repos/archway-network/archway
closed
Map out archwayd roadmap for the community
documentation
- [ ] Add a section in the readme detailing the roadmap - [ ] Create relevant issues for the roadmap (Only issues which are visible to us right now) ------ Depends on Economic model.
1.0
Map out archwayd roadmap for the community - - [ ] Add a section in the readme detailing the roadmap - [ ] Create relevant issues for the roadmap (Only issues which are visible to us right now) ------ Depends on Economic model.
non_defect
map out archwayd roadmap for the community add a section in the readme detailing the roadmap create relevant issues for the roadmap only issues which are visible to us right now depends on economic model
0
167,558
6,341,398,393
IssuesEvent
2017-07-27 13:27:10
revel/revel
https://api.github.com/repos/revel/revel
closed
Generator with flags for database orm support
priority-could type-feature
The revel new command should support flags like --orm gorm or maybe a mongo one, also for setting sass | stylus support
1.0
Generator with flags for database orm support - The revel new command should support flags like --orm gorm or maybe a mongo one, also for setting sass | stylus support
non_defect
generator with flags for database orm support the revel new command should support flags like orm gorm or maybe a mongo one also for setting sass stylus support
0
114,573
17,212,611,090
IssuesEvent
2021-07-19 07:25:45
tesshucom/jpsonic
https://api.github.com/repos/tesshucom/jpsonic
opened
CVE-2021-33037
security type: task
https://nvd.nist.gov/vuln/detail/CVE-2021-33037 #### v110.0.0 9.0.46 is used, but Jpsonic is no longer distributing the Tomcat version. Tomcat is used for development but is not included in the distribution binaries. #### 110.1.0-SNAPSHOT(master) It has already been updated to 9.0.50 and is a false positive. ____ Implement CVE-2021-33037 suppression for the master as it interferes with compilation. This suppression may be removed after a while.
True
CVE-2021-33037 - https://nvd.nist.gov/vuln/detail/CVE-2021-33037 #### v110.0.0 9.0.46 is used, but Jpsonic is no longer distributing the Tomcat version. Tomcat is used for development but is not included in the distribution binaries. #### 110.1.0-SNAPSHOT(master) It has already been updated to 9.0.50 and is a false positive. ____ Implement CVE-2021-33037 suppression for the master as it interferes with compilation. This suppression may be removed after a while.
non_defect
cve is used but jpsonic is no longer distributing the tomcat version tomcat is used for development but is not included in the distribution binaries snapshot master it has already been updated to and is a false positive implement cve suppression for the master as it interferes with compilation this suppression may be removed after a while
0
17,737
3,012,948,153
IssuesEvent
2015-07-29 04:32:01
yawlfoundation/yawl
https://api.github.com/repos/yawlfoundation/yawl
closed
After installation, files ending with .ywl and .zip is associated to YAWL
auto-migrated FileAssociation Installer Priority-Low Type-Defect
``` What steps will reproduce the problem? 1. Install YAWL using installer 2. Subsequent zipped files downloaded online will be associated with YAWL Engine What is the expected output? What do you see instead? .zip files not to be associated with YAWL Engine What version of the product are you using? On what operating system? YAWL 2 update 3, Windows XP Please provide any additional information below. ``` Original issue reported on code.google.com by `kenneth....@gmail.com` on 9 Feb 2009 at 1:41
1.0
After installation, files ending with .ywl and .zip is associated to YAWL - ``` What steps will reproduce the problem? 1. Install YAWL using installer 2. Subsequent zipped files downloaded online will be associated with YAWL Engine What is the expected output? What do you see instead? .zip files not to be associated with YAWL Engine What version of the product are you using? On what operating system? YAWL 2 update 3, Windows XP Please provide any additional information below. ``` Original issue reported on code.google.com by `kenneth....@gmail.com` on 9 Feb 2009 at 1:41
defect
after installation files ending with ywl and zip is associated to yawl what steps will reproduce the problem install yawl using installer subsequent zipped files downloaded online will be associated with yawl engine what is the expected output what do you see instead zip files not to be associated with yawl engine what version of the product are you using on what operating system yawl update windows xp please provide any additional information below original issue reported on code google com by kenneth gmail com on feb at
1
203,576
15,885,138,016
IssuesEvent
2021-04-09 20:03:07
meganminnear/0351MachineLearners
https://api.github.com/repos/meganminnear/0351MachineLearners
closed
As a user, I want to know which ML model is being used, and how it works
documentation
We need a section of text (eventually for the website) that tells users which model we're using as well as briefly how it (and machine learning in general) works -- ultimately we want our website to be understandable to the general public as well as have information / links to further resources, so we should write this blurb while we're choosing our model. Acceptance criteria: txt or md file with a paragraph or two explaining our model committed to the repository (doesn't need to be on website yet).
1.0
As a user, I want to know which ML model is being used, and how it works - We need a section of text (eventually for the website) that tells users which model we're using as well as briefly how it (and machine learning in general) works -- ultimately we want our website to be understandable to the general public as well as have information / links to further resources, so we should write this blurb while we're choosing our model. Acceptance criteria: txt or md file with a paragraph or two explaining our model committed to the repository (doesn't need to be on website yet).
non_defect
as a user i want to know which ml model is being used and how it works we need a section of text eventually for the website that tells users which model we re using as well as briefly how it and machine learning in general works ultimately we want our website to be understandable to the general public as well as have information links to further resources so we should write this blurb while we re choosing our model acceptance criteria txt or md file with a paragraph or two explaining our model committed to the repository doesn t need to be on website yet
0
180,051
14,737,622,038
IssuesEvent
2021-01-07 02:22:03
hackforla/YouthJusticeNav
https://api.github.com/repos/hackforla/YouthJusticeNav
closed
Track Down Early Discovery on YJN Project
documentation
### Overview We need to find the early google docs with my notes and Bonnie's notes integrated. ### Action Items - [x] Find the Google Docs - [x] Share with @nielseny @ltung05 ### Resources/Instructions [Link to Google Docs](url)
1.0
Track Down Early Discovery on YJN Project - ### Overview We need to find the early google docs with my notes and Bonnie's notes integrated. ### Action Items - [x] Find the Google Docs - [x] Share with @nielseny @ltung05 ### Resources/Instructions [Link to Google Docs](url)
non_defect
track down early discovery on yjn project overview we need to find the early google docs with my notes and bonnie s notes integrated action items find the google docs share with nielseny resources instructions url
0
24,047
3,901,922,671
IssuesEvent
2016-04-18 12:57:48
fallchildren/geben-on-emacs
https://api.github.com/repos/fallchildren/geben-on-emacs
closed
Geben Causes issues With Other Emacs Packages
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. (require 'geben) 2. M-x erc 3. Supply values to logon to IRC What is the expected output? What do you see instead? The expected output should be a successful logon to IRC. Instead the message below is shown: Connecting to irc.freenode.net:6667... open-network-stream: Wrong type argument: bufferp, nil What version of the product are you using? On what operating system? 0.24 on Mac OS 10.6.8 Please provide any additional information below. Here is a backtrace: Debugger entered--Lisp error: (wrong-type-argument bufferp nil) buffer-local-value(dbgp-buffer-process nil) open-network-stream("erc-irc.freenode.net-6667" nil "irc.freenode.net" 6667) erc-server-connect("irc.freenode.net" 6667 #<buffer irc.freenode.net:6667>) erc-open("irc.freenode.net" 6667 "carbon99" "unknown" t nil) erc(:server "irc.freenode.net" :port 6667 :nick "carbon99" :password nil) call-interactively(erc t nil) execute-extended-command(nil) call-interactively(execute-extended-command nil nil) ``` Original issue reported on code.google.com by `chris012...@gmail.com` on 9 Jul 2012 at 1:34
1.0
Geben Causes issues With Other Emacs Packages - ``` What steps will reproduce the problem? 1. (require 'geben) 2. M-x erc 3. Supply values to logon to IRC What is the expected output? What do you see instead? The expected output should be a successful logon to IRC. Instead the message below is shown: Connecting to irc.freenode.net:6667... open-network-stream: Wrong type argument: bufferp, nil What version of the product are you using? On what operating system? 0.24 on Mac OS 10.6.8 Please provide any additional information below. Here is a backtrace: Debugger entered--Lisp error: (wrong-type-argument bufferp nil) buffer-local-value(dbgp-buffer-process nil) open-network-stream("erc-irc.freenode.net-6667" nil "irc.freenode.net" 6667) erc-server-connect("irc.freenode.net" 6667 #<buffer irc.freenode.net:6667>) erc-open("irc.freenode.net" 6667 "carbon99" "unknown" t nil) erc(:server "irc.freenode.net" :port 6667 :nick "carbon99" :password nil) call-interactively(erc t nil) execute-extended-command(nil) call-interactively(execute-extended-command nil nil) ``` Original issue reported on code.google.com by `chris012...@gmail.com` on 9 Jul 2012 at 1:34
defect
geben causes issues with other emacs packages what steps will reproduce the problem require geben m x erc supply values to logon to irc what is the expected output what do you see instead the expected output should be a successful logon to irc instead the message below is shown connecting to irc freenode net open network stream wrong type argument bufferp nil what version of the product are you using on what operating system on mac os please provide any additional information below here is a backtrace debugger entered lisp error wrong type argument bufferp nil buffer local value dbgp buffer process nil open network stream erc irc freenode net nil irc freenode net erc server connect irc freenode net erc open irc freenode net unknown t nil erc server irc freenode net port nick password nil call interactively erc t nil execute extended command nil call interactively execute extended command nil nil original issue reported on code google com by gmail com on jul at
1
68,224
7,090,271,642
IssuesEvent
2018-01-12 08:15:41
JJPPeters/clTEM
https://api.github.com/repos/JJPPeters/clTEM
opened
Check CTEM cropping is performed on the correct area
test
Currently, CTEM cropping appears to be correct (for the few test cases) This needs to be thoroughly checked for multiple cyrstals to be confident how the cropping is performed and defined.
1.0
Check CTEM cropping is performed on the correct area - Currently, CTEM cropping appears to be correct (for the few test cases) This needs to be thoroughly checked for multiple cyrstals to be confident how the cropping is performed and defined.
non_defect
check ctem cropping is performed on the correct area currently ctem cropping appears to be correct for the few test cases this needs to be thoroughly checked for multiple cyrstals to be confident how the cropping is performed and defined
0
33,958
7,768,636,466
IssuesEvent
2018-06-03 20:10:23
michaeljones/breathe
https://api.github.com/repos/michaeljones/breathe
closed
Crash when using a name for member group
bug code
I encountered this error when naming a member group. Unfortunately, I was unable to reproduce the error with your example documentation. My hack was to replace line 95 of __init_.py with ``` try: if not self.filter_.allow(context.node_stack): return NullRenderer() except AttributeError as e: return NullRenderer() ``` But I doubt a simple swallowing of the exception is a good solution. Below is the traceback. ``` # Loaded extensions: # breathe (unknown version) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\__init__.pyc # sphinx.ext.autodoc (1.3.1) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\ext\autodoc.pyc # sphinx.ext.intersphinx (1.3.1) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\ext\intersphinx.pyc # sphinx.ext.doctest (1.3.1) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\ext\doctest.pyc # sphinx.ext.mathjax (1.3.1) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\ext\mathjax.pyc # numpydoc (unknown version) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\numpydoc-0.6.dev0-py2.7.egg\numpydoc\__init__.pyc # sphinx.ext.viewcode (1.3.1) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\ext\viewcode.pyc # sphinx.ext.ifconfig (1.3.1) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\ext\ifconfig.pyc # alabaster (0.7.3) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\alabaster\__init__.pyc # sphinxcontrib.doxylink (unknown version) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinxcontrib_doxylink-1.3-py2.7.egg\sphinxcontrib\doxylink\__init__.pyc # sphinx.ext.autosummary (1.3.1) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\ext\autosummary\__init__.pyc # sphinx.ext.todo (1.3.1) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\ext\todo.pyc Traceback (most recent call last): File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\cmdline.py", line 245, in main app.build(opts.force_all, filenames) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\application.py", line 264, in build self.builder.build_update() File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\builders\__init__.py", line 245, in build_update 'out of date' % len(to_build)) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\builders\__init__.py", line 259, in build self.doctreedir, self.app)) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\environment.py", line 618, in update self._read_serial(docnames, app) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\environment.py", line 638, in _read_serial self.read_doc(docname, app) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\environment.py", line 791, in read_doc pub.publish() File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\core.py", line 217, in publish self.settings) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\environment.py", line 126, in read self.parse() File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\readers\__init__.py", line 78, in parse self.parser.parse(self.input, document) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\__init__.py", line 172, in parse self.statemachine.run(inputlines, document, inliner=self.inliner) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 170, in run input_source=document['source']) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\statemachine.py", line 239, in run context, state, transitions) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\statemachine.py", line 460, in check_line return method(match, context, next_state) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 2961, in text self.section(title.lstrip(), source, style, lineno + 1, messages) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 327, in section self.new_subsection(title, lineno, messages) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 395, in new_subsection node=section_node, match_titles=True) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 282, in nested_parse node=node, match_titles=match_titles) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 195, in run results = StateMachineWS.run(self, input_lines, input_offset) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\statemachine.py", line 239, in run context, state, transitions) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\statemachine.py", line 460, in check_line return method(match, context, next_state) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 2726, in underline self.section(title, source, style, lineno - 1, messages) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 327, in section self.new_subsection(title, lineno, messages) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 395, in new_subsection node=section_node, match_titles=True) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 282, in nested_parse node=node, match_titles=match_titles) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 195, in run results = StateMachineWS.run(self, input_lines, input_offset) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\statemachine.py", line 239, in run context, state, transitions) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\statemachine.py", line 460, in check_line return method(match, context, next_state) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 2299, in explicit_markup nodelist, blank_finish = self.explicit_construct(match) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 2311, in explicit_construct return method(self, expmatch) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 2054, in directive directive_class, match, type_name, option_presets) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 2103, in run_directive result = directive_instance.run() File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\directives.py", line 323, in run mask_factory) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\directive\base.py", line 88, in render return object_renderer.render() File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\index.py", line 63, in render rendered_data = data_renderer.render() File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\compound.py", line 13, in render return compound_renderer.render() File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\compound.py", line 80, in render child_nodes = renderer.render() File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\compound.py", line 123, in render renderer = self.renderer_factory.create_renderer(context) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\__init__.py", line 95, in create_renderer if not self.filter_.allow(context.node_stack): File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\filter.py", line 523, in allow if not filter_.allow(node_stack): File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\filter.py", line 540, in allow if filter_.allow(node_stack): File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\filter.py", line 523, in allow if not filter_.allow(node_stack): File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\filter.py", line 540, in allow if filter_.allow(node_stack): File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\filter.py", line 540, in allow if filter_.allow(node_stack): File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\filter.py", line 540, in allow if filter_.allow(node_stack): File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\filter.py", line 523, in allow if not filter_.allow(node_stack): File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\filter.py", line 422, in allow name = self.accessor(node_stack) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\filter.py", line 341, in __call__ return getattr(self.selector(node_stack), self.attribute_name) AttributeError: descriptionTypeSub instance has no attribute 'name' ```
1.0
Crash when using a name for member group - I encountered this error when naming a member group. Unfortunately, I was unable to reproduce the error with your example documentation. My hack was to replace line 95 of __init_.py with ``` try: if not self.filter_.allow(context.node_stack): return NullRenderer() except AttributeError as e: return NullRenderer() ``` But I doubt a simple swallowing of the exception is a good solution. Below is the traceback. ``` # Loaded extensions: # breathe (unknown version) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\__init__.pyc # sphinx.ext.autodoc (1.3.1) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\ext\autodoc.pyc # sphinx.ext.intersphinx (1.3.1) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\ext\intersphinx.pyc # sphinx.ext.doctest (1.3.1) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\ext\doctest.pyc # sphinx.ext.mathjax (1.3.1) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\ext\mathjax.pyc # numpydoc (unknown version) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\numpydoc-0.6.dev0-py2.7.egg\numpydoc\__init__.pyc # sphinx.ext.viewcode (1.3.1) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\ext\viewcode.pyc # sphinx.ext.ifconfig (1.3.1) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\ext\ifconfig.pyc # alabaster (0.7.3) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\alabaster\__init__.pyc # sphinxcontrib.doxylink (unknown version) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinxcontrib_doxylink-1.3-py2.7.egg\sphinxcontrib\doxylink\__init__.pyc # sphinx.ext.autosummary (1.3.1) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\ext\autosummary\__init__.pyc # sphinx.ext.todo (1.3.1) from C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\ext\todo.pyc Traceback (most recent call last): File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\cmdline.py", line 245, in main app.build(opts.force_all, filenames) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\application.py", line 264, in build self.builder.build_update() File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\builders\__init__.py", line 245, in build_update 'out of date' % len(to_build)) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\builders\__init__.py", line 259, in build self.doctreedir, self.app)) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\environment.py", line 618, in update self._read_serial(docnames, app) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\environment.py", line 638, in _read_serial self.read_doc(docname, app) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\environment.py", line 791, in read_doc pub.publish() File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\core.py", line 217, in publish self.settings) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\sphinx\environment.py", line 126, in read self.parse() File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\readers\__init__.py", line 78, in parse self.parser.parse(self.input, document) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\__init__.py", line 172, in parse self.statemachine.run(inputlines, document, inliner=self.inliner) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 170, in run input_source=document['source']) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\statemachine.py", line 239, in run context, state, transitions) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\statemachine.py", line 460, in check_line return method(match, context, next_state) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 2961, in text self.section(title.lstrip(), source, style, lineno + 1, messages) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 327, in section self.new_subsection(title, lineno, messages) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 395, in new_subsection node=section_node, match_titles=True) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 282, in nested_parse node=node, match_titles=match_titles) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 195, in run results = StateMachineWS.run(self, input_lines, input_offset) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\statemachine.py", line 239, in run context, state, transitions) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\statemachine.py", line 460, in check_line return method(match, context, next_state) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 2726, in underline self.section(title, source, style, lineno - 1, messages) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 327, in section self.new_subsection(title, lineno, messages) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 395, in new_subsection node=section_node, match_titles=True) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 282, in nested_parse node=node, match_titles=match_titles) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 195, in run results = StateMachineWS.run(self, input_lines, input_offset) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\statemachine.py", line 239, in run context, state, transitions) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\statemachine.py", line 460, in check_line return method(match, context, next_state) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 2299, in explicit_markup nodelist, blank_finish = self.explicit_construct(match) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 2311, in explicit_construct return method(self, expmatch) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 2054, in directive directive_class, match, type_name, option_presets) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\docutils\parsers\rst\states.py", line 2103, in run_directive result = directive_instance.run() File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\directives.py", line 323, in run mask_factory) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\directive\base.py", line 88, in render return object_renderer.render() File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\index.py", line 63, in render rendered_data = data_renderer.render() File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\compound.py", line 13, in render return compound_renderer.render() File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\compound.py", line 80, in render child_nodes = renderer.render() File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\compound.py", line 123, in render renderer = self.renderer_factory.create_renderer(context) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\__init__.py", line 95, in create_renderer if not self.filter_.allow(context.node_stack): File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\filter.py", line 523, in allow if not filter_.allow(node_stack): File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\filter.py", line 540, in allow if filter_.allow(node_stack): File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\filter.py", line 523, in allow if not filter_.allow(node_stack): File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\filter.py", line 540, in allow if filter_.allow(node_stack): File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\filter.py", line 540, in allow if filter_.allow(node_stack): File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\filter.py", line 540, in allow if filter_.allow(node_stack): File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\filter.py", line 523, in allow if not filter_.allow(node_stack): File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\filter.py", line 422, in allow name = self.accessor(node_stack) File "C:\Users\pmiller\AppData\Local\Enthought\Canopy\User\lib\site-packages\breathe-4.0.0-py2.7.egg\breathe\renderer\rst\doxygen\filter.py", line 341, in __call__ return getattr(self.selector(node_stack), self.attribute_name) AttributeError: descriptionTypeSub instance has no attribute 'name' ```
non_defect
crash when using a name for member group i encountered this error when naming a member group unfortunately i was unable to reproduce the error with your example documentation my hack was to replace line of init py with try if not self filter allow context node stack return nullrenderer except attributeerror as e return nullrenderer but i doubt a simple swallowing of the exception is a good solution below is the traceback loaded extensions breathe unknown version from c users pmiller appdata local enthought canopy user lib site packages breathe egg breathe init pyc sphinx ext autodoc from c users pmiller appdata local enthought canopy user lib site packages sphinx ext autodoc pyc sphinx ext intersphinx from c users pmiller appdata local enthought canopy user lib site packages sphinx ext intersphinx pyc sphinx ext doctest from c users pmiller appdata local enthought canopy user lib site packages sphinx ext doctest pyc sphinx ext mathjax from c users pmiller appdata local enthought canopy user lib site packages sphinx ext mathjax pyc numpydoc unknown version from c users pmiller appdata local enthought canopy user lib site packages numpydoc egg numpydoc init pyc sphinx ext viewcode from c users pmiller appdata local enthought canopy user lib site packages sphinx ext viewcode pyc sphinx ext ifconfig from c users pmiller appdata local enthought canopy user lib site packages sphinx ext ifconfig pyc alabaster from c users pmiller appdata local enthought canopy user lib site packages alabaster init pyc sphinxcontrib doxylink unknown version from c users pmiller appdata local enthought canopy user lib site packages sphinxcontrib doxylink egg sphinxcontrib doxylink init pyc sphinx ext autosummary from c users pmiller appdata local enthought canopy user lib site packages sphinx ext autosummary init pyc sphinx ext todo from c users pmiller appdata local enthought canopy user lib site packages sphinx ext todo pyc traceback most recent call last file c users pmiller appdata local enthought canopy user lib site packages sphinx cmdline py line in main app build opts force all filenames file c users pmiller appdata local enthought canopy user lib site packages sphinx application py line in build self builder build update file c users pmiller appdata local enthought canopy user lib site packages sphinx builders init py line in build update out of date len to build file c users pmiller appdata local enthought canopy user lib site packages sphinx builders init py line in build self doctreedir self app file c users pmiller appdata local enthought canopy user lib site packages sphinx environment py line in update self read serial docnames app file c users pmiller appdata local enthought canopy user lib site packages sphinx environment py line in read serial self read doc docname app file c users pmiller appdata local enthought canopy user lib site packages sphinx environment py line in read doc pub publish file c users pmiller appdata local enthought canopy user lib site packages docutils core py line in publish self settings file c users pmiller appdata local enthought canopy user lib site packages sphinx environment py line in read self parse file c users pmiller appdata local enthought canopy user lib site packages docutils readers init py line in parse self parser parse self input document file c users pmiller appdata local enthought canopy user lib site packages docutils parsers rst init py line in parse self statemachine run inputlines document inliner self inliner file c users pmiller appdata local enthought canopy user lib site packages docutils parsers rst states py line in run input source document file c users pmiller appdata local enthought canopy user lib site packages docutils statemachine py line in run context state transitions file c users pmiller appdata local enthought canopy user lib site packages docutils statemachine py line in check line return method match context next state file c users pmiller appdata local enthought canopy user lib site packages docutils parsers rst states py line in text self section title lstrip source style lineno messages file c users pmiller appdata local enthought canopy user lib site packages docutils parsers rst states py line in section self new subsection title lineno messages file c users pmiller appdata local enthought canopy user lib site packages docutils parsers rst states py line in new subsection node section node match titles true file c users pmiller appdata local enthought canopy user lib site packages docutils parsers rst states py line in nested parse node node match titles match titles file c users pmiller appdata local enthought canopy user lib site packages docutils parsers rst states py line in run results statemachinews run self input lines input offset file c users pmiller appdata local enthought canopy user lib site packages docutils statemachine py line in run context state transitions file c users pmiller appdata local enthought canopy user lib site packages docutils statemachine py line in check line return method match context next state file c users pmiller appdata local enthought canopy user lib site packages docutils parsers rst states py line in underline self section title source style lineno messages file c users pmiller appdata local enthought canopy user lib site packages docutils parsers rst states py line in section self new subsection title lineno messages file c users pmiller appdata local enthought canopy user lib site packages docutils parsers rst states py line in new subsection node section node match titles true file c users pmiller appdata local enthought canopy user lib site packages docutils parsers rst states py line in nested parse node node match titles match titles file c users pmiller appdata local enthought canopy user lib site packages docutils parsers rst states py line in run results statemachinews run self input lines input offset file c users pmiller appdata local enthought canopy user lib site packages docutils statemachine py line in run context state transitions file c users pmiller appdata local enthought canopy user lib site packages docutils statemachine py line in check line return method match context next state file c users pmiller appdata local enthought canopy user lib site packages docutils parsers rst states py line in explicit markup nodelist blank finish self explicit construct match file c users pmiller appdata local enthought canopy user lib site packages docutils parsers rst states py line in explicit construct return method self expmatch file c users pmiller appdata local enthought canopy user lib site packages docutils parsers rst states py line in directive directive class match type name option presets file c users pmiller appdata local enthought canopy user lib site packages docutils parsers rst states py line in run directive result directive instance run file c users pmiller appdata local enthought canopy user lib site packages breathe egg breathe directives py line in run mask factory file c users pmiller appdata local enthought canopy user lib site packages breathe egg breathe directive base py line in render return object renderer render file c users pmiller appdata local enthought canopy user lib site packages breathe egg breathe renderer rst doxygen index py line in render rendered data data renderer render file c users pmiller appdata local enthought canopy user lib site packages breathe egg breathe renderer rst doxygen compound py line in render return compound renderer render file c users pmiller appdata local enthought canopy user lib site packages breathe egg breathe renderer rst doxygen compound py line in render child nodes renderer render file c users pmiller appdata local enthought canopy user lib site packages breathe egg breathe renderer rst doxygen compound py line in render renderer self renderer factory create renderer context file c users pmiller appdata local enthought canopy user lib site packages breathe egg breathe renderer rst doxygen init py line in create renderer if not self filter allow context node stack file c users pmiller appdata local enthought canopy user lib site packages breathe egg breathe renderer rst doxygen filter py line in allow if not filter allow node stack file c users pmiller appdata local enthought canopy user lib site packages breathe egg breathe renderer rst doxygen filter py line in allow if filter allow node stack file c users pmiller appdata local enthought canopy user lib site packages breathe egg breathe renderer rst doxygen filter py line in allow if not filter allow node stack file c users pmiller appdata local enthought canopy user lib site packages breathe egg breathe renderer rst doxygen filter py line in allow if filter allow node stack file c users pmiller appdata local enthought canopy user lib site packages breathe egg breathe renderer rst doxygen filter py line in allow if filter allow node stack file c users pmiller appdata local enthought canopy user lib site packages breathe egg breathe renderer rst doxygen filter py line in allow if filter allow node stack file c users pmiller appdata local enthought canopy user lib site packages breathe egg breathe renderer rst doxygen filter py line in allow if not filter allow node stack file c users pmiller appdata local enthought canopy user lib site packages breathe egg breathe renderer rst doxygen filter py line in allow name self accessor node stack file c users pmiller appdata local enthought canopy user lib site packages breathe egg breathe renderer rst doxygen filter py line in call return getattr self selector node stack self attribute name attributeerror descriptiontypesub instance has no attribute name
0
65,266
19,305,171,182
IssuesEvent
2021-12-13 10:43:32
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Unable to decrypt messages
T-Defect
### Steps to reproduce I have two devices - one android device and one desktop client. When one of these devices was offline while I received some messages on the other device, it very often shows this error in the client instead of the messages: `Unable to decrypt: The sender's device has not sent us the keys for this message.` Clicking this button in the message to try to get the key usually doesn't really work (eg on the desktop app, unless I open the android app on my phone, but sometimes that doesn't help either). What does help nearly always is going to `Settings` -> `Security` -> `Restore Keys from Backup`. ### Outcome #### What did you expect? All messages shown. #### What happened instead? Unable to decrypt messages. ### Operating system openSUSE ### Application version 1.9.6 ### How did you install the app? via RPM from default repo ### Homeserver im.f3l.de ### Will you send logs? No
1.0
Unable to decrypt messages - ### Steps to reproduce I have two devices - one android device and one desktop client. When one of these devices was offline while I received some messages on the other device, it very often shows this error in the client instead of the messages: `Unable to decrypt: The sender's device has not sent us the keys for this message.` Clicking this button in the message to try to get the key usually doesn't really work (eg on the desktop app, unless I open the android app on my phone, but sometimes that doesn't help either). What does help nearly always is going to `Settings` -> `Security` -> `Restore Keys from Backup`. ### Outcome #### What did you expect? All messages shown. #### What happened instead? Unable to decrypt messages. ### Operating system openSUSE ### Application version 1.9.6 ### How did you install the app? via RPM from default repo ### Homeserver im.f3l.de ### Will you send logs? No
defect
unable to decrypt messages steps to reproduce i have two devices one android device and one desktop client when one of these devices was offline while i received some messages on the other device it very often shows this error in the client instead of the messages unable to decrypt the sender s device has not sent us the keys for this message clicking this button in the message to try to get the key usually doesn t really work eg on the desktop app unless i open the android app on my phone but sometimes that doesn t help either what does help nearly always is going to settings security restore keys from backup outcome what did you expect all messages shown what happened instead unable to decrypt messages operating system opensuse application version how did you install the app via rpm from default repo homeserver im de will you send logs no
1
550,019
16,103,608,643
IssuesEvent
2021-04-27 12:34:41
NeuraLegion/nexploit-cli
https://api.github.com/repos/NeuraLegion/nexploit-cli
opened
Implement HTTP response body trimming for specific types
Priority: high Type: enhancement
The solution is to introduce the whitelist of mime-types, e.g. ```js const MIMES_WHITELIST = ["text/html", "text/plain", "text/css", "text/javascript", "text/markdown", "application/json", "application/xml"] ``` If the whitelist doesn't contain mime-type, we should trim the response body to ```js const MAX_RESPONSE_BODY_SIZE = 100 ```
1.0
Implement HTTP response body trimming for specific types - The solution is to introduce the whitelist of mime-types, e.g. ```js const MIMES_WHITELIST = ["text/html", "text/plain", "text/css", "text/javascript", "text/markdown", "application/json", "application/xml"] ``` If the whitelist doesn't contain mime-type, we should trim the response body to ```js const MAX_RESPONSE_BODY_SIZE = 100 ```
non_defect
implement http response body trimming for specific types the solution is to introduce the whitelist of mime types e g js const mimes whitelist if the whitelist doesn t contain mime type we should trim the response body to js const max response body size
0
65,588
19,585,707,030
IssuesEvent
2022-01-05 06:26:45
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
Can't sign out from account in Element-android with error: This is not a valid Matrix server address
T-Defect
### Steps to reproduce I can't sign out from account in Element-android with error: This is not a valid Matrix server address. I've also submitted ragshake with logs. Maybe there is a real problem with server, but why I can't simply logout from problematic server? ### Outcome #### What did you expect? #### What happened instead? ### Your phone model _No response_ ### Operating system version Android 10 ### Application version and app store _No response_ ### Homeserver Private HS ### Will you send logs? Yes
1.0
Can't sign out from account in Element-android with error: This is not a valid Matrix server address - ### Steps to reproduce I can't sign out from account in Element-android with error: This is not a valid Matrix server address. I've also submitted ragshake with logs. Maybe there is a real problem with server, but why I can't simply logout from problematic server? ### Outcome #### What did you expect? #### What happened instead? ### Your phone model _No response_ ### Operating system version Android 10 ### Application version and app store _No response_ ### Homeserver Private HS ### Will you send logs? Yes
defect
can t sign out from account in element android with error this is not a valid matrix server address steps to reproduce i can t sign out from account in element android with error this is not a valid matrix server address i ve also submitted ragshake with logs maybe there is a real problem with server but why i can t simply logout from problematic server outcome what did you expect what happened instead your phone model no response operating system version android application version and app store no response homeserver private hs will you send logs yes
1
20,249
10,479,701,229
IssuesEvent
2019-09-24 05:19:07
scriptex/async-array-prototype
https://api.github.com/repos/scriptex/async-array-prototype
closed
CVE-2015-9251 (Medium) detected in jquery-1.7.1.min.js
security vulnerability
## CVE-2015-9251 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.7.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js</a></p> <p>Path to dependency file: /tmp/ws-scm/async-array-prototype/node_modules/vm-browserify/example/run/index.html</p> <p>Path to vulnerable library: /async-array-prototype/node_modules/vm-browserify/example/run/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.7.1.min.js** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/scriptex/async-array-prototype/commit/9277a3e551bc96c284e821697393f43d2cf7eed9">9277a3e551bc96c284e821697393f43d2cf7eed9</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed. <p>Publish Date: 2018-01-18 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9251>CVE-2015-9251</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2015-9251">https://nvd.nist.gov/vuln/detail/CVE-2015-9251</a></p> <p>Release Date: 2018-01-18</p> <p>Fix Resolution: jQuery - v3.0.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2015-9251 (Medium) detected in jquery-1.7.1.min.js - ## CVE-2015-9251 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.7.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js</a></p> <p>Path to dependency file: /tmp/ws-scm/async-array-prototype/node_modules/vm-browserify/example/run/index.html</p> <p>Path to vulnerable library: /async-array-prototype/node_modules/vm-browserify/example/run/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.7.1.min.js** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/scriptex/async-array-prototype/commit/9277a3e551bc96c284e821697393f43d2cf7eed9">9277a3e551bc96c284e821697393f43d2cf7eed9</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed. <p>Publish Date: 2018-01-18 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9251>CVE-2015-9251</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2015-9251">https://nvd.nist.gov/vuln/detail/CVE-2015-9251</a></p> <p>Release Date: 2018-01-18</p> <p>Fix Resolution: jQuery - v3.0.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file tmp ws scm async array prototype node modules vm browserify example run index html path to vulnerable library async array prototype node modules vm browserify example run index html dependency hierarchy x jquery min js vulnerable library found in head commit a href vulnerability details jquery before is vulnerable to cross site scripting xss attacks when a cross domain ajax request is performed without the datatype option causing text javascript responses to be executed publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution jquery step up your open source security game with whitesource
0
365,677
25,547,346,810
IssuesEvent
2022-11-29 20:02:44
defenseunicorns/UnicornUI
https://api.github.com/repos/defenseunicorns/UnicornUI
closed
Typography Colors.
documentation enhancement
# Typograph Colors - [x] Can pass in a color prop that uses the theme text colors (on-primary, primary-on dark, etc...) from https://material.io/develop/web/theming/color to allow in line changes that can be configured with the theme variables from material.
1.0
Typography Colors. - # Typograph Colors - [x] Can pass in a color prop that uses the theme text colors (on-primary, primary-on dark, etc...) from https://material.io/develop/web/theming/color to allow in line changes that can be configured with the theme variables from material.
non_defect
typography colors typograph colors can pass in a color prop that uses the theme text colors on primary primary on dark etc from to allow in line changes that can be configured with the theme variables from material
0
73,253
24,525,271,735
IssuesEvent
2022-10-11 12:42:14
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
`parse_and_validate_server_name(":80")` raises `IndexError` instead of `ValueError`
good first issue S-Tolerable T-Defect
Currently `parse_server_name("")` raises a ValueError by accident, while `parse_server_name(":80")` returns `("", 80)`. The latter causes `parse_and_validate_server_name` to raise an IndexError when it tries to inspect the first character of the hostname. As part of the fix, we should make `parse_server_name` behave consistently. Either `parse_server_name("")` should return `("", None)`, or `parse_server_name(":80")` should raise a ValueError. I'm mildly in favor of the former, since in all other cases `parse_server_name` behaves like a hostname-port splitter without regard for the validity of the hostname. https://sentry.matrix.org/sentry/synapse-matrixorg/issues/231342/ https://sentry.matrix.org/sentry/synapse-matrixorg/issues/242910/ https://sentry.matrix.org/sentry/synapse-matrixorg/issues/197400/
1.0
`parse_and_validate_server_name(":80")` raises `IndexError` instead of `ValueError` - Currently `parse_server_name("")` raises a ValueError by accident, while `parse_server_name(":80")` returns `("", 80)`. The latter causes `parse_and_validate_server_name` to raise an IndexError when it tries to inspect the first character of the hostname. As part of the fix, we should make `parse_server_name` behave consistently. Either `parse_server_name("")` should return `("", None)`, or `parse_server_name(":80")` should raise a ValueError. I'm mildly in favor of the former, since in all other cases `parse_server_name` behaves like a hostname-port splitter without regard for the validity of the hostname. https://sentry.matrix.org/sentry/synapse-matrixorg/issues/231342/ https://sentry.matrix.org/sentry/synapse-matrixorg/issues/242910/ https://sentry.matrix.org/sentry/synapse-matrixorg/issues/197400/
defect
parse and validate server name raises indexerror instead of valueerror currently parse server name raises a valueerror by accident while parse server name returns the latter causes parse and validate server name to raise an indexerror when it tries to inspect the first character of the hostname as part of the fix we should make parse server name behave consistently either parse server name should return none or parse server name should raise a valueerror i m mildly in favor of the former since in all other cases parse server name behaves like a hostname port splitter without regard for the validity of the hostname
1