This is an automated email from the ASF dual-hosted git repository.

gkoszyk pushed a change to branch io_uring_final
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 3f9f67687 fix trialing newline/whitespace
     add 1491a3683 add asf license header

No new revisions were added by this update.

Summary of changes:
 core/server/src/bootstrap.rs                          | 17 +++++++++++++++++
 core/server/src/http/http_shard_wrapper.rs            | 17 +++++++++++++++++
 core/server/src/io/mod.rs                             | 17 +++++++++++++++++
 core/server/src/io/storage.rs                         | 17 +++++++++++++++++
 core/server/src/log/runtime.rs                        | 17 +++++++++++++++++
 core/server/src/shard/communication.rs                | 17 +++++++++++++++++
 core/server/src/shard/handlers.rs                     | 17 +++++++++++++++++
 core/server/src/shard/system/utils.rs                 | 17 +++++++++++++++++
 core/server/src/shard/task_registry/builders.rs       | 17 +++++++++++++++++
 .../src/shard/task_registry/builders/continuous.rs    | 17 +++++++++++++++++
 .../src/shard/task_registry/builders/oneshot.rs       | 17 +++++++++++++++++
 .../src/shard/task_registry/builders/periodic.rs      | 17 +++++++++++++++++
 core/server/src/shard/task_registry/mod.rs            | 17 +++++++++++++++++
 core/server/src/shard/task_registry/registry.rs       | 17 +++++++++++++++++
 core/server/src/shard/tasks/oneshot/config_writer.rs  | 17 +++++++++++++++++
 core/server/src/shard/tasks/oneshot/mod.rs            | 17 +++++++++++++++++
 core/server/src/shard/transmission/event.rs           | 17 +++++++++++++++++
 core/server/src/slab/consumer_groups.rs               | 17 +++++++++++++++++
 core/server/src/slab/helpers.rs                       | 17 +++++++++++++++++
 core/server/src/slab/mod.rs                           | 17 +++++++++++++++++
 core/server/src/slab/partitions.rs                    | 17 +++++++++++++++++
 core/server/src/slab/streams.rs                       | 17 +++++++++++++++++
 core/server/src/slab/topics.rs                        | 17 +++++++++++++++++
 core/server/src/slab/traits_ext.rs                    | 17 +++++++++++++++++
 core/server/src/slab/users.rs                         | 17 +++++++++++++++++
 .../src/streaming/partitions/consumer_offset.rs       | 17 +++++++++++++++++
 core/server/src/streaming/partitions/helpers.rs       | 17 +++++++++++++++++
 core/server/src/streaming/partitions/journal.rs       | 17 +++++++++++++++++
 core/server/src/streaming/partitions/log.rs           | 17 +++++++++++++++++
 core/server/src/streaming/partitions/partition.rs     | 17 +++++++++++++++++
 core/server/src/streaming/partitions/storage.rs       | 17 +++++++++++++++++
 core/server/src/streaming/segments/memory_journal.rs  | 17 +++++++++++++++++
 core/server/src/streaming/segments/segment.rs         | 17 +++++++++++++++++
 core/server/src/streaming/segments/storage.rs         | 17 +++++++++++++++++
 core/server/src/streaming/stats/mod.rs                | 17 +++++++++++++++++
 core/server/src/streaming/streams/helpers.rs          | 17 +++++++++++++++++
 core/server/src/streaming/streams/storage.rs          | 17 +++++++++++++++++
 core/server/src/streaming/streams/stream.rs           | 17 +++++++++++++++++
 core/server/src/streaming/topics/consumer_group.rs    | 17 +++++++++++++++++
 core/server/src/streaming/topics/helpers.rs           | 17 +++++++++++++++++
 core/server/src/streaming/topics/storage.rs           | 17 +++++++++++++++++
 core/server/src/streaming/topics/topic.rs             | 17 +++++++++++++++++
 core/server/src/streaming/traits.rs                   | 17 +++++++++++++++++
 core/server/src/streaming/utils/ptr.rs                | 17 +++++++++++++++++
 core/server/src/websocket/mod.rs                      | 17 +++++++++++++++++
 .../src/test/java/org/apache/iggy/TestConstants.java  | 19 +++++++++++++++++++
 46 files changed, 784 insertions(+)

Reply via email to