File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ public async Task Run(CancellationToken token)
277277 _tagRangesByNs = _adjustableIntervals . ToDictionary ( _ => _ . Namespace ,
278278 _ => allTagRangesByNs [ _ . Namespace ] . InRange ( _ . Min , _ . Max ) ) ;
279279
280- var allChunksByNs = await _chunkService . Get ( _adjustableIntervals . Select ( _ => _ . Namespace ) , token ) ;
280+ var allChunksByNs = await _chunkService . Get ( _adjustableIntervals . Select ( _ => _ . Namespace ) , token ) ;
281281 _chunksByCollection = _adjustableIntervals . ToDictionary ( _ => _ . Namespace ,
282282 _ => ( IReadOnlyList < ChunkInfo > ) allChunksByNs [ _ . Namespace ] . FromInterval ( _ . Min , _ . Max ) ) ;
283283
Original file line number Diff line number Diff line change 88 <AssemblyName >ShardEqualizer</AssemblyName >
99 <IsPackable >true</IsPackable >
1010 <PackAsTool >true</PackAsTool >
11- <ToolCommandName >SmartcatShardEqualizer </ToolCommandName >
11+ <ToolCommandName >ShardEqualizer </ToolCommandName >
1212 <Authors >Anatoliy Koperin < a.koperin@gmail.com> </Authors >
1313 <Description >Tool for aligning the size of stored data on shards in a MongoDB cluster</Description >
14- <RepositoryUrl >http://gitlab.sc.local/commontools/forks/shardequalizer</RepositoryUrl >
15- <PackageId >Smartcat.Fork.ShardEqualizer</PackageId >
16- <PackageLicenseUrl >http://gitlab.sc.local/commontools/forks/shardequalizer/blob/develop/LICENSE.txt</PackageLicenseUrl >
17- <PackageProjectUrl >http://gitlab.sc.local/commontools/forks/shardequalizer</PackageProjectUrl >
14+ <RepositoryUrl >https://github.com/ExM/ShardEqualizer</RepositoryUrl >
15+ <PackageLicenseUrl >https://github.com/ExM/ShardEqualizer/blob/develop/LICENSE.txt</PackageLicenseUrl >
16+ <PackageProjectUrl >https://github.com/ExM/ShardEqualizer</PackageProjectUrl >
1817 <PackageTags >mongodb sharding</PackageTags >
1918 <AssemblyVersion >1.0.0</AssemblyVersion >
20- <PackageVersion >1.0.0-beta-8-TECH-5558 </PackageVersion >
21- <InformationalVersion >1.0.0-beta-8-TECH-5558 </InformationalVersion >
19+ <PackageVersion >1.0.0-beta.8 </PackageVersion >
20+ <InformationalVersion >1.0.0-beta.8 </InformationalVersion >
2221 </PropertyGroup >
2322 <ItemGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2423 <None Update =" NLog.config" >
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments