Skip to content

Conversation

@victimsnino
Copy link
Contributor

@victimsnino victimsnino commented Nov 10, 2025

Fix of invalid usage for read_from and max_lag fields inside TopicReadSettings.

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Currently python throws error like this:

File "...../ydb/_grpc/grpcwrapper/ydb_topic.py", line 490, in to_proto
    res.read_from = read_from
    ^^^^^^^^^^^^^
AttributeError: Assignment not allowed to field "read_from" in protocol message object.

in case of trying to set read_from field for TopicReaderSelector. Foe example:

driver.topic_client.reader(
    topic=ydb.TopicReaderSelector(
        path=self.config.responses_mode.topic_name,
        partitions=[v.partition_id for v in topic_info.partitions],
        read_from=datetime.datetime.now(datetime.timezone.utc),  # <<<<<<<<
    ),
    consumer=None,
    event_handler=YdbTopicDataClient._CustomEventHandler(),
)

due to assigning value to member variable

Issue Number: N/A

What is the new behavior?

Construct whole object as is instead of setting each member separately. Alternative fix is to use res.read_from.CopyFrom(read_from) if preferred

Other information

Most probably same issue happens for max_lag member but didn't tested

Context: https://protobuf.dev/reference/python/python-generated/#embedded_message

You cannot do the following:

foo = Foo()
foo.bar = Bar()  # WRONG!

@github-actions
Copy link

🌋 Here are results of SLO test for sync-table:

Operation Success Rate

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Success Rate, %" 89 --> 111
    line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,99.989,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "	Time, m" 0 --> 10
    y-axis "Success Rate, %" 89 --> 111
    line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Loading

Operations Per Second

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 823 --> 1095
    line [914.686,950.853,978.897,978.793,980.966,979.552,981.241,982.828,980.655,982.276,982.621,984.759,982.207,983.69,982.138,980.552,981.655,981.862,980.379,981.862,980.793,982.069,982.241,983.483,981.966,963.276,961.966,966.724,965.379,964.034,958.621,963.276,960.724,963.793,963.586,961.862,964.793,962.931,964.552,965.483,963.241,968.483,968.172,969.103,968.276,964.897,963.517,967.207,964.586,967.276,966.793,963.552,966.966,966.138,984.724,984.897,982.207,984.828,983.207,987.276,981.552,982.828,979.655,983.483,983.172,980.034,984.897,982.345,982.034,980.241,979.207,979.172,977.724,982.069,983.069,983.793,982.345,984,981.414,980.345,982.552,982.276,980.103,982.172,983.793,968.793,951.828,952.897,949.172,953.931,953.724,954.207,953.448,954.034,953.793,951.276,950.552,946.517,950.966,949.966,945.241,946.655,944.207,946.621,946.552,945.483,947.31,947.931,945,946.276,944.31,948.034,948.759,944.207,963.276,978.793,982.276,982.862,979.172,976.966,977.034,975.069,975.138,976.069,976,977.862,981.207,980.793,977.897,983.69,982.207,981.207,980.897,981.379,982.034,980.69,977.724,982.034,981.414,980.241,978.966,976.241,979.103,975.862,975.655,964.586,948.276,950.931,953.276,953.276,952.897,951.793,953.448,954.069,954.517,952.724,953.069,955.31,953.966,955.897,957.724,957.724,957.759,957.655,957.655,957.793,958.034,957.586,958.345,959.828,961.379,960.862,961.138,962.862,972.552,990.793,990.897,992,991.379,992.586,989.345,987.828,987.828,987.862,989.276,986.655,987.586,988.069,987.448,987.207,986.897,988.655,987.034,986.517,989.483,987.034,987.103,985.138,987,987.517,985.655,985.207,984.586,984.379,983.379,983.103,981.828,982.862,985.828,989.931,989.483,985.345,986.31,985.448,987.724,989.897,987.862,989.31,988.069,988.345,986.069,986.966,987.655,988.483,989.517,989.931,990.31,989.31,989.172,990.517,990.586,991.069,990.862,993.724,993.897,992.793,993.862,987.966,987.931,987.759,990.897,988.31,992.103,991.828,989.517,991.379,990.103,991.379,990.759,990.897,989.448,989.69,988.241,989.31,988.793,991.034,990.621,989.552,989.172,988.655,988.655,988.379,985.828,987.724,989.966,988.276,991.172,987.69,987,988.414,990.138,987.034,986.724,986.655,986.966,987,986.966,986.586,987.069,989.034,987.379,988.517,986.517,985.931,985.483,986.034,987.966,988.931,991.517,991.655,992.414,992.724,987.828,989,989.172,989.655,992.483,993.172,991.759,990.931,991.379,993.966,994.034,993.517,992.069,991.103,990.828,990.828,991.483,992.862,991.793,992.103,994.724,994.724,994.241,993.138,992.517,992.552,992.552,990.276,990.414,993.552,992.483,993.103,993.655,994.31,993.241,994.414,993.103,989.586,987.931,987.966,988.207,989.586,987.552,990.759,989.69,989.276,989.586,989.724,990.69,988.862,988.828,986.897,989.207,988.759,988.724,987,988.931,987.517,987.31,986.828,987.276,987.276,987.241,988,987.034,988.517,991.655,990.207,989.931,989.586,988.793,992.586,990.621,991.724,989.31,990.759,990.31,990.034,990.69,990.931,992.931,989.207,986.207,985.897,985.793,986.034,987.276,987.207,986.31,987.69,987.621,985.448,985.724,986.586,987.207,982.414,983.897,983.655,981.586,982.345,981.103,980.483,980.103,982.483,981.31,979.931,980.897,978.828,980.172,980.414,981.621,982.379,982.517,983,983.345,984.345,983.759,985.31,981.759,983.552,985.828,986.034,981.862,982.414,985.138,986.069,986.552,989,989.034,987.724,990.172,988.655,990.483,989.69,990,989.517,991.069,989.276,988.414,989.724,992.414,992.552,992.759,992.034,987.138,987.103,986.207,987.897,988.483,988.414,985.759,991.724,986.552,988.828,986.828,984.586,985,984.966,986.69,984.966,984.828,983,981.793,984.379,986.207,986,984.724,984.448,982.966,983.31,983.448,984.621,984.862,989.034,989.966,990.759,988.897,988.241,987,987.724,987.345,991.034,989.724,988.207,990.448,990,988.931,988.172,990,989.621,991.103,992.345,991.034,990.069,989.172,989.586,988.345,990.655,988.414,988.655,988.621,988.897,988.759,988.586,988.586,988.414,985.862,989,986.448,986,984.828,986.862,988.31,987.172,987.31,988.138,991.207,986.897,990.517,989.069,989.138,989.793,989.31,987.517,988.793,989.724,987.276,989.483,988.828,988.448,988.069,988.345,987.31,986.931,988.862,990.241,987.897,993,989.931,992.483,990.862,990.655,993.517,991.931,992.172,989.069,991.207,989.931,990.034,990,989.552,989.517,992.379,992.241,993.414,989.828,990.103,989.379,989.621,989.517,989.793,991.345,990.172,989.793,989,989.483,989.276,991,989.586,989.241,987.69,987.483,988.931,989.862,987.931,989.034,989.103,987.621,986.931,987.931,989.207,953.357,919.977]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 68 --> 104
    line [80.037,83.319,83.069,83.103,86.483,86.483,86.483,86.483,86.483,86.483,83.138,86.448,86.483,86.448,86.483,86.448,86.448,86.448,86.31,86.345,86.241,89,86.517,86.517,84.103,83.897,84.414,83.172,86.483,86.517,86.586,89.966,89.966,86.552,86.552,86.552,86.552,86.552,86.552,89.897,89.931,89.897,89.897,89.862,89.862,89.862,86.655,86.759,86.759,83.483,84.138,86.621,86.621,89.034,89.241,88.724,89.966,90,89.966,89.966,89.966,86.69,90.138,90.138,90.138,90.138,90.138,90.138,90.138,86.793,86.759,86.793,86.793,86.793,86.793,90,90.034,90,93.414,93.414,90.069,90.034,90.069,90.069,90.069,87.345,87.379,87.448,87.448,87.448,90.724,90.69,90.69,90.69,90.69,90.69,90.345,89.31,90.966,91,90.966,90.862,90.483,90.655,90.276,88.517,87.69,87.621,87.621,90.966,87.586,84.138,84.138,84.138,86.862,86.828,86.759,86.759,86.759,86.759,86.759,83.448,83.483,83.483,83.483,82.966,81.517,83.138,83.138,79.724,76.414,76.793,76.621,77,78.759,79.586,79.655,79.655,79.655,83.069,86.448,86.483,86.483,86.483,86.483,84.138,84.241,84.241,84.241,84.241,87.448,84.172,84.138,84.172,85.034,87.517,87.552,87.414,90.345,93.966,90.931,87.517,87.517,87.517,84.138,83.379,83.483,83.448,83.069,82.655,82.345,82.517,82,81.483,83.862,83.138,83.103,83.103,83.103,83.207,85.931,83.172,83.138,83.138,83.138,80.138,80.448,81.034,80.552,83.724,87.034,86.655,86.69,90.069,90.862,90.172,89.69,88.517,88.345,88.586,85.034,85.552,86.069,86.034,86.655,86.69,83.276,83.276,83.276,83.793,86.586,86.586,86.448,83.207,86.276,86.103,86,86.276,85.172,85.172,84.034,83.207,83.241,83.207,83.793,84.31,85.793,83.138,83.172,86.483,83.103,83.103,83.103,83.207,83.138,86.517,86.586,86.207,86.207,86.034,85.414,83.414,86.621,86.621,86.621,86.621,83.207,84.172,84.276,85.793,83.69,83.793,83.621,83.759,83.517,83.345,86.552,86.586,86.655,88,87.69,87.103,86.69,86.759,86.759,86.724,87.103,86.759,86.552,87.172,89.172,89.276,88.966,88.31,86.69,90.069,90.138,90.138,90.138,93.034,92.897,93,89.448,86.276,86.517,86.586,86.655,86.69,88.724,89.034,89.655,90,89.759,89.828,89.793,89.448,89.69,90,89.172,87.31,87.345,87.586,88.241,89.828,89.897,89.793,89.207,89.172,89.31,89.345,89.172,90.379,93.345,93.345,89.931,89.828,89.793,89.793,89.793,89.759,89.724,89.966,86.552,86.552,86.897,87,87.069,87.897,89.897,89.31,86.448,86.483,86.517,86.483,86.517,87.103,84.966,84.862,83.586,83.414,85.345,85.759,85.448,86.586,86.552,86.517,83.103,83.138,83.138,83.138,83.138,84.793,83.138,83.103,79.724,79.724,79.724,79.724,80.207,82.931,82.759,81.621,81.414,79.724,79.655,78.448,78.414,79.621,77.345,77.345,77.517,77.345,79.552,79.586,79.621,79.621,77.966,77.931,77.759,77.586,78,79.621,79.655,82.414,82.414,82.517,79.621,79.621,79.793,79.931,81.069,81.276,82.966,83.034,83.069,83,79.655,82.345,82.621,82.483,82.966,83.034,79.621,78.552,81.931,83.103,83.103,83.448,83.207,84.241,83.172,83.172,83.759,83.724,82.655,83.138,79.724,80.448,80.31,80.276,80.31,79.724,79.897,83.069,83.276,86.517,86.379,86.207,86.069,85.586,84.724,86.586,87.69,87.759,88.207,88.241,88.069,85.69,85.379,86.552,86.552,86.586,86.621,87.586,90,93.414,92.69,91.241,89.586,89.552,90.138,89.931,87.379,87.103,86.759,86.897,87.069,87.172,87.655,86,87.103,87.103,86.724,86.655,86.69,86.655,86.069,86.655,86.586,86.586,86.586,86.586,86.586,86.586,86.586,84.862,86.276,87.931,87.586,86.621,86.621,89.414,89.552,89.931,89.931,89.931,89.966,89.966,92.483,92.931,91.034,89.897,89.966,89.931,89.966,93.345,93.31,90.241,89.897,89.897,89.897,89.897,89.828,89.897,91.586,88.379,85,85.345,86.586,86.345,86.31,86.345,86.414,86.414,86.414,86.379,83,83.034,83.034,84.897,86.379,86.379,86.379,86.379,86.379,86.414,89.483,89.828,89.828,89.828,89.517,89.724,88.759,86.586,89.966,93.414,93.414,93.138,93.241,90.034,89.931,86.621,86.621,86.621,86.655,90.034,90,90,90,86.655,86.655,86.655,86.655,86.621,83.586,83.31,83.241,83.276,83.31,83.586,83.414,84.276,86.483,86.483,86.448,86.517,86.448,83.448,86.621,86.69,90.034,90.034,90.034,86.459,83.114]
Loading

95th Percentile Latency

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 14 --> 21
    line [17.216,17.205,17.126,17.178,17.195,17.177,17.188,17.186,17.16,17.147,17.075,17.139,17.114,17.102,17.056,17.021,17.117,17.056,16.991,16.996,17.029,17.085,17.027,16.994,16.918,17.014,17.089,17.108,17.19,17.156,17.204,17.302,17.284,17.231,17.24,17.243,17.234,17.216,17.193,17.207,17.219,17.204,17.187,17.167,17.179,17.117,17.152,17.228,17.304,17.237,17.294,17.32,17.302,17.388,17.296,17.221,17.276,17.249,17.267,17.277,17.276,17.256,17.357,17.403,17.387,17.389,17.449,17.477,17.486,17.417,17.428,17.46,17.519,17.502,17.433,17.414,17.419,17.364,17.436,17.426,17.386,17.384,17.357,17.341,17.366,17.303,17.232,17.179,17.149,17.131,17.174,17.097,17.026,17.052,17.041,17.005,17.023,17.062,17.113,17.15,17.164,17.116,17.083,17.094,17.059,16.982,17.016,17.021,16.999,17.066,16.977,16.873,16.903,16.823,16.774,16.789,16.774,16.706,16.731,16.748,16.804,16.749,16.697,16.689,16.677,16.619,16.571,16.582,16.536,16.429,16.345,16.442,16.375,16.446,16.498,16.503,16.586,16.493,16.333,16.471,16.57,16.499,16.546,16.604,16.684,16.726,16.853,16.936,16.955,16.985,17.13,17.161,17.247,17.26,17.25,17.287,17.29,17.269,17.344,17.412,17.324,17.344,17.434,17.475,17.414,17.347,17.467,17.537,17.522,17.573,17.578,17.676,17.754,17.846,17.921,17.923,17.882,17.856,17.88,17.864,17.868,17.801,17.847,17.933,17.928,17.857,17.838,17.82,17.792,17.813,17.862,17.814,17.831,17.871,17.865,17.866,17.93,17.968,17.988,18.048,17.926,17.897,17.856,17.807,17.651,17.601,17.567,17.514,17.45,17.476,17.531,17.556,17.487,17.453,17.568,17.627,17.659,17.697,17.719,17.763,17.767,17.835,17.927,17.968,17.946,17.906,17.88,17.746,17.768,17.842,17.749,17.758,17.749,17.795,17.792,17.856,17.895,17.888,17.859,17.845,17.759,17.791,17.841,17.826,17.838,17.814,17.731,17.841,17.831,17.864,17.711,17.674,17.652,17.681,17.733,17.813,17.938,17.85,17.866,17.921,17.962,17.974,17.979,17.977,17.957,17.972,18.017,18.034,17.996,18.027,17.988,17.975,17.945,17.931,17.959,18.052,18.026,17.985,17.964,18.033,17.984,17.977,17.893,17.784,17.744,17.705,17.768,17.809,17.792,17.724,17.738,17.77,17.813,17.83,17.811,17.813,17.855,17.88,17.881,17.864,17.828,17.865,17.882,17.914,17.908,17.872,17.907,17.868,17.816,17.795,17.786,17.819,17.879,17.831,17.759,17.749,17.726,17.778,17.799,17.801,17.8,17.774,17.68,17.669,17.662,17.635,17.692,17.726,17.779,17.844,17.803,17.793,17.748,17.721,17.667,17.677,17.678,17.733,17.757,17.749,17.811,17.803,17.789,17.814,17.814,17.818,17.732,17.682,17.652,17.603,17.576,17.608,17.616,17.601,17.486,17.453,17.364,17.408,17.348,17.364,17.396,17.461,17.553,17.635,17.667,17.614,17.626,17.641,17.583,17.566,17.661,17.761,17.8,17.769,17.991,18.004,17.965,17.998,18.01,18.057,18.095,18.049,18.054,18.141,18.149,18.194,18.188,18.28,18.357,18.351,18.355,18.357,18.371,18.362,18.397,18.455,18.394,18.463,18.456,18.411,18.366,18.385,18.316,18.089,18.144,18.176,18.116,18.135,18.127,18.176,18.188,18.189,18.218,18.213,18.191,18.12,17.948,17.884,17.873,17.806,17.726,17.708,17.7,17.763,17.695,17.75,17.753,17.789,17.808,17.797,17.788,17.841,17.849,17.887,17.924,17.981,17.982,17.902,17.88,17.911,17.895,17.902,17.944,18.017,18.119,18.264,18.292,18.291,18.306,18.354,18.357,18.344,18.283,18.281,18.33,18.365,18.363,18.37,18.379,18.343,18.385,18.409,18.388,18.384,18.366,18.377,18.363,18.334,18.303,18.289,18.25,18.197,18.134,18.073,18.032,17.968,17.95,17.936,17.844,17.782,17.763,17.831,17.858,17.836,17.824,17.791,17.748,17.792,17.79,17.765,17.665,17.658,17.644,17.639,17.677,17.849,17.884,17.788,17.831,17.748,17.752,17.716,17.72,17.646,17.674,17.638,17.588,17.724,17.748,17.764,17.734,17.658,17.66,17.63,17.623,17.669,17.523,17.596,17.6,17.677,17.682,17.651,17.661,17.547,17.469,17.396,17.518,17.476,17.525,17.503,17.62,17.669,17.744,17.749,17.785,17.86,17.817,17.89,17.89,17.866,17.881,17.783,17.798,17.862,17.827,17.906,17.939,18.023,18.056,17.981,17.935,17.871,17.909,17.852,17.813,17.837,17.889,17.984,18.036,17.985,17.984,17.973,17.965,17.941,17.91,17.949,17.932,17.9,17.939,17.923,17.978,17.909,17.823,17.829,17.819]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 16 --> 33
    line [19.864,19.853,19.852,19.9,19.895,19.927,19.944,19.944,19.996,19.97,19.95,19.945,19.936,19.945,19.997,19.997,20.621,19.997,19.963,19.972,20,19.991,19.978,19.978,20.012,22.64,23.882,23.699,23.416,23.975,24.677,24.877,24.368,24.51,24.149,24.687,24.687,23.964,24.149,23.859,24.55,24.389,23.677,22.936,23.128,22.741,23.361,24.448,25.143,25.444,26.081,25.718,25.88,25.507,23.434,21.842,21.653,22.05,21.859,20.801,20.127,20.543,20.523,21.39,20.069,20.523,20.744,21.804,21.599,20.965,21.42,22.661,23.054,23.054,22.049,21.222,20.996,21.434,21.99,21.189,21.191,21.202,21.191,21.813,22.213,22.467,21.659,20.762,20.528,20.049,19.973,19.901,19.771,19.714,19.637,19.552,19.41,19.429,19.49,19.405,19.345,19.336,19.245,19.252,19.228,19.147,19.02,18.876,18.843,18.851,18.776,18.664,18.624,18.432,18.319,18.283,18.216,18.139,18.187,18.169,18.259,18.244,18.303,18.303,18.447,18.402,18.371,18.235,18.23,18.171,18.04,18.195,18.126,18.253,18.276,18.344,18.464,18.307,18.139,18.175,18.092,17.902,18,18.085,18.299,18.366,18.598,18.706,18.709,18.781,18.988,18.989,19.149,19.133,19.103,19.077,19.092,19.086,19.077,19.077,19.048,19.113,19.2,19.27,19.262,19.407,19.585,19.647,19.646,19.74,19.765,19.837,19.879,19.905,19.929,19.905,19.904,19.905,19.908,19.882,19.935,19.943,20.357,21.746,22.181,22.766,22.66,22.461,22.19,21.095,20.651,19.957,19.992,19.96,19.857,19.846,19.9,19.918,19.9,19.931,19.909,19.914,19.906,19.895,19.837,19.811,19.827,19.825,19.786,19.729,19.713,19.683,19.68,19.68,19.704,19.769,19.855,19.887,19.917,19.919,19.948,20.087,21.488,22.786,22.386,21.788,22.356,22.602,22.382,22.356,22.209,23.045,22.209,22.388,22.198,22.138,21.906,22.03,21.818,22.086,21.65,21.665,21.246,20.797,20.333,19.95,19.959,21.849,21.814,21.523,19.985,19.961,19.907,19.938,19.909,19.911,19.896,19.86,19.846,19.838,19.821,19.878,19.918,19.95,20.048,20.756,21.295,20.744,19.984,20.142,19.987,19.995,20.682,21.117,22.067,22.213,21.38,21.38,21.791,22.281,22.131,21.906,21.178,21.782,21.703,21.68,22.283,23.064,22.432,21.73,20.896,19.995,19.998,20.172,20.409,20.744,21.932,23,22.489,22.676,22.266,21.778,21.982,21.056,20.817,20.409,21.675,21.478,20.115,19.984,20.835,20.66,19.997,19.947,19.965,19.997,20.183,20.851,20.409,20.862,21.717,20.575,19.96,19.936,19.883,19.843,19.867,19.853,19.847,19.904,19.928,19.893,19.914,19.863,19.786,19.753,19.776,19.83,19.84,19.831,19.817,19.834,19.896,19.925,19.914,19.906,19.914,19.926,19.96,19.938,19.994,20.012,19.994,20.615,21.109,20.615,20.615,21.574,21.165,19.997,20.968,22.688,23.372,24.119,24.708,24.722,24.545,24.533,24.119,24.511,25.741,25.62,25.457,24.544,24.533,24.533,25.424,25.957,26.51,26.399,26.273,26.277,25.599,25.612,25.276,25.747,25.261,26.277,27.013,26.347,25.846,26.785,26.76,25.633,25.622,26.288,26.633,26.632,26.553,25.292,25.692,24.446,25.157,24.759,24.423,23.667,21.786,21.44,21.75,21.84,21.984,21.762,21.332,21.795,21.488,21.774,20.365,19.967,19.958,19.871,19.763,19.762,19.837,19.823,19.716,19.666,19.708,19.774,19.815,19.743,19.815,19.813,19.784,19.821,19.86,19.927,19.941,19.922,19.938,19.932,19.942,20.107,20.791,21.567,22.036,22.91,23.12,23.182,24.362,25.345,25.494,25.396,25.943,26.896,27.8,27.633,27.045,27.694,27.96,28.123,28.224,29.181,28.806,28.084,27.947,27.873,28.024,27.741,27.355,27.355,26.792,26.201,25.578,24.923,24.408,24.748,25.013,24.007,23.191,23.3,22.715,22.628,22.798,22.681,22.873,23.063,21.456,22.277,21.283,21.141,20.455,21.894,23.24,23.434,24.11,24.19,24.849,25.221,26.084,25.317,26.231,25.783,25.649,24.997,24.353,24.255,24.74,24.983,24.26,24.857,23.798,22.4,21.75,21.093,20.638,22.183,21.356,22.656,21.795,20.696,19.951,19.865,19.798,19.7,19.667,19.551,19.559,19.434,19.429,19.259,19.34,19.393,19.445,19.506,19.51,19.544,19.558,19.59,19.577,19.633,19.687,19.691,19.743,19.77,19.708,19.742,19.738,19.789,19.813,19.827,19.825,19.833,19.867,19.814,19.85,19.847,19.921,19.957,20.295,19.998,19.966,19.939,19.926,19.924,19.898,19.92,19.909,19.91,19.943,19.916,19.883,19.805,19.803,19.809,19.771]
Loading

@github-actions
Copy link

🌋 Here are results of SLO test for sync-query:

Operation Success Rate

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Success Rate, %" 89 --> 111
    line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "	Time, m" 0 --> 10
    y-axis "Success Rate, %" 89 --> 111
    line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Loading

Operations Per Second

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 315 --> 779
    line [668.857,691.314,699.172,698.966,699.034,696.241,697.138,697.552,696.724,697,697.828,696.586,697,695.345,697,694.897,693.448,696.828,696.621,697.207,697.379,695.034,698.828,698.345,699.897,691.138,684.448,683.034,681.276,680.586,680,678.759,680.586,680.862,682.621,681.931,679.138,678.552,677.897,677.034,676.621,675.966,675.862,678.241,676.483,675.138,671.345,670.621,669.897,669.414,670.483,665.759,668.034,667.276,674.862,679.207,679.345,679.138,679.138,679.69,679.414,677,676.103,675.138,675.172,674.241,674.69,675.034,677.586,677.621,677.241,677,673.31,672.897,674.276,672.897,672.897,675.828,675.241,674.655,674.793,671.379,672.483,675.724,677.345,676.414,656.931,639.448,638.517,639.31,638.31,637.724,637.724,637.69,637.897,638.552,638.966,636.586,636.241,636.345,635.552,634.586,634.31,633.276,633.034,633.69,630.138,629.862,630.034,630.241,631,629.69,625.69,624.69,625.069,643.138,664.793,664.414,664.345,664.862,665.31,665.069,665.966,667.828,667.414,665.759,665.586,665.103,664.379,665.448,666.103,665.552,665.586,667.069,669.552,668.448,669.103,668.69,668.069,666.793,668.621,670.759,670.621,671.172,672.586,667.724,670.276,671.862,673.517,674.586,674.862,674.483,673.862,674.621,677.379,678.138,679.172,680.483,680.69,681.931,686.586,687.138,690.276,688.655,690.793,691.276,692.655,693.897,696.655,695.828,697.034,698.586,699.552,700.483,701.655,701.207,702.31,705,705.172,706.138,705.586,705.172,704.345,702.793,703.207,704.621,704.897,704.586,705,702.552,703.345,700.414,702.207,702.103,702.655,701.345,701.31,700.448,700.241,699.034,699.345,698.759,698.759,698.793,698.897,696.966,693.759,695.828,696.276,696.69,695.621,695.931,696.483,699.241,698.414,698.103,698.621,697.828,697.655,697.138,697.655,695.138,697.207,697.379,699.828,700.517,699.759,700.517,700.103,700.034,700.69,699.897,702.241,701.345,701.379,701.172,698.241,698.448,698.207,699.103,699.172,698.345,694.034,694.379,695.138,695.586,697.897,698.241,698.241,697.862,700.69,698.276,696.724,695.448,694.483,695.414,698.172,698.172,701.241,701,701.586,699.241,699.414,700.931,701.759,704.517,703.138,703.586,703.931,703.931,704.138,707.862,707.138,707.138,707,704.793,703.862,704.414,706.966,703.759,704.448,704,704.138,704.586,704.31,701.586,701.069,700.966,700.759,700.586,700.655,700.448,702.448,701.793,703.966,704.345,703.034,703.31,703.379,703.034,700.517,699.759,699.655,702.483,703,702.724,701.31,699.241,699.138,701.586,702.759,701.966,703.034,703.241,702.897,706.724,702.828,703.138,702.448,702.172,703.345,699.621,701.69,697.828,697.759,698.966,700.414,700.966,701.138,702.034,702.31,701.586,699.276,699.069,699.966,704.069,705.483,706.655,703.69,704.276,703.862,703.586,702.966,705.345,701.862,702.655,701.966,703.897,705.414,705.034,706.31,704.31,704.552,705.586,707.276,705.207,704,704.517,703.379,704.241,704.586,703.897,703.724,704,703.207,701.414,703.862,703.793,703.379,703.552,703.207,703.759,700.345,700.069,700,700.621,699.621,698.828,697.621,698.724,698.448,697.724,696.828,694.69,694.483,695.207,694.069,693.828,694,697.034,697.483,697.379,696.69,694.379,694.31,691.103,691.103,692,691.897,691.034,690.828,691.552,694.517,695,694.793,694.966,694.483,695.276,693.103,694.552,695.138,694.655,695.517,695.862,695.517,697.414,698.655,698.586,695.138,694.862,693.828,694.069,693.862,694.483,695.621,695.862,698,698.483,699.379,699.586,699.724,697.172,696.724,696.759,699.069,698.966,698.931,698.724,697.138,696.828,697.828,697.241,696.483,696.931,695.966,695.138,693.621,693.759,694.069,695.31,694.138,696.828,696.103,695.828,695.172,691.897,691.345,690.862,690.517,691.276,691,691,692.793,690.759,690.966,691.931,691.448,692.276,693.138,692.862,693.828,695.759,695.724,696.103,696.034,696.379,695.69,694.586,695.828,698.207,694.897,694.31,692.241,692.31,692.207,693.483,692.828,694.655,694.034,695.552,693.931,692.103,690.793,691.414,690.655,690.483,689.862,688.862,691.828,691.379,689.414,688.897,688.069,687.448,691.552,691.966,692.69,690.793,691.069,692.345,692,692.966,693.448,694.345,693.379,693.966,692.276,691.448,690.759,691.931,691.655,692.172,691.966,695.828,696.103,700.31,700.138,696.655,695.828,695.862,696,696.069,696,692.379,692.552,695.655,695.759,693.414,692.862,694.069,692.862,691.552,690.379,690.517,693.759,693.724,694.345,693.207,693.586,693.828,694.276,693.586,689.276,689.724,689.138,689.069,689.138,689.586,689.655,690.862,690.448,691.207,694.724,695.724,691.931,692.966,692.862,692.31,692.069,693.103,694.138,694.345,675.945,649.855,627.031,604.314,581.772,558.637,535.747,512.577,489.83,467.369,444.556,418.143,395.68,373.041,350.333]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 41 --> 104
    line [82.62,86.552,86.552,86.552,86.552,87.241,87.69,87.034,86.655,86.655,86.655,86.655,86.655,86.655,86.586,86.69,88.414,85.483,85.586,85.586,86.034,86.379,83.241,83.276,83.276,83.276,83.552,84.31,86.069,86.103,86.069,86.069,83.379,83.345,83.276,83,85.69,86.138,86.069,86.138,86.138,86,86,83.276,86.069,86.138,89.517,89.517,89.517,89.517,89.103,91.931,89.586,89.586,90.172,90.069,90.069,90.069,88.483,88.517,88.207,91.138,91,90.621,90.966,90.103,90.034,90.069,86.621,86.621,86.759,86.759,90.069,90.034,90.034,90.034,90.034,86.724,86.724,87.31,87.69,90,89.759,86.655,86.655,86.655,83.276,84.966,84.931,85.241,85,85.172,85.621,85.724,86.655,85.138,83.586,86.69,86.724,86.724,86.724,86.724,86.724,86.724,86.724,84.862,88.207,88.138,86.793,86.793,86.793,87.034,90.138,90.138,90.138,92.966,90.034,90.069,90.069,90.069,90.069,90,88.724,86.69,88.241,89.828,90.103,90.069,90.069,90.069,90.069,90.069,90.069,89.379,88.552,88.552,88.621,89.966,89.966,89.966,88.828,86.586,86.621,86.621,87.172,90,87.966,86.586,86.31,85.966,85.897,87.069,88.931,88.31,86.69,86.586,86.621,86.621,86.621,86.276,83.276,83.207,80.517,83.207,83.172,83.172,83.172,83.172,81.966,82.862,83.207,83.172,83.172,83.172,83.172,83.862,83.172,80.034,80.379,80.517,80.621,80.793,81.379,83,83.103,81.379,81.241,81.103,81.241,83.207,83.207,86.586,83.517,83.345,83.276,83.241,83.345,84.552,84.655,86.586,86.586,86.586,86.586,86.586,87.897,89.966,92.31,90,90.034,90.034,90.034,90.034,90.034,86.69,88.379,88.517,88.655,88.862,89.897,89.966,89.966,93.034,90.759,90,88.552,88.103,88,88.207,87.552,86.69,86.724,86.724,84.655,84.379,84.241,85.138,87.345,87.448,87.379,86.966,86.69,86.69,90.103,90.103,90.103,89.828,87.31,86.759,86.793,86.793,83.414,85.862,86.69,88.172,88.517,88.621,85.207,85.759,83.241,83.207,83.207,85.276,85.552,84.241,84.414,82.69,82.552,82.621,83.034,83.31,83.31,79.862,79.897,79.897,80.172,82.69,83.241,83.207,79.862,83.241,83.241,83.241,83.241,83.241,83.241,86.586,86.655,86.655,86.69,86.69,86.69,86.655,84.793,84.724,83.172,83.172,83.172,83.172,83.172,83.172,86.552,86.517,86.517,83.241,83.241,83.241,83.241,86.586,86.586,83.448,83.345,83.241,83.276,83.276,83.276,79.897,83.276,83.241,83.241,83.241,83.276,85.552,83.276,86.69,86.69,86.69,83.966,83.69,83.414,83.448,83.448,83.414,86.69,86.586,86.034,83.276,79.862,79.862,83,83.103,83.207,83.172,83.172,79.793,83.207,83.207,83.172,81.552,79.862,79.793,79.931,81.966,82,81.483,79.862,82.517,82.69,82.586,82.448,82.379,82.414,82.138,82.31,81.931,83.172,86.552,83.172,83.172,83.172,83.172,83.172,83.172,86.621,86.621,86.517,85.931,86,86.621,86.724,84.621,84.862,84.586,85.069,86.655,86.793,86.862,87.276,87.414,87.448,84.069,82.966,82.586,83.207,84.724,84.483,87.69,87.31,86.828,86.759,86.828,86.828,86.793,83.345,83.483,84.103,85.172,85.276,85.276,87.931,86.517,86.69,86.759,86.793,86.724,86.759,84.655,83.31,82.586,85.828,87.069,87.138,87.379,87.276,86.69,85.828,86.172,83.276,83.345,83.276,83.276,83.241,86.655,86.621,86.621,84.276,85.172,85.103,85.276,86.69,86.586,86.655,86.621,86.552,86.621,88.586,89.897,90.655,90.793,90.931,90.897,90.862,87.897,88.759,89.793,89.828,93.207,93.207,93.207,93.207,93.207,93.207,93.207,91.172,93.862,93.448,92.897,93,93.069,93,92.207,92.069,90.241,89.828,89.966,89.966,89.966,89.966,89.966,88.862,86.966,90.069,90.069,90.069,90.069,90.069,90.069,89.655,87.172,86.69,85.069,84.759,86.966,86.517,86.034,86.621,86.724,86.759,86.931,84.241,84.414,86.31,86.655,86.621,86.621,83.276,83.276,83.276,84.655,83.931,83.517,83.276,83.241,83.345,83.207,83.207,83.621,86.103,86.586,88.207,88.517,88.345,88.931,89.897,87.103,86.483,83.034,83.069,86.448,86.448,86.448,86.448,86.448,86.448,89.793,89.793,86.448,86.448,89.172,89.552,89.793,89.828,89.724,89.862,89.862,86.621,86.621,86.621,86.621,86.621,86.621,86.621,86.621,89.414,90,90.931,90.828,90.862,90.69,90.586,90.207,90.207,90.172,86.759,86.759,90.103,90.103,90.103,90.103,90.103,90.103,90.103,90.103,87.33,87.253,83.909,80.564,77.217,73.87,70.522,67.172,63.82,60.467,57.111,56.321,53.077,49.688,46.513]
Loading

95th Percentile Latency

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 34 --> 46
    line [38.473,38.464,38.42,38.437,38.443,38.564,38.582,38.556,38.536,38.465,38.425,38.443,38.43,38.476,38.401,38.489,38.546,38.321,38.3,38.233,38.189,38.316,38.254,38.317,38.303,38.411,38.5,38.391,38.583,38.625,38.712,38.725,38.45,38.48,38.602,38.762,38.864,38.946,39.039,39.117,39.159,39.204,39.217,39.088,39.204,39.326,39.564,39.622,39.712,39.853,39.832,40.048,39.899,39.897,39.868,39.939,40.065,39.999,39.929,39.946,39.943,40.197,40.221,40.172,40.143,40.168,40.198,40.123,39.965,39.99,40.052,40.129,40.357,40.36,40.253,40.308,40.311,40.112,40.154,40.204,40.166,40.318,40.334,40.117,39.935,40.035,40.039,40.052,40.014,39.992,40.056,40.094,40.148,40.146,40.219,40.172,40.212,40.443,40.46,40.432,40.39,40.412,40.522,40.6,40.559,40.529,40.77,40.727,40.748,40.761,40.788,40.876,41.078,41.149,41.149,41.226,41.151,41.207,41.226,41.206,41.17,41.127,41.072,40.984,41.018,41.035,41.011,40.998,41.015,41.003,40.986,40.96,40.955,40.907,40.838,40.777,40.752,40.795,40.858,40.841,40.745,40.626,40.669,40.551,40.476,40.663,40.6,40.524,40.391,40.324,40.352,40.387,40.386,40.307,40.224,40.19,40.181,40.175,40.172,40.133,39.928,39.927,39.788,39.867,39.833,39.835,39.739,39.606,39.55,39.587,39.545,39.429,39.469,39.396,39.268,39.234,39.232,39.193,39.203,39.167,39.189,39.202,39.202,39.273,39.215,39.061,39.039,39.011,39.043,39.05,39.075,39.273,39.14,39.19,39.08,39.072,39.188,39.177,39.12,39.285,39.264,39.182,39.278,39.249,39.281,39.38,39.535,39.427,39.467,39.437,39.494,39.539,39.577,39.443,39.544,39.546,39.58,39.561,39.682,39.593,39.592,39.676,39.579,39.631,39.569,39.523,39.611,39.581,39.547,39.605,39.635,39.568,39.504,39.563,39.552,39.575,39.712,39.658,39.675,39.679,39.731,39.781,39.975,39.998,39.895,39.827,39.698,39.599,39.676,39.622,39.462,39.582,39.64,39.691,39.654,39.604,39.46,39.499,39.294,39.289,39.209,39.322,39.268,39.117,39.059,39.001,38.992,38.916,38.868,38.784,38.789,38.607,38.595,38.68,38.718,38.899,39.022,38.986,38.934,39.191,39.104,39.142,39.123,39.095,39.101,39.191,39.187,39.2,39.252,39.283,39.245,39.226,39.21,39.276,39.204,39.161,39.342,39.352,39.379,39.313,39.445,39.522,39.526,39.388,39.34,39.353,39.384,39.427,39.375,39.235,39.204,39.206,39.183,39.157,39.252,39.021,39.174,39.17,39.261,39.283,39.274,39.353,39.278,39.447,39.579,39.413,39.328,39.359,39.318,39.258,39.232,39.304,39.412,39.473,39.416,39.206,39.095,39.044,39.283,39.229,39.3,39.322,39.345,39.202,39.388,39.433,39.402,39.222,39.212,39.227,39.231,39.257,39.251,39.159,39.15,39.274,39.197,39.166,39.249,39.226,39.205,39.232,39.163,39.159,39.282,39.388,39.311,39.241,39.296,39.275,39.284,39.378,39.509,39.466,39.392,39.377,39.495,39.534,39.526,39.482,39.512,39.485,39.541,39.603,39.561,39.596,39.726,39.735,39.741,39.509,39.455,39.432,39.44,39.452,39.431,39.581,39.605,39.559,39.584,39.604,39.545,39.555,39.544,39.611,39.621,39.599,39.547,39.631,39.687,39.579,39.541,39.499,39.485,39.487,39.488,39.321,39.261,39.209,39.366,39.493,39.524,39.538,39.621,39.645,39.558,39.497,39.375,39.293,39.268,39.2,39.218,39.26,39.197,39.203,39.042,39.035,38.91,38.96,39.027,39.063,39.092,39.137,39.183,39.2,39.277,39.344,39.417,39.428,39.377,39.411,39.474,39.286,39.34,39.4,39.441,39.548,39.559,39.592,39.68,39.646,39.643,39.672,39.601,39.724,39.762,39.728,39.736,39.709,39.733,39.633,39.621,39.548,39.536,39.517,39.492,39.424,39.48,39.446,39.282,39.186,39.354,39.327,39.379,39.479,39.497,39.404,39.432,39.284,39.313,39.308,39.389,39.502,39.545,39.452,39.499,39.56,39.619,39.593,39.48,39.374,39.428,39.448,39.495,39.48,39.353,39.356,39.384,39.473,39.41,39.479,39.525,39.499,39.378,39.375,39.484,39.44,39.518,39.499,39.537,39.456,39.454,39.507,39.517,39.396,39.285,39.078,39.124,39.397,39.538,39.514,39.479,39.468,39.502,39.599,39.55,39.464,39.543,39.634,39.544,39.445,39.503,39.538,39.55,39.551,39.391,39.458,39.486,39.462,39.535,39.496,39.396,39.519,39.663,39.716,39.799,39.797,39.81,39.711,39.788,39.786,39.844,39.854,39.814,39.762,39.901,39.826,39.81,39.788,39.876,39.846,39.884,39.888,39.883,40.039,39.988,39.968,39.995,39.941,39.948,40.04,39.993,39.999,39.981,40.129,40.044,39.902,39.993]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 34 --> 46
    line [39.904,39.763,40.014,40.122,40.122,40.252,40.303,40.302,40.396,40.623,40.701,40.628,40.603,40.529,40.28,40.242,40.092,40.06,40.047,39.735,39.852,39.951,40.139,40.022,39.876,40.305,40.585,40.625,40.547,40.674,40.804,40.6,40.36,40.392,40.62,40.759,40.64,40.664,40.512,40.526,40.526,40.516,40.49,40.688,40.636,40.826,40.825,40.779,40.894,40.796,40.864,40.876,40.919,40.985,40.776,40.748,40.858,40.895,40.864,40.727,40.715,40.807,40.906,40.619,40.422,40.559,40.427,40.4,40.341,40.464,40.425,40.375,40.447,40.474,40.38,40.498,40.332,40.304,40.477,40.314,40.395,40.36,40.314,40.312,40.132,39.921,39.824,39.724,39.816,39.921,40.063,40.014,40.152,40.327,40.164,40.37,40.37,40.344,40.314,40.314,40.262,40.236,40.209,40.314,40.183,40.376,40.398,40.28,40.484,40.332,40.254,40.252,40.281,40.355,40.331,40.553,40.685,40.836,40.754,40.668,40.668,40.721,40.623,40.797,40.767,40.734,40.75,40.776,40.754,40.686,40.914,40.848,40.914,40.816,40.698,40.652,40.596,40.661,40.73,40.865,40.897,40.89,40.77,40.841,40.56,40.441,40.398,40.426,40.429,40.418,40.451,40.368,40.334,40.229,40.285,40.322,40.242,40.394,40.492,40.203,40.369,40.112,40.216,40.084,40.088,40.222,39.866,39.722,39.605,39.731,39.746,39.78,39.751,39.95,39.978,40.033,40.117,39.966,39.711,39.662,39.617,39.403,39.422,39.338,39.292,39.325,39.278,39.196,39.041,39.081,39.115,39.099,39.205,39.096,38.902,39.306,39.42,39.327,38.922,38.869,38.969,38.936,38.677,38.396,38.163,38.177,38.327,38.586,38.378,38.548,38.615,38.81,38.81,38.743,38.558,38.402,38.419,38.697,38.632,38.85,38.914,39.003,39.003,39.125,39.026,38.827,39.063,39.222,39.272,39.101,39.001,39.159,39.357,39.33,39.47,39.265,39.168,39.546,39.317,39.368,39.25,39.666,39.683,39.871,39.818,39.796,39.62,39.74,39.679,39.846,39.801,39.93,39.942,39.931,40.105,39.905,39.926,39.943,40.026,40.252,40.225,40.139,40.292,40.127,40.133,40.231,40.11,40.267,40.162,40.156,39.786,39.776,39.954,40.217,40.267,40.315,40.164,40.058,39.871,39.969,40.025,39.997,39.769,39.74,39.856,39.735,39.641,39.641,39.311,39.311,39.462,39.466,39.487,39.435,39.353,39.225,39.193,39.473,39.442,39.687,39.793,39.686,39.6,39.591,39.5,39.708,39.797,39.955,39.873,39.771,39.813,39.855,39.879,39.763,39.908,39.984,39.965,40.081,39.884,39.618,39.583,39.744,39.993,40.105,40.131,40.262,40.158,40.109,39.919,39.712,39.682,39.535,39.634,39.618,39.393,39.434,39.238,39.204,39.306,39.388,39.622,39.504,39.657,39.632,39.5,39.562,39.627,39.921,40.356,40.31,40.067,39.927,39.894,39.987,39.93,39.945,40.037,40.105,40.26,40.187,40.237,40.216,40.223,40.186,40.118,40.041,40.062,39.863,39.442,39.315,39.411,39.473,39.314,39.314,39.383,39.457,39.325,39.543,39.587,39.703,39.822,39.886,39.796,39.888,39.754,39.659,39.548,39.711,39.47,39.531,39.454,39.536,39.612,39.571,39.602,39.704,39.603,39.896,39.904,39.781,39.634,39.786,39.925,39.7,39.4,39.451,39.26,39.235,39.243,39.043,38.755,38.847,38.616,38.659,38.857,38.932,38.698,38.971,38.978,38.981,39.194,39.101,39.177,39.093,38.954,39.29,39.251,39.305,39.283,39.023,38.994,39.137,39.015,39.265,39.218,39.038,39.207,39.217,39.462,39.592,39.724,39.7,39.68,39.555,39.374,39.268,39.236,39.426,39.52,39.169,39.112,39.075,39.281,39.121,39.116,39.131,38.791,38.886,39.191,39.308,39.279,39.395,39.287,39.404,39.424,39.316,39.391,39.243,39.367,39.116,39.132,39.142,39.101,39.355,39.644,39.616,39.389,39.249,39.351,39.433,39.496,39.295,39.468,39.439,39.439,39.635,39.683,39.696,39.525,39.634,39.672,39.636,39.487,39.517,39.591,39.462,39.339,39.165,39.19,39.104,39.211,39.261,39.165,38.875,38.946,39.179,39.397,39.219,39.216,39.27,39.302,39.402,39.13,38.911,38.946,39.093,39.286,39.53,39.239,39.262,39.253,39.211,38.999,38.967,39.128,39.255,39.349,39.386,39.628,39.599,39.687,39.661,39.572,39.686,39.488,39.336,39.457,39.65,39.549,39.52,39.541,39.859,40.055,40.003,39.84,39.551,39.339,39.581,39.491,39.401,39.457,39.666,39.558,39.496,39.528,39.427,39.536,39.528,39.707,39.557,39.694,39.614,39.474,39.444,39.45,39.594,39.297,39.446,39.533,39.416,39.206,39.144,39.203,39.229,39.326,39.395,39.221,39.369,39.603,39.624,39.476,39.487,39.404,39.353,39.388,39.113,38.988]
Loading

@rekby rekby requested a review from Copilot November 10, 2025 11:07
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refactors the to_proto() method in the TopicReadSettings class to use a more concise, constructor-based approach for creating protobuf messages.

Key Changes:

  • Simplified the to_proto() method implementation by passing all field values directly to the protobuf constructor instead of creating an empty object and setting fields individually
  • Removed explicit None checks for optional fields (max_lag and read_from) since protobuf constructors handle None values appropriately

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rekby rekby merged commit 2e7f698 into ydb-platform:main Nov 10, 2025
28 checks passed
@victimsnino victimsnino deleted the patch-1 branch November 10, 2025 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants