-
Notifications
You must be signed in to change notification settings - Fork 0
/
application.conf
73 lines (64 loc) · 2.41 KB
/
application.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
akka {
extensions = ["com.romix.akka.serialization.kryo.KryoSerializationExtension$"]
actor {
provider = "akka.remote.RemoteActorRefProvider"
# serialize-messages = on
default-dispatcher {
#executor = "thread-pool-executor"
throughput = 500
mailbox-capacity = 1000
mailbox-push-timeout-time = -1
}
kryo {
type = "nograph"
idstrategy = "incremental"
serializer-pool-size = 32
buffer-size = 100000000
classes = [
"ru.ifmo.genome.dna.Long1DNASeq",
"ru.ifmo.genome.ds.Messages$size",
"ru.ifmo.genome.ds.Messages$contains",
"ru.ifmo.genome.ds.Messages$update1",
"ru.ifmo.genome.ds.Messages$putNew",
"ru.ifmo.genome.ds.Messages$getAll",
"ru.ifmo.genome.data.graph.NodeGraphPosition",
"ru.ifmo.genome.data.graph.EdgeGraphPosition",
"ru.ifmo.genome.data.FreqFilter$$anonfun$add$1$1$$anonfun$apply$1",
"scala.collection.immutable.$colon$colon",
"scala.collection.immutable.Nil$",
]
}
serializers {
kryo = "com.romix.akka.serialization.kryo.KryoSerializer"
}
serialization-bindings {
"java.io.Serializable" = kryo
"scala.Function0" = kryo
}
typed {
timeout = 1000000000
}
}
remote {
transport = "akka.remote.netty.NettyRemoteTransport"
netty {
hostname = "127.0.0.1"
port = 2553
backoff-timeout = 1000s
#max-channel-memory-size = 10MiB
max-total-memory-size = 256MiB
}
}
}
genome {
storageNodes = [
"akka://[email protected]:2552",
#"akka://[email protected]:2552",
#"akka://[email protected]:2552",
#"akka://[email protected]:2552"
]
chunkSize = 64
takeFirst = 8326576
cutoff = 200
}
#Exception in thread "main" java.lang.AssertionError: assertion failed: Edge(99439,97633,135135,CGCGGTAAAGACGTGCAATACCTTGCCCATGACTGCCGACCTACCGTACCCCGGAAGGAACCATCACTGCTTTTATGCATATGGTGGAGTACCGGCGTAATCAGAAGCAACTACGCGAAACGCCGGCGTTGCCCAGCAATCTGACTTCCAATACCG) Node(97633,TGCGGCGAGCACTCCTCGC,Set(92401),Map(C -> 99440)) Node(135135,AATCTGACTTCCAATACCG,Set(99439, 465942),Map(C -> 137430))