Skip to content

Commit a023a7f

Browse files
committed
chore: cleanups in pom configurations
1 parent 6d49811 commit a023a7f

File tree

7 files changed

+0
-61
lines changed

7 files changed

+0
-61
lines changed

core/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,6 @@
8585
<argLine>-ea
8686
-Xmx${heapSize}
8787
-Dstorage.diskCache.bufferSize=4096
88-
-Dindex.flushAfterCreate=false
89-
-Dstorage.makeFullCheckpointAfterCreate=false
90-
-Dstorage.makeFullCheckpointAfterOpen=false
91-
-Dstorage.makeFullCheckpointAfterClusterCreate=false
92-
-Dstorage.wal.syncOnPageFlush=false
93-
-Dstorage.configuration.syncOnUpdate=false
94-
-Ddb.makeFullCheckpointOnIndexChange=false
95-
-Ddb.makeFullCheckpointOnSchemaChange=false
9688
-Dsecurity.userPasswordSaltIterations=10
9789
-Dmemory.directMemory.trackMode=true
9890
-Djava.util.logging.manager=com.orientechnologies.common.log.ShutdownLogManager
@@ -149,7 +141,6 @@
149141
<plugin>
150142
<groupId>org.apache.maven.plugins</groupId>
151143
<artifactId>maven-surefire-plugin</artifactId>
152-
<version>${surefire.version}</version>
153144
<configuration>
154145
<systemPropertyVariables>
155146
<buildDirectory>${project.build.directory}</buildDirectory>

distributed/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
-Dstorage.diskCache.bufferSize=4096
6060
-Dmemory.directMemory.trackMode=true
6161
-Dserver.backwardCompatibility=false
62-
-Dstorage.configuration.syncOnUpdate=false
6362
-Dhazelcast.wait.seconds.before.join=3
6463
-Djava.util.logging.manager=com.orientechnologies.common.log.ShutdownLogManager
6564
-Dstorage.diskCache.checksumMode=storeAndThrow

etl/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -151,15 +151,7 @@
151151
</activation>
152152
<properties>
153153
<argLine>-ea -Xmx${heapSize} -Dstorage.diskCache.bufferSize=4096
154-
-Dindex.flushAfterCreate=false
155-
-Dstorage.makeFullCheckpointAfterCreate=false
156-
-Dstorage.makeFullCheckpointAfterOpen=false
157-
-Dstorage.makeFullCheckpointAfterClusterCreate=false
158154
-Dmemory.directMemory.trackMode=true
159-
-Dstorage.wal.syncOnPageFlush=false
160-
-Dstorage.configuration.syncOnUpdate=false
161-
-Ddb.makeFullCheckpointOnIndexChange=false
162-
-Ddb.makeFullCheckpointOnSchemaChange=false
163155
-Dsecurity.userPasswordSaltIterations=10
164156
-Djava.util.logging.manager=com.orientechnologies.common.log.ShutdownLogManager
165157
-Dstorage.diskCache.checksumMode=storeAndThrow

graphdb/pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@
148148
<plugin>
149149
<groupId>org.apache.maven.plugins</groupId>
150150
<artifactId>maven-surefire-plugin</artifactId>
151-
<version>${surefire.version}</version>
152151
<configuration>
153152
<systemPropertyVariables>
154153
<buildDirectory>${project.build.directory}</buildDirectory>
@@ -185,15 +184,7 @@
185184
-ea
186185
-Xmx${heapSize}
187186
-Dstorage.diskCache.bufferSize=4096
188-
-Dindex.flushAfterCreate=false
189187
-Dmemory.directMemory.trackMode=true
190-
-Dstorage.makeFullCheckpointAfterCreate=false
191-
-Dstorage.makeFullCheckpointAfterOpen=false
192-
-Dstorage.makeFullCheckpointAfterClusterCreate=false
193-
-Dstorage.wal.syncOnPageFlush=false
194-
-Dstorage.configuration.syncOnUpdate=false
195-
-Ddb.makeFullCheckpointOnIndexChange=false
196-
-Ddb.makeFullCheckpointOnSchemaChange=false
197188
-Djava.util.logging.manager=com.orientechnologies.common.log.ShutdownLogManager
198189
-Dstorage.diskCache.checksumMode=storeAndThrow
199190
-Dsecurity.warningDefaultUsers=false
@@ -211,15 +202,7 @@
211202
-ea
212203
-Xmx${heapSize}
213204
-Dstorage.diskCache.bufferSize=4096
214-
-Dindex.flushAfterCreate=false
215205
-Dmemory.directMemory.trackMode=true
216-
-Dstorage.makeFullCheckpointAfterCreate=false
217-
-Dstorage.makeFullCheckpointAfterOpen=false
218-
-Dstorage.makeFullCheckpointAfterClusterCreate=false
219-
-Dstorage.wal.syncOnPageFlush=false
220-
-Dstorage.configuration.syncOnUpdate=false
221-
-Ddb.makeFullCheckpointOnIndexChange=false
222-
-Ddb.makeFullCheckpointOnSchemaChange=false
223206
-Djava.util.logging.manager=com.orientechnologies.common.log.ShutdownLogManager
224207
-Dstorage.diskCache.checksumMode=storeAndThrow
225208
-Dsecurity.warningDefaultUsers=false

lucene/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,6 @@
244244
<argLine>-ea
245245
-Xmx${heapSize}
246246
-Dstorage.diskCache.bufferSize=4096
247-
-Dindex.flushAfterCreate=false
248-
-Dstorage.makeFullCheckpointAfterCreate=false
249-
-Dstorage.makeFullCheckpointAfterClusterCreate=false -Dstorage.wal.syncOnPageFlush=false
250-
-Dstorage.configuration.syncOnUpdate=false
251247
-Dmemory.directMemory.trackMode=true
252248
-Djava.util.logging.manager=com.orientechnologies.common.log.ShutdownLogManager
253249
-Dstorage.diskCache.checksumMode=storeAndThrow

object/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@
4040
-Xmx${heapSize}
4141
-Dstorage.diskCache.bufferSize=4096
4242
-Dmemory.directMemory.trackMode=true
43-
-Dstorage.makeFullCheckpointAfterCreate=false
44-
-Dstorage.makeFullCheckpointAfterOpen=false
45-
-Dstorage.makeFullCheckpointAfterClusterCreate=false
46-
-Dstorage.wal.syncOnPageFlush=false
47-
-Dstorage.configuration.syncOnUpdate=false
48-
-Ddb.makeFullCheckpointOnIndexChange=false
49-
-Ddb.makeFullCheckpointOnSchemaChange=false
5043
-Djava.util.logging.manager=com.orientechnologies.common.log.ShutdownLogManager
5144
-Dstorage.diskCache.checksumMode=storeAndThrow
5245
-Dsecurity.warningDefaultUsers=false
@@ -148,7 +141,6 @@
148141
<plugin>
149142
<groupId>org.apache.maven.plugins</groupId>
150143
<artifactId>maven-surefire-plugin</artifactId>
151-
<version>${surefire.version}</version>
152144
<configuration>
153145
<systemPropertyVariables>
154146
<buildDirectory>${project.build.directory}</buildDirectory>

tests/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,6 @@
152152
<configuration>
153153
<systemPropertyVariables>
154154
<storage.lockTimeout>60000</storage.lockTimeout>
155-
<storage.makeFullCheckpointAfterCreate>false</storage.makeFullCheckpointAfterCreate>
156-
<storage.makeFullCheckpointAfterClusterCreate>false
157-
</storage.makeFullCheckpointAfterClusterCreate>
158-
<storage.wal.syncOnPageFlush>false</storage.wal.syncOnPageFlush>
159-
<storage.configuration.syncOnUpdate>false</storage.configuration.syncOnUpdate>
160-
<index.flushAfterCreate>false</index.flushAfterCreate>
161155
<security.userPasswordSaltIterations>10</security.userPasswordSaltIterations>
162156
<buildDirectory>${project.build.directory}</buildDirectory>
163157
<testPath>${project.basedir}</testPath>
@@ -166,7 +160,6 @@
166160
<orient.server.port>${orient.server.port}</orient.server.port>
167161
<storage.diskCache.bufferSize>4096</storage.diskCache.bufferSize>
168162
<memory.directMemory.trackMode>true</memory.directMemory.trackMode>
169-
<memory.directMemory.preallocate>false</memory.directMemory.preallocate>
170163
</systemPropertyVariables>
171164
<properties>
172165
<property>
@@ -222,19 +215,12 @@
222215
<configuration>
223216
<systemPropertyVariables>
224217
<storage.lockTimeout>60000</storage.lockTimeout>
225-
<storage.makeFullCheckpointAfterCreate>false</storage.makeFullCheckpointAfterCreate>
226-
<storage.makeFullCheckpointAfterClusterCreate>false
227-
</storage.makeFullCheckpointAfterClusterCreate>
228-
<storage.wal.syncOnPageFlush>false</storage.wal.syncOnPageFlush>
229-
<storage.configuration.syncOnUpdate>false</storage.configuration.syncOnUpdate>
230-
<index.flushAfterCreate>false</index.flushAfterCreate>
231218
<security.userPasswordSaltIterations>10</security.userPasswordSaltIterations>
232219
<buildDirectory>${project.build.directory}</buildDirectory>
233220
<testPath>${project.basedir}</testPath>
234221
<orientdb.test.keepDatabase>true</orientdb.test.keepDatabase>
235222
<storage.diskCache.bufferSize>4096</storage.diskCache.bufferSize>
236223
<memory.directMemory.trackMode>true</memory.directMemory.trackMode>
237-
<memory.directMemory.preallocate>false</memory.directMemory.preallocate>
238224
</systemPropertyVariables>
239225
<properties>
240226
<property>

0 commit comments

Comments
 (0)