912 Commits

Author SHA1 Message Date
2060ae8151 Server: periodic op push less often 2024-10-13 09:49:04 +02:00
c3433e1436 Server: less horrible jobject interface 2024-10-12 22:34:15 +02:00
6d1e51c745 Server: split peer initial sync info into a jobject 2024-10-12 21:30:02 +02:00
feb4b085d6 Server: try bundle compression when getting a new one
faster!
2024-10-12 17:10:25 +02:00
f533b514dc Server: a little more robust op sending 2024-10-12 15:59:02 +02:00
9c510b21c2 Server: log serialization using protobuf
ugly but a bit faster
2024-10-12 14:49:47 +02:00
fa61e2b402 Server: allow adding mutators to copied objects
for now, at least
2024-10-12 14:20:33 +02:00
fc2e214ea4 Server: simplify tx bundle creation
no evidence that threads help there
2024-10-12 14:17:32 +02:00
8dc16e672a Server: tx thread count depends on cpu 2024-10-12 14:04:14 +02:00
d43a76da3e Server: info bootstrap ops 2024-10-12 13:59:15 +02:00
dc3b4c68bd Server: fix invalidation queue startup/shutdown 2024-10-12 13:55:15 +02:00
fbbc639fdc Server: opsender info logs 2024-10-12 12:24:40 +02:00
8850a8d2d2 Server: don't write empty transactions 2024-10-12 12:06:04 +02:00
80c4fc8588 Server: some tx commit cleanup 2024-10-12 11:52:27 +02:00
f370e6fb68 Server: fix chunk merging 2024-10-12 11:06:41 +02:00
09ff017837 Server: mutator file writes 2024-10-12 10:41:32 +02:00
c769a8d084 Server: additional mutator check 2024-10-12 09:39:59 +02:00
3aa9214a6c Server: another fixie 2024-10-12 00:30:38 +02:00
39e799679c Server: don't add empty queues to persistent data
as revert breaks then, as it doesn't remove empty ones
2024-10-12 00:14:27 +02:00
66a52fa290 Server: mutator interface fixes 2024-10-12 00:10:14 +02:00
529b35258b CI: re-enable tests 2024-10-12 00:00:22 +02:00
f8bbf325e5 Server: mutator interface? 2024-10-11 23:55:04 +02:00
57565ad132 Server: dump op compare fix^2 2024-10-09 23:17:09 +02:00
55e958648a CI: temporarily disable tests
docker seems to be stuck for some reason
2024-10-09 23:00:47 +02:00
aeaca7c051 Server: dump op compare fix 2024-10-09 22:53:18 +02:00
1e77b9b94d Server: less painful JObject naming in JObjectManager 2024-10-09 21:53:44 +02:00
bb82bf866c Tree: don't rw lock storage on every updateExternalTimestamp 2024-10-06 21:08:52 +02:00
622f1e99e3 Server: Fix removeAddHostTest 2024-10-06 18:30:57 +02:00
709e5ef3df Server: Object locked->frozen rename 2024-10-06 18:19:21 +02:00
691bb1c4b7 Server: Get rid of the old writeback
figure out the new's performance later
though it's not that bad now even
2024-10-06 18:16:31 +02:00
cc73117d6f Server: add connected logs to fileConflictTest 2024-10-03 11:03:42 +02:00
731fd46978 Server: Use AutoProtoMap for the rest of oneofs 2024-09-27 21:32:13 +02:00
39c5d1b61e AutoProtoMap: Interfaces support 2024-09-27 21:31:42 +02:00
510b11defd Server: fix possible deadlock when resolving conflict 2024-09-22 22:26:45 +02:00
6fb783f21a Server: op sender batching 2024-09-22 22:04:30 +02:00
5433690ac8 Server: op sender deadlocks workaround
and move tree lock outside of generic implementation
2024-09-22 12:44:55 +02:00
32743c5393 Server: catch throwable in OpSender 2024-09-21 23:16:12 +02:00
9a0c714805 Server: less crazy writeback sync fence 2024-09-21 20:51:00 +02:00
80f87d66ca Server: less broken change tracking 2024-09-21 16:30:48 +02:00
265b0a86ed Server: slight cleanup 2024-09-21 11:57:53 +02:00
79c21432b1 Server: quick delete fixie 2024-09-21 11:14:53 +02:00
c65ce5373c Server: improve moveOverTest
check for deletion
2024-09-20 20:09:07 +02:00
2083292928 Update quarkus to 3.14.4 2024-09-19 20:48:36 +02:00
1d95beac0d Server: use AutoProtoMap for JObjectData mapping 2024-09-18 22:57:06 +02:00
e361a8d27e AutoProtoMap: external serializers 2024-09-18 22:51:12 +02:00
5ed9a918d8 Server: code cleanup 2024-09-01 14:53:17 +03:00
eea508d3f6 AutoProtoMap: simple nested serialization 2024-09-01 14:53:06 +03:00
67d76f5b0c AutoProtoMap: separate generator to its own class
to avoid passing indexes everywhere
2024-09-01 09:29:35 +02:00
633cc8aebe Server: Use autoprotomap for some simpler stuff 2024-08-30 13:37:31 +02:00
df31bdddc2 refactor serialization 2024-08-30 12:08:55 +02:00