grpc 1.82.0.pre1 → 1.82.0.pre2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Makefile +1 -1
- data/src/core/lib/experiments/experiments.cc +3 -3
- data/src/core/lib/experiments/experiments.h +3 -6
- data/src/ruby/lib/grpc/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 59540275499a3a3d0bcfcd003334702a20a50c003f4d6c30a08ca91ec4450b31
|
|
4
|
+
data.tar.gz: d43330bc78a0d1c5ccbcf1915615f927e217700c40cfdc785c03fbb408584acf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bde13f653c1b7e53361e553120fc7c2f0e97a0b401c7caf9902018a8a8221d58720a83ee5ee6d71a580587502b1b89591a069fef156581b93799daa7fe780f30
|
|
7
|
+
data.tar.gz: 127f3ebdf97fcd03967b717112356d9ec20a62f56cfd0f4c92b21d5aabdd40da25c7166f4cb350fe27bd16896882db89cb017c63ea8ad0908d560970f0e62307
|
data/Makefile
CHANGED
|
@@ -361,7 +361,7 @@ const ExperimentMetadata g_experiment_metadata[] = {
|
|
|
361
361
|
additional_constraints_max_inflight_pings_strict_limit, nullptr, 0, true,
|
|
362
362
|
true},
|
|
363
363
|
{"memory_optimization_01", description_memory_optimization_01,
|
|
364
|
-
additional_constraints_memory_optimization_01, nullptr, 0,
|
|
364
|
+
additional_constraints_memory_optimization_01, nullptr, 0, false, false},
|
|
365
365
|
{"memory_optimization_02", description_memory_optimization_02,
|
|
366
366
|
additional_constraints_memory_optimization_02, nullptr, 0, false, false},
|
|
367
367
|
{"message_size_refactoring", description_message_size_refactoring,
|
|
@@ -829,7 +829,7 @@ const ExperimentMetadata g_experiment_metadata[] = {
|
|
|
829
829
|
additional_constraints_max_inflight_pings_strict_limit, nullptr, 0, true,
|
|
830
830
|
true},
|
|
831
831
|
{"memory_optimization_01", description_memory_optimization_01,
|
|
832
|
-
additional_constraints_memory_optimization_01, nullptr, 0,
|
|
832
|
+
additional_constraints_memory_optimization_01, nullptr, 0, false, false},
|
|
833
833
|
{"memory_optimization_02", description_memory_optimization_02,
|
|
834
834
|
additional_constraints_memory_optimization_02, nullptr, 0, false, false},
|
|
835
835
|
{"message_size_refactoring", description_message_size_refactoring,
|
|
@@ -1297,7 +1297,7 @@ const ExperimentMetadata g_experiment_metadata[] = {
|
|
|
1297
1297
|
additional_constraints_max_inflight_pings_strict_limit, nullptr, 0, true,
|
|
1298
1298
|
true},
|
|
1299
1299
|
{"memory_optimization_01", description_memory_optimization_01,
|
|
1300
|
-
additional_constraints_memory_optimization_01, nullptr, 0,
|
|
1300
|
+
additional_constraints_memory_optimization_01, nullptr, 0, false, false},
|
|
1301
1301
|
{"memory_optimization_02", description_memory_optimization_02,
|
|
1302
1302
|
additional_constraints_memory_optimization_02, nullptr, 0, false, false},
|
|
1303
1303
|
{"message_size_refactoring", description_message_size_refactoring,
|
|
@@ -102,8 +102,7 @@ inline bool IsKeepAlivePingTimerBatchEnabled() { return false; }
|
|
|
102
102
|
inline bool IsLocalConnectorSecureEnabled() { return false; }
|
|
103
103
|
#define GRPC_EXPERIMENT_IS_INCLUDED_MAX_INFLIGHT_PINGS_STRICT_LIMIT
|
|
104
104
|
inline bool IsMaxInflightPingsStrictLimitEnabled() { return true; }
|
|
105
|
-
|
|
106
|
-
inline bool IsMemoryOptimization01Enabled() { return true; }
|
|
105
|
+
inline bool IsMemoryOptimization01Enabled() { return false; }
|
|
107
106
|
inline bool IsMemoryOptimization02Enabled() { return false; }
|
|
108
107
|
inline bool IsMessageSizeRefactoringEnabled() { return false; }
|
|
109
108
|
inline bool IsMetadataOutstandingTokenRefactorEnabled() { return false; }
|
|
@@ -199,8 +198,7 @@ inline bool IsKeepAlivePingTimerBatchEnabled() { return false; }
|
|
|
199
198
|
inline bool IsLocalConnectorSecureEnabled() { return false; }
|
|
200
199
|
#define GRPC_EXPERIMENT_IS_INCLUDED_MAX_INFLIGHT_PINGS_STRICT_LIMIT
|
|
201
200
|
inline bool IsMaxInflightPingsStrictLimitEnabled() { return true; }
|
|
202
|
-
|
|
203
|
-
inline bool IsMemoryOptimization01Enabled() { return true; }
|
|
201
|
+
inline bool IsMemoryOptimization01Enabled() { return false; }
|
|
204
202
|
inline bool IsMemoryOptimization02Enabled() { return false; }
|
|
205
203
|
inline bool IsMessageSizeRefactoringEnabled() { return false; }
|
|
206
204
|
inline bool IsMetadataOutstandingTokenRefactorEnabled() { return false; }
|
|
@@ -296,8 +294,7 @@ inline bool IsKeepAlivePingTimerBatchEnabled() { return false; }
|
|
|
296
294
|
inline bool IsLocalConnectorSecureEnabled() { return false; }
|
|
297
295
|
#define GRPC_EXPERIMENT_IS_INCLUDED_MAX_INFLIGHT_PINGS_STRICT_LIMIT
|
|
298
296
|
inline bool IsMaxInflightPingsStrictLimitEnabled() { return true; }
|
|
299
|
-
|
|
300
|
-
inline bool IsMemoryOptimization01Enabled() { return true; }
|
|
297
|
+
inline bool IsMemoryOptimization01Enabled() { return false; }
|
|
301
298
|
inline bool IsMemoryOptimization02Enabled() { return false; }
|
|
302
299
|
inline bool IsMessageSizeRefactoringEnabled() { return false; }
|
|
303
300
|
inline bool IsMetadataOutstandingTokenRefactorEnabled() { return false; }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: grpc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.82.0.
|
|
4
|
+
version: 1.82.0.pre2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- gRPC Authors
|
|
@@ -3973,7 +3973,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
3973
3973
|
- !ruby/object:Gem::Version
|
|
3974
3974
|
version: '0'
|
|
3975
3975
|
requirements: []
|
|
3976
|
-
rubygems_version: 4.0.
|
|
3976
|
+
rubygems_version: 4.0.15
|
|
3977
3977
|
specification_version: 4
|
|
3978
3978
|
summary: GRPC system in Ruby
|
|
3979
3979
|
test_files:
|