Celebrate the fact that the new sharding system works with integration tests
by removing the scary debug line. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2950 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
9e107513d0
commit
eb165ca844
|
|
@ -55,8 +55,6 @@ public class BlockDrivenSAMDataSource extends SAMDataSource {
|
|||
public BlockDrivenSAMDataSource(Reads reads) {
|
||||
super(reads);
|
||||
|
||||
logger.warn("Experimental sharding is enabled. Many use cases are not supported. Please use with care.");
|
||||
|
||||
resourcePool = new SAMResourcePool(Integer.MAX_VALUE);
|
||||
SAMReaders readers = resourcePool.getAvailableReaders();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue