You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tensorflow_recommenders_addons/dynamic_embedding/core/kernels/redis_impl/redis_cluster_connection_pool.hpp
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -172,8 +172,6 @@ class RedisWrapper<RedisInstance, K, V,
172
172
} catch (const std::exception &err) {
173
173
LOG(ERROR) << "RedisHandler error in PipeExecRead for slices "
174
174
<< hkey.data() << " -- " << err.what();
175
-
error_ptr = std::current_exception();
176
-
throw(err);
177
175
}
178
176
} else {
179
177
returnnullptr;
@@ -194,8 +192,6 @@ class RedisWrapper<RedisInstance, K, V,
194
192
} catch (const std::exception &err) {
195
193
LOG(ERROR) << "RedisHandler error in PipeExecWrite for slices "
196
194
<< hkey.data() << " -- " << err.what();
197
-
error_ptr = std::current_exception();
198
-
throw(err);
199
195
}
200
196
} else {
201
197
returnnullptr;
@@ -1004,7 +1000,7 @@ every bucket has its own BucketContext for sending data---for locating reply-
0 commit comments