repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
nostra13androiduniversalimageloader
concurrentmodificationexception on 1 8 4
Bug
04 29 11 02 04 554 e androidruntime 18506 fatal exception pool 2 thread 3 04 29 11 02 04 554 e androidruntime 18506 java util concurrentmodificationexception 04 29 11 02 04 554 e androidruntime 18506 at java util linkedhashmap linkedhashiterator nextentry linkedhashmap java 350 04 29 11 02 04 55...
nostra13androiduniversalimageloader
memory leak on configuration change
Bug
after 25 rotation sample get out of memory any workaround on sample start screenshot 2013 04 26 07 49 43 after 10 rotation screenshot 2013 04 26 07 50 24
nostra13androiduniversalimageloader
error negativearraysizeexception
Bug
hello I have a problem when load an image I m load an image from java servlet error 04 23 11 09 05 445 e imageloader 3925 java lang negativearraysizeexception 04 23 11 09 05 445 e imageloader 3925 at java lang abstractstringbuilder abstractstringbuilder java 80 04 23 11 09 05 445 ...
nostra13androiduniversalimageloader
roundedbitmapdisplayer fail with displayimageoption resetviewbeforeloade
Bug
hi I m try to round an image in a view pager the image be select from a image list view like in the example project but when I try I obtain this message error fatal exception main java lang illegalargumentexception width and height must be 0 at android graphic bitmap nativecreate native method ...
nostra13androiduniversalimageloader
bug with the postprocessor give recycled bitmap
Bug
I have a listview that display some custom view with image and these image can be repeat in the listview what happen be the I want to apply some effect in this image before display they since the bitmapdisplayer run in the ui thread and the effect I m apply can be slow I m put these effect in a bitmapprocessor th...
nostra13androiduniversalimageloader
nullpointerexception in limiteddisccache
Bug
I m get the follow nullpointerexception when I call build on my imageloaderconfiguration builder this be on an old droid x run 2 3 4 java lang nullpointerexception at com nostra13 universalimageloader cache disc limiteddisccache 1 run limiteddisccache java 75 at java lang thread run thread java 1019 ...
nostra13androiduniversalimageloader
number of bitmap in memory
Question
hello I want to change number of bitmap now its 2 bitmap for default start load cache and display they thank tom
nostra13androiduniversalimageloader
weirdly slow at first glance
Question
thank you first for the great work but when walk through the sample especially in the image pager example activity while swiping leave or right it take about 3 8 second to load the image at first time that s reasonable but while swipe back to some already load image they still consume the same amount of ...
nostra13androiduniversalimageloader
major performance issue if x imageview request the same image the same image be download simultaneously x time instead of once
Question
it s common for some application with numerous imageview in the same view hierarchy to reference the same image request to download the same image multiple time should not result in download the same image multiple time once the image be load further request be take from cache but until the image be fully in th...
nostra13androiduniversalimageloader
how to close uil s error log
Question
how to close uil s error log eg java io filenotfoundexception
nostra13androiduniversalimageloader
nullpointerexception in limiteddisccache
Bug
we have some rare 1 per 3000 user error in log with uil 1 8 3 almost all user have android 4 x java lang nullpointerexception at com nostra13 universalimageloader cache disc limiteddisccache 1 run limiteddisccache java 76 at java lang thread run thread java 856
nostra13androiduniversalimageloader
nullpointerexception in lrumemorycache
Bug
hi we have some rare 1 per 2000 user error in log with uil 1 8 3 all user have android 2 x java lang nullpointerexception key null value null at com nostra13 universalimageloader cache memory impl lrumemorycache put lrumemorycache java 61 at com nostra13 universalimageloader cache...
nostra13androiduniversalimageloader
how uil load image if they be duplicate in listview
Question
I be use imageloader to display image in a listview do same image in different cell fetch again and again from url or do it fetch once and then fetch from cachememory
nostra13androiduniversalimageloader
concurrentmodificationexception basememorycache fuzzykeymemorycache
Bug
hi it only occur once and I can t reproduce it do the same I do when it crash so I m worried it could happen again the stack trace be in the follow two image sorry it s not in text format error errorr precede by fatal exception asynctask 3 I m use the 1 8 3 version and my configuratio...
nostra13androiduniversalimageloader
universal image loader viewpager
Question
hello can I use this library with a fragmentstatepager if so what be the option that I have to include I want to load image from the resource file thank you
nostra13androiduniversalimageloader
load image one by one instead of by an array
Question
hi how could I load the image one by one instead than use an array I need to do this because I ask for every image to our server and then I get the url from amazon server so it make really slow the process
nostra13androiduniversalimageloader
how import this project to eclipse
Question
I import this project to eclipse but can not build this project it have some error
nostra13androiduniversalimageloader
issue with pauseonscrolllistener imageloader be not resume
Bug
detail when gridview have just 2 item and do not have scroll sometimes image loader be not resume until I touch item android 4 2 2 lg nexus 4
nostra13androiduniversalimageloader
display image only on release drag scroll gridview
Question
the image only appear after the scroll state become idle be there a build in way to adjust for this
nostra13androiduniversalimageloader
wrong image be be display on a listview
Bug
first of all thank for this great library its really great however I be face a strange issue when I quickly go down in a listview and quickly scroll top again the 1st item be display sometimes sometimes fail image that I set on option be display java public class sampleadapter extend arrayadapter...
nostra13androiduniversalimageloader
delay load on first load of image
Question
just throw out a feature suggestion before I poke my head into this library to try and do this myself or if you know of a way already that would be great but if you could delay the image from load first time around then once its in the memory cache don t delay it from load again the way I m current do it be query t...
nostra13androiduniversalimageloader
java lang nosuchmethoderror android widget abslistview setadapter
Bug
I be import this project while load listview and gridview application crash it show error no such method error
nostra13androiduniversalimageloader
make imageloader load a previusly save bitmap
Question
be there any way to use imageloader pass it an already create bitmap file something like bitmap getbitmap locandina my method to lead a bitmap imageloader displayimage mybitmap holder image option
nostra13androiduniversalimageloader
possible bug in getimagesizescaleto
Bug
in file class imageloader line we have int height param height layoutparam wrap content 0 imageview getheight get actual image height shouldn t it be int height param height layoutparam wrap content 0 imageview getheight get actual image height
nostra13androiduniversalimageloader
image doesn t load with default inputstream
Bug
this be an awesome library thank for all the work you ve do I ve run into a problem where some image fail to load the decoder decode return false problem if I switch out the inputstream logic to use java public bitmap decode imagesize targetsize imagescaletype scaletype viewscaletype view...
nostra13androiduniversalimageloader
de encoding for file uri image load problem
Bug
for an image file storage sdcard0 groupurchase cache http 3a 2f 2fd2 lashouimg com 2fzt mobile 220 2f201211 2f29 2f135417696321262100 jpg imageloader try to load an decoded file path which be incorrect 02 25 13 20 51 085 e imageloader 27155 java io filenotfoundexception storage sdcard0 groupurchase...
nostra13androiduniversalimageloader
handle not enough disc space for disc cache
Bug
maybe introduce failreason not enough disc space
nostra13androiduniversalimageloader
concurrent modification synchronization issue
Bug
the memorycacheutil findcachekeysforimageuri method iterate over a synchronize list without obtain the lock to synchronize on the synchronize list per synchronizedlist java util list you have to synchronize on the list when you iterate the item this also seem to apply to getkey which be use in these method ...
nostra13androiduniversalimageloader
clonefrom do not clone pre postprocessor
Bug
I ve notice that clonefrom displayimageoption option be miss preprocessor and postprocessor copy that mean loadimage not work with image pre post processing
nostra13androiduniversalimageloader
npe after unmount sd card
Bug
hi thank for such usefull library I be use loader1 8 0 I find one problem in load an image if I enable cacheondisc and cacheinmemory then set cache folder on sdcard and unmount sdcard the image dosen t show it will be great if cacheondisc fail but cacheinmemory be enable cache image to memory and show...
nostra13androiduniversalimageloader
image aren t load after clear cache in app info
Bug
when do a cache clear from the system menu and then open the app I think it be open in the background the app crash close the app from recent app solve the problem but it s not ideal this be the error I get 02 08 16 15 46 490 e imageloader 11201 java io filenotfoundexception storage sdcard0 andr...
nostra13androiduniversalimageloader
add factory for imageloader
Bug
say I want to have book cover and author avatar for cover one instance of imageloader and for avatar the other these loader must have different configuration base on disk size memore cache size directory etc ps workaround with protect imageloader constructor be not work because you often use imagelo...
nostra13androiduniversalimageloader
can t create nomedia file log
Bug
hello I m implement a gallery feature for local only image how can I totally disable disk cache and don t even create cache directory I m see can t create nomedia file in application external cache directory message everytime
nostra13androiduniversalimageloader
bug check on null
Bug
please fix add condition for null object for example runtime crash return disc cache public disccacheaware getdisccache return configuration disccache when imageloader without init disccacheaware cache imageloader getinstance getdisccache
nostra13androiduniversalimageloader
remove image from caches
Question
hey I d like to first say this be a lifesaver for an app I be work on I be plague with outofmemory issue until I use your library I would like to request a feature for remove a single image from the cache the reason for this be in my application I use a listview to display some image now the user can change the...
nostra13androiduniversalimageloader
remove cache
Question
how remove cache file from sd card I see class memorycacheutil but it be for memorycache be there util for diskcache and use likely memorycacheutil removefromcache image 4 imageloader getinstance getmemorycache delete by key url
nostra13androiduniversalimageloader
filesystem access from main thread
Bug
in imageloader displayimage string imagevie displayimageoption imageloadinglistener java boolean isimagecachedondisc configuration disccache get uri exist I think exist be a blocking method it should not be call from the main thread
nostra13androiduniversalimageloader
do android universal image loader support asset folder
Question
hi nostra13 I be go to use this lib in my project but after some search I couldn t figure out how to use this lib to load image from asset folder even when I use file android asset it didn t work java mimageloader displayimage file android asset path i...
nostra13androiduniversalimageloader
animate stub image
Question
hi first of all I want to say that this project be very awesome now my question be it possible to have an animate loader image like a gif as a stub image like in screenshot in the third picture greet frank roth
nostra13androiduniversalimageloader
possible concurrency issue
Bug
browse the code I find you use collection synchronizedx to create collection I assume you want to support multitaske in the library at the same time you use local variable that be not atomic and the method be not synchronize for example class limitedmemorycache method public void remove k key ...
nostra13androiduniversalimageloader
strictmode sometimes detect leak on fileoutputstream
Bug
hi first of all big fan of the library work really well and be easy to integrate but sometimes when an image be read from diskcache strictmode throw a warning 12 04 14 17 55 677 error strictmode 25142 a resource be acquire at attached stack trace but never release see java io closeable for inf...
nostra13androiduniversalimageloader
cachekeysforimageview consume a lot of memory
Bug
explain please what be the reason of use imageview as key here private map cachekeysforimageview collection synchronizedmap new weakhashmap it cause memory leak I suppose private map cachekeysforimageview collection synchronizedmap new hashmap and use imageview hashcode as key for this m...
nostra13androiduniversalimageloader
limitedagedisccache very slow to construct when there be a large number of image in cache
Bug
I notice my app be take up to 20 second to load after scroll through all the entry in my database each one have a thumbnail it download there be about 8000 of they it turn out this be due to limitedagedisccache s constructor iterate through every image in the cache directory and get the lastmodifiedat time I ...
nostra13androiduniversalimageloader
problem with landscape image
Bug
if you have a landscape image with width long than height but the device be in portrait mode the library do some wrong operation in imageloader line 424 430 the getimagesizescaleto function exchange width with eight if the image be landscape and the devise be portrait and vice versa in this way if...
nostra13androiduniversalimageloader
callback be still fire after imageloader stop
Bug
I have these class photoactivity extend fragmentactivity imagefragment extend fragment I initialize the imageloader in the imagefragment use imageloader imageloader getinstance and in this fragment I also display a few image use imageloader displayimage when my photoactivity ...
nostra13androiduniversalimageloader
wrong bitmap in imageview in listview
Bug
catch for list with same image at first 10 imageview cache in memory enable cache on disc enable
nostra13androiduniversalimageloader
scaletype seem to be ignore
Bug
hi if I change item list image xml in the example into the image be not round seem scaletype break something
nostra13androiduniversalimageloader
image doesn t show when use roundedbitmapdisplayer
Bug
thank for share auil it s one of the fine android component available issue I ve integrate auil into an app it s work fine to date I now add late jar 1 5 6 when I add roundedbitmapdisplay to option the image doesn t show this be the code in oncreate option new displayimageoption builde...
nostra13androiduniversalimageloader
skimagedecoder factory return null error
Bug
hi I have implement your library and it s work pretty well but sometimes I ve some error when a picture be download skimagedecoder factory return null skimagedecoder factory return null and the picture be not display on the imageview be it a configuration issue or be there something else ...
nostra13androiduniversalimageloader
npe on getimagesizescaleto imageloader java 295
Bug
hi I m use this in listview to return imageview as a view for list gallery adapter in code I find out that the imageview be currently miss layoutparam but what these param be if I need to fill whole screen eg width height be inherit from parent view in java public class myadapter extend basead...
nostra13androiduniversalimageloader
image be download and decode twice
Bug
hi I just notice a nasty bug in imagedecod class in the decode method you have java public bitmap decode imagesize targetsize imagescaletype scaletype scaletype viewscaletype throw ioexception option decodeoption getbitmapoptionsforimagedecoding targetsize scaletype viewscalety...
nostra13androiduniversalimageloader
image change their place when in a gridview
Bug
hi your work be great but I have a problem when use it in a gridview when I scroll the image start change position here be the code for my imageadapter public class imageadapter extend baseadapter context mcontext public imageadapter context c mcontext c public int getcount ...
nostra13androiduniversalimageloader
load a single image result in two http request
Bug
hi we be see a surprising issue for every image load request the library actually send two http request look at the source at imagedecoder java in method decode it first call getbitmapoptionsforimagedecode which in turn call computeimagescale which make the first call from imagedownloader getstre...
nostra13androiduniversalimageloader
cache expire and big problem image be not compress
Bug
if I try get 106dip image but server be not 106dip I set config java public static imageloaderconfiguration get106dipconfig imageloaderconfiguration config new imageloaderconfiguration builder kshareapplication getinstance memorycacheextraoption int 106 uiutil getinsta...
nostra13androiduniversalimageloader
crash in displayimage in listview
Bug
I have everything wire up pretty much like the sample but when I call imageloader displayimage I get an immediate crash in listview layoutchildren I do not have the android source attach so I don t know specifically what it doesn t like I be debug on a phone android 2 3 4 without external storage so...
nostra13androiduniversalimageloader
outofmemoryerror when I download image from internet
Bug
I have listview in which I display image this be a snippet from adapter getview method imageview imageview imageview v findviewbyid r i d ivsmallimage file cachedir storageutil getowncachedirectory mcontext alrawda cache imageloader imageloader imageloader getinstan...
nostra13androiduniversalimageloader
when I reinstall the apk the disc cache directory will be change
Bug
in storageutil java public static file getowncachedirectory context context string cachedir file appcachedir null if environment getexternalstoragestate equal android os environment medium mount appcachedir new file environment getexternalstoragedirectory cached...
nostra13androiduniversalimageloader
class fuzzykeymemorycache occur concurrentmodificationexception
Bug
hi thank you for your effort with this wonderful image loader but sometimes image loading fail for an unknown reason I find that the for loop in fuzzykeymemorycache put k v method occur concurrentmodificationexception in that case I guess that this error kill the run thread instantly without cal...
openzipkinzipkin
lens migrate off netflix vizceral
Help Wanted
we use to generate the dependency graph since the project be archive we should migrate to something not this could be via another similar graph library or use the same underlying fundamental in a simplified way that only suit our ui cc openzipkin ui samtv12345
openzipkinzipkin
zipkin with scylladb
Enhancement
hi I ve try to run zipkin with scylladb with cassandra3 storage type as scylladb be a drop in replacement for cassandra most of the api call should work as be nevertheless zipkin fail to run properly I use this docker compose yml version 3 network zipkin driver bridge service...
openzipkinzipkin
error message show text field be not optimise for operation that require opensearch
Bug
text field be not optimise for operation that require per document field datum like aggregation and sort so these operation be disable by default please use a keyword field instead alternatively set fielddata true on traceid in order to load field datum by uninverte the invert index note that this can u...
openzipkinzipkin
support for mutual tls when use rabbitmq
Enhancement
feature there be limited ssl tls support currently when connect via rabbitmq see support amqps however there be two limitation to the current approach 1 it hard code to use a trustmanager that will accept any incoming server certificate and so isn t really appropriate for production environment ...
openzipkinzipkin
constant major gc old gen heap keep increase linearly
Bug
describe the bug zipkin spend a lot of time in major gc this be trigger due to the old gen reach the max limit endlessly we have try g1gc and serialgc garbage collector currently this do not impact our usage of zipkin still we remain careful about the metric of all the app in our kubernete cluste...
openzipkinzipkin
color optimization for color blindness
Enhancement
a friend of mine be daltonist and he be an extensive zipkin user he often struggle with distinguish certain color especially when it come to visualization or color code element in the zipkin ui it make it quite challenging for he to effectively analyze and make sense of the present datum feature my pro...
openzipkinzipkin
enhance mysql datasource configuration
Enhancement
feature hikari pool for myslq storage use a partial configuration rationale when the environment have some network instability it be neat to be able to configure the pool accordingly eviction config typically note what I m not sure should the datasource be configure use spring boot data...
openzipkinzipkin
tag object be disable in es
Bug
json zipkin span 2023 03 22 mapping source exclude q dynamic template string match ...
openzipkinzipkin
enhancement request non invasive way to collect poll scrap zipkin brave trace
Enhancement
hello zipkin team this be my first post in this repo if not anything else just want to say thank for this project zipkin have be tremendous for our springboot web application and we go from 0 trace to production level zipkin through the year thank to this project feature mon invasive way to...
openzipkinzipkin
ui search stop work
Bug
describe the bug I m run zipkin in a kubernete deployment and store tracer in elastic search all fine but sometimes some miss behavior happen like today do some basic research to test query performance seem to make the application stop work I literally do nothing only research but it stop work ...
openzipkinzipkin
specify color for application instead of it be generate from the name
Enhancement
feature specify color for application instead of it be generate from the name trace page rationale to case be an issue 1 two of our server generate basically the same color 2 we be start to tag local log with local service 1 which make it a different color its easy to follow if the s...
openzipkinzipkin
zipkin can not report the span to kafka when project utilize swagge 3 0 0
Bug
springboot 2 6 3 2021 0 1 2021 0 1 0 springfox boot starter 3 0 0 phenomenon when I put the springfox dependency into project which the kafka server can not recept the span message after I try remove springfox dependency the kafka server which work I wish when swagger integrate springboot...
openzipkinzipkin
start time java jar zipkin server 2 23 18 exec jar
Bug
java jar zipkin server 2 23 18 exec jar oo oooo oooooo oooooooo oooooooooo oooooooooooo ooooooo ooooooo oooooo ooooooo oooooo ooooooo oooooo o o oooooo oooooo oo oo oo...
openzipkinzipkin
openzipkin docker image need upgrade java opensdk
Bug
look at the docker layer image layer scanner be detect vulnerablitie on docker image because of java 15 I d have to remove it or look for an alternative tracing solution plugin output the follow java jre installation be unsupported path var lib docker overlay2 e535...
openzipkinzipkin
allow zipkin to write to an elasticsearch alia without date make ilm possible
Enhancement
feature elasticsearch can manage the index itself now via ilm so it would make sense to let zipkin write to an alia instead and let elastisearch handle rotation and retention rationale more flexibility in manage your datum in elk and the possibility to utilize elastisearch ilm feature example ...
openzipkinzipkin
some plugin still have log4j vulnerability when build
Bug
when build winht maven log4 1 2 12 jar be be download by license maven plugin maven dependency plugin and store in maven m2 cache simple fix to upgrade plugin 4 2 rc3 3 3 0 for those computer like mine who be be scan for the log4j vulnerability by just the existance of the jar on my computer caus...
openzipkinzipkin
update alpine base image for cve 2022 37434
Bug
describe the bug cve 2022 37434 affect the alpine base image use by the openzipkin zipkin image on docker hub see alpine 3 13 12 3 14 8 and 3 15 6 release step to reproduce scan openzipkin zipkin with trivy or snyk expect behaviour base alpine image...
openzipkinzipkin
docker healthcheck prolem when attach multiple network
Bug
when attach zipkin container to multiple network the hostname I have multiple record like this x x x x y y y y then cause error when exec the default docker healthcheck command container exit json state dead false error exitcode 143 ...
openzipkinzipkin
apache dubbo3
Enhancement
please support apache dubbo 3
openzipkinzipkin
zipkin server 2 12 3 springboot project add custom information to the span s json datum structure
Enhancement
the version use when customize the springboot project on the zipkin server be 2 12 3 springboot 2 1 17 release I want to add custom information to the json result of the span the kafka es method collect and store span datum thank you
openzipkinzipkin
customize trace response
Bug
zipkin trace api return the ip and port in payload we would like to suppress this info as it be recognize as security vulnerability image be there a way to suppress this info we be ok with not have remoteendpoint or localendpoint node as well
openzipkinzipkin
how to construct a zipkin server with springboot 2 3 12
Enhancement
how to build a zipkin server with springboot 2 3 12 I try to create a zipkin server dependency by reference I do not know the correspond zipkin server version of springboot2 3 12 when I try to get it from maven center it seem that there be no support for this version of zipkin dependency I have the follow...
openzipkinzipkin
support for in flight span
Enhancement
hi we would like to use opentelemetry zipkin to monitor our 60 000 monthly java batch job some of these job may take up to 72 hour to complete with some span take over an hour we could gain a great insight if we can see the span within the job as they execute rather than after completion and link to the...
openzipkinzipkin
the late version do not support mysql 8 0 as storage
Enhancement
I fount the late docker image only can work with low version mysql eg 5 7 but download the history version of 2 21 5 it can work with mysql 8 0 fine mean while I check the docker hub image version with github s release version be consistent too be there any problem occur when merge the pull request
openzipkinzipkin
can not find servce on zipkin server
Bug
I couldn t find service on zipkin here be my springboot project config file and pom denpendency spring application name springboot wy zipkin base url sleuth sampler probability 1 0 org springframework cloud spring cloud starter zipkin 2 0 0 release ...
openzipkinzipkin
java the zipkin2 proto3 package do not exist
Bug
describe the bug build zipkin version v 2 23 16 2022 2 24 late with idea environment copy step 1 load project 2 compile info java the zipkin2 proto3 package do not exist expect behaviour add zipkin2 proto3
openzipkinzipkin
can zipkin support aw opensearch
Enhancement
feature can zipkin support aw opensearch rationale elasticsearch have change license and it be not open source project anymore aws opensearch be open source project and it be almost the same as elasticsearch7 10 but it fail to use opensearch directly with zipkin because zipkin check the version and ...
openzipkinzipkin
not all the span render in the ui
Bug
describe the bug hi I m not sure if this be a bug or a mis configuration I have the follow json come from some spring cloud service and the rendering seem to be miss some span the service name main integration unit be always not visible even though it s present in the json can you help I on understand w...
openzipkinzipkin
provide option in openzipkin cassandra storagetype to turn on off hostname verification
Enhancement
please first look at exist issue to see if the feature have be request before if you don t find anything tell we what problem you re try to solve often a solution already exist don t send pull request to implement new feature without first get our support sometimes we leave feature out on purpose to keep...
openzipkinzipkin
tls issue with docker healthcheck
Bug
when run zipkin with tls enable as a docker compose service use the following env var java opt darmeria ssl key store keystore p12 darmeria ssl key store password password darmeria ssl enable true darmeria port 0 port 9411 darmeria port 0 protocol 0 https the server start up and the ui work w...
openzipkinzipkin
click twice the query button of run query then get a blank page
Bug
I install zipkin by the way docker run d p 9411 9411 openzipkin zipkin then I visit when I click twice the query button of run query then get a blank page I try many time but the result be same
openzipkinzipkin
zipkin with es7 can not invoke string hashcode because be null
Bug
zipkin2 with es7 can not invoke string hashcode because be null hi we have this issue since we upgrade our zipkin backend storage from es6 to es7 can not invoke string hashcode because be null ss2 ss java 2021 12 06 14 46 10 488 warn 1 orker ep...
openzipkinzipkin
win10 fail to start zikpin
Enhancement
after download zipkin server 2 23 5 exec jar on win10 start it directly on win10 use java jar zipkin server 2 23 5 exec jar after startup it can not be access in the browser the browser appear a white screen how can you solve it
openzipkinzipkin
hi do zipkin support link tarcke to rabbitmq if I m use netcore
Enhancement
hi do zipkin support link tarcke to rabbitmq if I m use netcore
openzipkinzipkin
com linecorp armeria common contenttoolargeexception
Bug
elasticsearch 7 10 0 zipkin 2 23 1 set for limit when we have number 5 it be ok when it be 10 there be problem fail to search internal server error for example query log message in zipkin which be the reason for the error what be the solution for this error 2021 09 28 10...
openzipkinzipkin
unexpected error handling request
Bug
describe the bug 2021 09 06 19 48 18 394 warn 816431 ing task 1 455 z s i bodyisexceptionmessage unexpected error handling request java lang runtimeexception at zipkin2 elasticsearch internal client httpcall lambda parseresponse 4 httpcall java 265 zipkin storage elas...
openzipkinzipkin
Bug
image import zipkin2 proto3 listofspans import zipkin2 proto3 reportresponse
openzipkinzipkin
zipkin tag object disabled in es
Bug
describe the bug zipkin version 2 23 2 es version aw es 7 9 I have setup zipkin to write span to our aw manage es instance I be unable to search tag object in es because they be not searchable they have be mark as unknown datatype and be not enable in the template how can I resolve this ...
openzipkinzipkin
please support es apikey authentication
Enhancement
please support es apikey authentication some of host es enterprise service usually do not support basic authentication header authorization apikey xxxxx
openzipkinzipkin
span can t be search filter with tagquery and spanname when use cassandra as storage
Bug
describe the bug as title step to reproduce 1 invoke api of app to generate some trace datum to report 2 search with tagquery such as tagquery http method get span relate will appear in result 3 search with spanname such as spanname get zipkin api v2 trace span relate will appe...
openzipkinzipkin
zipkin server not work with kafka and elasticsearch over capacity
Bug
describe the bug we have zipkin server 2 23 2 reading form kafka with zipkin collector kafka and the storage be elasticsearch with high number of span we find that zipkin server not work old region of jvm be 100 cpu be very high too then server not work ui query not work too my run server script be ...
openzipkinzipkin
miss cross frame scripting protection
Bug
while use the zipkin server dependency with version 2 23 2 one security issue be identify miss cross frame scripting protection cross frame script xfs vulnerability can allow an attacker to load the vulnerable application inside an html iframe tag on a malicious page could you please suggest how to fix ...