broadcast strom from appfabirc
hi
i've got probelm appfabirc,could u kindly give me suggestion or solution?
i set up 4 machines small cluster,i installed caching service on them.
the caching service account 'network service',the caching service configuration provider 'sql server'.
this domain environment,and set-cacheclustersecurity -securitymode transport -protectionlevel sign
after starting cache cluster ,and serviral application connected in ,the memory useage 99%.
and whole network full of packs,i can hardly connect other computers in lan,evenif ilo .
when use wiresharp catch packs in computer, there packs application appfabirc machines or between appfabric machines.
it looks network strom.
ind if stop cache cluster,it comes well.
did u see appearance this?
thanks help
this config below
<?xml version="1.0" encoding="utf-8"?>
< configuration>
<configsections>
<section name="datacache" type="microsoft.applicationserver.caching.datacachesection, microsoft.applicationserver.caching.core, version=1.0.0.0, culture=neutral, publickeytoken=31bf3856ad364e35" />
</configsections>
<datacache size="small">
<caches partitioncount="32">
<cache consistency="strongconsistency" name="contacts" minsecondaries="0">
<policy>
<eviction type="lru" />
<expiration defaultttl="10" isexpirable="true" />
</policy>
</cache>
<cache consistency="strongconsistency" name="default" minsecondaries="0">
<policy>
<eviction type="lru" />
<expiration defaultttl="10" isexpirable="true" />
</policy>
</cache>
<cache consistency="strongconsistency" name="groups" minsecondaries="0">
<policy>
<eviction type="lru" />
<expiration defaultttl="10" isexpirable="true" />
</policy>
</cache>
<cache consistency="strongconsistency" name="messagingknowledges"
minsecondaries="0">
<policy>
<eviction type="lru" />
<expiration defaultttl="10" isexpirable="true" />
</policy>
</cache>
<cache consistency="strongconsistency" name="profiles" minsecondaries="0">
<policy>
<eviction type="lru" />
<expiration defaultttl="10" isexpirable="true" />
</policy>
</cache>
</caches>
<hosts>
<host replicationport="22236" arbitrationport="22235" clusterport="22234"
hostid="316233286" size="2047" leadhost="true" account="chn\shaapl3vsg01$"
cachehostname="appfabriccachingservice" name="shaapl3vsg01.chn.gbl"
cacheport="22233" />
<host replicationport="22236" arbitrationport="22235" clusterport="22234"
hostid="1905639899" size="2047" leadhost="true" account="chn\shaapl3vsg02$"
cachehostname="appfabriccachingservice" name="shaapl3vsg02.chn.gbl"
cacheport="22233" />
<host replicationport="22236" arbitrationport="22235" clusterport="22234"
hostid="1281143516" size="2047" leadhost="true" account="chn\shaapl3vsg03$"
cachehostname="appfabriccachingservice" name="shaapl3vsg03.chn.gbl"
cacheport="22233" />
<host replicationport="22236" arbitrationport="22235" clusterport="22234"
hostid="1363309659" size="2047" leadhost="true" account="chn\shaapl3vsg04$"
cachehostname="appfabriccachingservice" name="shaapl3vsg04.chn.gbl"
cacheport="22233" />
</hosts>
<advancedproperties>
<partitionstoreconnectionsettings leadhostmanagement="false" />
<storeproperties rootdirsize="12" subdirsize="2" />
<memorypressuremonitor throttlelowpercent="4" throttlehighpercent="11" />
<securityproperties protectionlevel="sign">
<authorization>
<allow users="chn\shaapl3vsg01$" />
<allow users="chn\shaapl3vsg02$" />
<allow users="chn\shaapl3vsg03$" />
<allow users="chn\shaapl3vsg04$" />
<allow users="chn\shaapl3vfe01$" />
<allow users="chn\shaapl3vfe02$" />
<allow users="networkservice" />
<allow users="chn\shaapl3vfe03$" />
<allow users="chn\shaapl3vfe04$" />
</authorization>
</securityproperties>
</advancedproperties>
<deploymentsettings>
<deploymentmode value="routingclient" />
</deploymentsettings>
</datacache>
< /configuration>
hi msn china, not have solution recommend have @ these forums:
http://social.msdn.microsoft.com/forums/en-ca/velocity/threads
http://social.msdn.microsoft.com/forums/en-ca/dublin/threads
and wiki article:
Windows Server > Windows Server General Forum
Comments
Post a Comment